/*
Theme Name: atmark Theme
Theme URL: http://www.www.www/
Description: This is my atmark theme.
*/

body {
	margin: 0px;
	padding: 0px;
	color: #4B2220;
	font-size: 100%;
	font-family: Arial, sans-serif;
	/*冬	*/
	background-color: #DA917C;
	/*夏
	background-color: #EBACA5;
	*/
	background-image: url(http://www.at-mark.info/images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
img {
	border: 0px;
}
h1, h2, h3, h4, h5, h6, table, form, p, ul, ol, li, dl, dt, dd, img { 
	margin: 0px;
	padding: 0px;
}

/*--link--*/
a:link {
	color: #003366;
	text-decoration: none;
}
a:visited {
	color: #663333;
	text-decoration: none;
}
a:hover {
	color: #B9504A;
	text-decoration: underline;
}
a:active {
	color:#6C9CF0;
	text-decoration: none;
}

#wrap {
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
	padding-bottom: 0px;
	background-image: url(http://www.at-mark.info/images/bg_con.png);
	background-repeat: repeat-y;
	background-position: center top;
}

/* コンテナ */
div#container {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
	padding-bottom: 0px;
	background-color: #FFFBF2;
}
/* ヘッダー */
div#header {
	height: 92px;
	font-size: 80%;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	background-image: url(http://www.at-mark.info/images/header.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
div#header h1 {
	float: left;
	height: 77px;
	width: 168px;
	margin: 0px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}

#header-t {
	height: 82px;
	float: right;
	width: 692px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-image: url(http://www.at-mark.info/images/header_ad.gif);
	background-position: 314px 5px;
	background-repeat: no-repeat;
	text-align: right;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#header-t #add {
	font-size: 12px;
	margin-top: 57px;
}
/* コンテンツ */
#main {
	line-height: 150%;
	font-size: 94%;
	padding: 0px;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
}
div#content {
	width: 602px;
	float: left;
	margin: 0px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 0px;
}
p#pagetitle {
	font-size: 0.875em;
	font-weight: bold;
	color: #990000;
	border: dotted 1px #DFD5C9;
	text-align: center;
	padding: 10px 0;
	margin-top: 20px
}

/*--メニュー--*/
#menu {
	float: right;
	width: 900px;
	margin: 0px;
	height: 39px;
	padding: 0px;
}
#menu li {
	float: left;
	list-style: none;
	height: 39px;
}

/*--サブメニュー--*/
#hNavi {
	background-image: url(http://www.at-mark.info/images/menu_u.gif);
	background-repeat: repeat-x;
	background-position: top;
	width: 860px;
	clear: both;
	margin: 0px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	font-size: 76%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DFD5C9;
}
#hNavi ul {
	list-style-type: none;
	padding-left: 580px;
	padding-bottom: 10px;
	padding-top: 0px;
}
#hNavi li {
	float: left;
	padding-left: 10px;
}
#hNaviT {
	width: 860px;
	clear: both;
	margin: 0px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	font-size: 76%;
}
#hNaviT ul {
	list-style-type: none;
	padding-left: 580px;
	padding-bottom: 10px;
	padding-top: 0px;
}
#hNaviT li {
	float: left;
	padding-left: 10px;
}

/* 記事 */
div.post {
	border: solid 1px #DFD5C9;
	padding: 18px;
	margin: 20px auto
}
div.post h2 {
	font-size: 0.875em;
	border-bottom: solid 1px #DFD5C9;
	padding-bottom: 5px;
	margin: 0
}

div.post h2 a {
	text-decoration: none;
	color: #000000
}
div.post p {
	margin-top: 20px
}
p.postinfo {
	color: #990000;
	text-align: right;
	margin: 20px 0 0;
	clear: both
}

/* 記事内の画像 */
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto
}
div.post img {
	margin: 0 10px;
	border: none
}
.alignleft {
	float: left;
	margin-right: 10px;
	margin-bottom: 2px
}
.alignright {
	float: right;
	margin-left: 10px;
	margin-bottom: 2px
}
.wp-caption {
	border: solid 1px #aaaaaa;
	text-align: center;
	padding-top: 5px;
	margin-top: 10px
}
/* ページリンク */
p.pagelink a {
	font-size: 0.75em;
	color: #2b76cc
}
span.pageprev {
	float: left
}
span.pagenext {
	float: right
}
/* サイドバー */
#right {
	width: 238px;
	float: right;
	line-height: 100%
}
#right p {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px
}
div#right h2 {
	font-size: 0.75em;
	padding: 6px 8px;
	margin: 0
}
div#right li {
	font-size: 85%;
	list-style-type: none;
	margin-bottom: 4px;
}
div#right li a {
	color: #000000;
	text-decoration: none
}
div#right a:hover {
	text-decoration: underline
}
div#right ul {
	margin: 8px 8px 20px;
	padding: 0
}
/* カレンダー */
#wp-calendar {
	width: 100%;
	margin-bottom: 20px;
	font-size: 0.75em
}
#wp-calendar a {
	color: #2b76cc
}
#wp-calendar td, #wp-calendar th {
	text-align: center
}
#wp-calendar caption {
	padding: 6px 8px;
	text-align: left
}
#wp-calendar #prev {
	text-align: left;
	padding-top: 3px;
	padding-left: 3px
}
#wp-calendar #next {
	text-align: right;
	padding-top: 3px;
	padding-right: 3px
}
/* フィード */
p.feed {
	font-size: 0.75em;
	font-family: Verdana, Helvetica, sans-serif;
	padding: 5px;
	margin: 25px 0
}
p.feed a {
	color: #444444;
	text-decoration: none
}
p.feed img {
	vertical-align: middle;
	margin-right: 8px
}
/* フッター */
#footer {
	font-size: 76%;
	background-image: url(http://www.at-mark.info/images/bg_footer.jpg);
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 10px;
	text-align: center;
	color: #4B2220;
	background-color: #FFFFFF;
	height: 82px;
	clear: both;
	margin: 0px;
}
#footer p {
	padding-bottom: 0px;
	padding-top: 5px;
	margin: 0px;
}
address {
	font-size: 0.75em;
	font-style: normal;
	font-family: Verdana, sans-serif;
	padding-top: 6px
}
address a {
	color: #000000
}

.inner_b {
	padding-bottom: 10px;
}

/*twitter*/
.twit {
	margin-bottom: 20px;
}
