@charset "utf-8";
/* CSS Document */
body, a, p, ul, ol, li, div, span, img, table, td, th, tr, h1, h2, h3, h4, h5, h6, hr,address {
	padding:0;
	margin:0;
	font-style:normal;
	font-weight:normal;
	font-family: "メイリオ","Meiryo","ヒラギノ角ゴ Pro W3",
 "Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック", "MS P Gothic","Osaka",
 Verdana,Arial, Helvetica, sans-serif;
}
html {
	overflow-y:scroll;
}

body{
	text-align:center;
}
a{
	color:#f03;
}

a:visited{
	color:#f03;
}
a:hover{
	color:#000;
}


div#wrapper{
	margin:0 auto;
	width:900px;
	text-align:left;
}

div#header{
	position:relative;
	top:13px;
	width:100%;
	height:100px;
	background:url(headerBackgroud.gif) no-repeat;
}

div#header h1{
	position:relative;
	left:60px;
	top:7px;
	width:226px;
	height:67px;
	background:url(title.gif) no-repeat;
	text-indent:-9999px;
}
div#header h1 a{
	display:block;
	width:226px;
	height:67px;
	
}

div#content{
	position:relative;
	left:47px;
	border-left:solid #000 1px;
}

div#mainMenu{
	height:15px;
	background:url(bar.gif) repeat-x;
	background-position:center;
	width:450px;
}

div#mainMenu ul{
	position:relative;
	left:42px;
	background:#fff;
	height:15px;
	width:360px;
	list-style:none;
}

div#mainMenu ul li{
	position:relative;
	float:left;
	top:-3px;
	_top:0px;
	left:15px;

	font-size:14px;
	background:url(listCircle.gif) no-repeat 0 7px;
}
div#mainMenu ul li a{
	display:block;
	padding:0 12px;
	text-decoration:none;
	color:#000;
}
div#mainMenu ul li a:visited{
	display:block;
	padding:0 12px;
	text-decoration:none;
	color:#000;
}
div#mainMenu ul li a:hover{
	display:block;
	padding:0 12px;
	text-decoration:underline;
	color:#c03;
}

div#content #articles{
	clear:both;
	float:left;
	position:relative;
	top:30px;
	min-height:400px;
	width:550px;
}

div#content #articles .article{
	padding-bottom:20px;
}
div#content #articles .article .article-header{
position:relative;
	background:url(bar.gif) repeat-x 0 8px;
	padding-left:30px;
}
div#content #articles .article .article-header h2{
	font-size:16px;
	font-weight:bold;
	width:100%;
	background-color:#fff;
	padding-left:4px;
}
div#content #articles .article .article-header h2 a{
	font-weight:bold;
	color:#000;
	text-decoration:none;
}
div#content #articles .article .article-header .vcard{
	padding-left:2px;
	font-size:10px;
	color:#666;
}
div#content #articles .article .article-header .vcard address{
	display:inline;
}

div#content #articles .article .article-body{
	position:relative;
	top:10px;
	background:url(bar.gif) repeat-x 0 7px;
	padding-left:45px;
	font-size:14px;
}
div#content #articles .article .article-body-content{
	color:#333;
	padding-left:8px;
	background:#fff;
	margin-bottom:25px;
}
div#content #articles .article .article-body-content ul{
	position:relative;
	left:2em;
	font-size:12px;
}


div#content #subContent{
	position:relative;
	right:50px;
	top:38px;
	min-height:100px;
	float:right;
	width:250px;
	font-size:12px;
	border-left:1px dotted #ccc;
	padding-left:6px;
}
div#content #subContent .subContent-body{
	margin-bottom:10px;
}
div#content #subContent h3{
	text-indent:-9999px;
	width:100px;
	display:block;
	background-repeat:no-repeat;
	position:relative;
	margin-bottom:5px;
	font-size:12px;
	height:15px;
}

div#content #subContent h3#newArticles{
		
	background-image:url(newArticles.gif);	
}
div#content #subContent h3#archives{
	background-image:url(archives.gif);
}
div#content #subContent h3#categories{
	background-image:url(categories.gif);
}
div#content #subContent h3#links{
	background-image:url(links.gif);
}
div#content #subContent ul{
	position:relative;
	left:10px;
	list-style:none;
}



div#footer{
	clear:both;
	positon:relative;
	top:30px;
	height:90px;
	padding-top:39px;
	font-size:10px;
	color:#666;
	padding-left:405px;
	background:url(footerBackground.gif) no-repeat;
}




div#trackbacks{
	position:relative;
	top:20px;
	background:url(bar.gif) repeat-x;
	background-position:0 7px;
	width:600px;
}
div#comments{
	position:relative;
	top:30px;
	background:url(bar.gif) repeat-x;
	background-position:0 7px;
	width:600px;

}
h3.trackbacks-header,h3.comments-open-header{
	position:relative;
	left:30px;
	
	font-size:14px;
	font-weight:bold;
	background:#fff;
	display:block;
	padding-left:5px;
	width:600px;
}
div.trackbacks-info{
	position:relative;
	left:30px;
	font-size:12px;
}
div.comments-open-content{
	width:500px;
	position:relative;
	left:30px;
	font-size:12px;
	margin-bottom:30px;
}
div.comments-open-content input,div.comments-open-content textarea{
	font-size:12px;
}


h1#page-title{
	font-size:18px;
	background:url(bar.gif) no-repeat -10px 11px;
	padding-left:22px;
	margin-bottom:20px;
}

div.asset-more-link{
	font-size:12px;
}
