/*  
Theme Name: xw-keita
Theme URI: http://www.xwork.jp/
Description: blog.keitamaruyama.com用WordPressテーマ
Version: 1.0
Author: Hitoshi Sasaki
Author URI: http://www.xwork.jp/
*/

body {
	font-size: 12px; 
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color: #999;
	background-color: #FFFFFF;
	/*text-align: center;*/
	margin: 0;
	padding:0;
}
#header {
	width:100%;
	height:160px;
	background: #000000 url('images/header_bk.jpg') no-repeat top left;
	text-align:left;
}
#headerimg {
	padding:100px 0 5px 30px;
}
h1 {
	margin:0;
	padding:0;
	color: #FFFFFF;
	font-weight: bold;
	font-size:22px;
}
#header a {
	text-decoration: none;
}
#header a:alink {
	color: #FFFFFF;
}
#header a:visited {
	color: #FFFFFF;
}
#header a:hover {
	color: #FFFBC6;
}
#header a:active {
	color: #FFFBC6;
}
#headerimg .description {
	color:#FFFFFF;
	font-size:12px;
}

#content {
	width:930px;
	background: #FFFFFF url('images/content_bk.jpg') repeat-y top left;
	margin-left:10px;
	overflow: hidden;
}
#content:after {
	content: "";
	display: block;
	clear: both;
	height: 1px;
	overflow: hidden;
}
#blog {
	width:600px;
	float:left;
}
#sidebar {
	float:right;
	width:330px;

	padding-bottom:10px;
}
#sidebar .menu {
	float:left;
	width: 165px;
}
#sidebar .freearea {
	padding-top:10px;
	float:right;
	width: 165px;
	text-align: center;
}
#sidebar img {
	border: 0;
}
#footer {
	height:28px;
	clear: both;
	background-color: #000000;
	line-height:28px;
	padding-left:1em;
}

#sidebar h2 {
	margin:10px 0 0 0;
	padding:0 0 0 5px;
	color:#999999;
	background: #E5E4E4 url('images/h2bk.jpg') repeat-x top left;
	font-size:12px;
	width:160px;
	height:22px;
	line-height:22px;
}
#sidebar ul,li {
	margin:0;
	padding:0;
	list-style-type: none;
}
#sidebar a {
	margin-left:5px;
	color: #333;
}
#sidebar a:alink {
	color: #333;
}
#sidebar a:visited {
	color: #333;
}
#sidebar a:hover {
	color: #8AD6E5;
}
#sidebar a:active {
	color: #8AD6E5;
}

.mlist {
	margin-left:5px;
	line-height: 14xp;
}
h3 {
	color: #FFFFFF;
	background: #000000 url('images/h3bk.jpg') repeat-x top left;
	font-size:14px;
	width:575px;
	height:22px;
	line-height:22px;
	text-align: left;
	padding-left:10px;
	margin-top:10px;
	
}
h3 a {
	color: #FFFFFF;
	text-decoration: none;
}
h3 a:alink {
	color: #FFFFFF;
}
h3 a:visited {
	color: #FFFFFF;
}
h3 a:hover {
	color: #FFFBC6;
}
h3 a:active {
	color: #FFFBC6;
}

img {
	vertical-align: bottom;
	border:0;
}
#trackback {
	background-color: #666666;
}
#comments {
	background-color: #666666;
}
#respond {
	background-color: #666666;
}
.article {
	width:575px;
	line-height: 26px;
}
.commentlist {
	width: 540px;
}
.date {
	margin-top: 10px;
}
.date a {
	color: #333;
}

.fright {
	float: right;
	margin-right: 1em;
}
.fleft {
	float:left;
}
.fright a:alink, .fleft a:alink {
	color: #333;
}
.fright a:visited, .fleft a:visited {
	color: #333;
}
.fright a:hover, .fleft a:hover {
	color: #8AD6E5;
}
.fright a:active, .fleft a:active {
	color: #8AD6E5;
}

.webstore { margin:10px 0; text-align:center; }