@charset "utf-8";
/* CSS Document */
/*******************************
1.riset
********************************/
body, div, table, caption, th, tr, td, ul, ol, li, dl, dt, dd, p {
	font-weight: normal;
	font-style: normal;
	font-size:12px;
	line-height:1.3;
	margin: 0;
	padding: 0;
	color:#FFFFFF;
	background:#000000;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3"
}
img,table {
	border: none;
}
img {
	vertical-align: bottom;
}
h1,h2,h3,h4,h5,h6,p,form,ul,li,dl,dt,dd {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	font-size:12px;
}
ul{
	list-style: none;
}
html {   
    overflow-y:scroll;  
}
a{
	color:#FFFFFF;
	text-decoration:underline;
}
a:hover{
	text-decoration:none;
}
.red{
	color:#FF0000;
}
/*****************************
2.clear   
******************************/
.clearfix:after {
	content:".";
	display:block;
	height:0px;
	clear:both;
	visibility:hidden;
}
.clearfix {display:inline-block;}
/* hides from IE-mac \*/
* html .clearfix {height:1%;}
.clearfix {display:block;}
/***************************
3.all
****************************/
#wrapper{
	width:900px;
    margin: 0 auto;
    text-align: left;
	background-color:#000000;
}
a:focus{
	outline:none;
}
/***************************
4.header
****************************/
#header{
	width:900px;
	margin-bottom:16px;
	margin-top:5px;
}
#header h2.ci {
	width:160px;
	margin-top:14px;
	margin-left:22px;
	margin-bottom:16px;
	float:left;
}
#header p.ad {
	float:right;
	margin-top:40px;
	margin-right:40px;
}
#imageMenu{
	clear:both;
}
/***************************
5.content
****************************/
#content{
	clear:both;
	width:558px;
	float:left;
	padding-left:20px;
	padding-right:30px;
	border-right:#999999 dotted 2px;
}
.kiji_h2{
	font-size:22px;
	margin-left:20px;
	border-bottom:1px solid #FFFFFF;
	border-left:7px solid #FFFFFF;
	padding-left:10px;
}
#content h3{
	font-size:18px;
	margin-left:20px;
}
.contentBack{
	margin-top:5px;
	margin-bottom:10px;
	border-bottom:#999999 dotted 2px;
}
.entryBody a{
        color:#f2a3a3;
}
.entryBody{
	line-height:2.0;
	margin-left:20px;
	margin-bottom:5px;
}
.asset-meta {
	font-weight:normal;
	margin-top:0.25em;
	padding-bottom:0.3em;
	padding-top:2px;
	font-size:11px;
	line-height:1.4;
	padding-left:30px;
	color:#999999;
}
.asset-meta a{
	color:#999999;
}
.asset-footer{
	line-height:2.0;
	margin-left:20px;
	margin-bottom:5px;
}
.asset-footer p{
	line-height:1.8;
}
.next{
	text-align:center;
}
.entryBody dl {
	width:402px;
	/*line-height:2.2;*/
}
.entryBody dt {
	float:left;
	width:70px;
	border:1px solid #444;
	background:#787878;
	margin-bottom:1px;
	padding:5px 10px 5px 5px;
}
.entryBody dd {
	float:left;
	width:290px;
	border:1px solid #444;
	background:#787878;
	margin-bottom:1px;
	margin-left:13px;
	padding:5px 5px;
}
.map {
	color:#FF9900;
	text-align:right;
	background-color:#787878;
}
.access{
	height:28px;
}
/***************************
6.side
****************************/
#side{
	width:270px;
	float: left;
	margin-left:20px;
}
#side li{
	line-height:1.8;
}
.widget h3{
	font-size:16px;
	border-bottom:#FFFFFF solid 1px;
	margin-right:50px;
	color:#999999;
}
.widget-header{
	margin-bottom:10px;
	margin-top:10px;
}
/***************************
7.footer
****************************/
#footer {
	clear:both;
	padding-top:35px;
}
#footer ul {
	text-align:center;
}
#footer li {
	display:inline;
	padding:0px 6px 0px 5px;
	border-right:1px solid #FFF;
}
#footer li.lastLi {
	border:none;
}
#footer address {
	clear:both;
	text-align:center;
	font-style:normal;
	padding-top:28px;
	padding-bottom:20px;
}
/***************************
8.comment
****************************/
#comments p{
	font-size:12px;
}
.comments-open-content{
	margin-left:80px;
}
#comments-open-footer{
	margin-left:150px;
	margin-top:20px;
}
.end{
	text-align:center;
	margin-top:100px;
}
.comment-content{
	line-height:1.8;
	margin-left:50px;
}
#comments{
	margin-top:10px;
}
#comments .comments-header{
	font-size:14px;
	color:#FFCC66;
}