@charset "utf-8";
/* ----------------------------------------------------------

---------------------------------------------------------- */
@import url(reset.css); 
@import url(common.css); 
body{
	background-color: #222222;
	font-family:'メイリオ',Meiryo,verdana,’ヒラギノ角ゴ Pro W3′,"Hiragino Kaku Gothic Pro",Osaka,"MS PGothic",Sans-Serif;
	font-size: 80%;

}

h1{
	position:absolute;
	top: 15px;
	left: 15px;

}

#all{
	width:900px;
	margin: 0 auto;
	text-align: center;
	height: auto;

}

#header{
	background-image: url(../images/header_bg.png);
	width: 900px;
	height: 190px;
	background-repeat: no-repeat;
	margin: 20px 0px 0px 0px;
	position:relative;
}

#head_navi{
	background-image: url(../images/navi_bg.png);
	width: 900px;
	height: 38px;
	margin: 0;
	padding: 0;
}

#g_navi{
	padding: 0px 0px 0px 20px;
}

#g_navi li{
	float: left;
	margin: 10px 40px 0px 0px;
}

#container{
	width: 900px;
}

#main{
	width: 636px;
	float: left;
	text-align: left;
}

h2{
	font-size:200%;
	margin:0;
	padding:0px 0px 0px 80px;
	color:#0e90fe;
}

h2 a{
	color:#0e90fe;
	text-decoration:none;
}

h2 a:visited{
	color:#0e90fe;
	text-decoration:none;
}

h2 a:hover{
	color:#0e90fe;
	text-decoration:underline;
}

.category_name{
	margin:0;
	padding:20px 0px 0px 0px;
	font-size:150%;
	color:#FFFFFF;
}

.entry{
	color:#FFFFFF;
	background-color:#090909;
	width:600px;
	margin:25px 0px 25px 0px;
	padding:10px;
	position:relative;
}

.entry_body{
	padding:25px 0px 0px 0px;
}

.entry_body p{
margin:0px 0px 15px 0px;
}


.date{
background-image:url(../images/data.png);	
background-repeat: no-repeat;
width:74px;
height:63px;
position:absolute;
top: -15px;
left:0px;
}

.date span{
	display:block;
	text-align:center;
}
.year_month{
	color:#666666;
	font-size:85%;
	padding:5px 0px 0px 0px;
	line-height:1em;
}

.day{
	font-size:200%;
	color:#0e90fe;
	padding:0px 0px 0px 0px;
	margin:0px;
	display:inline;
}

.niti{
	font-size:70%;
	color:#666666;
	display:inline;
}

.entry_footer{
	padding:50px 0px 5px 0px;
}


.entry_footer a{
	color:#0e90fe;
	text-decoration:none;
	}


.entry_footer a:visited{
	color:#0e90fe;
	text-decoration:none;
	}

.entry_footer a:hover{
	color:#0e90fe;
	text-decoration:underline;
	}


.trackback{
	background-color:#222222;
	border:solid 1px #DDDDDD;
	padding:2px 4px 2px 4px;
	display:block;
}

.more-link{
	padding:30px 0px 0px 0px;
	display:block;
}

/*コメント関連開始*/

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#respond{
	color:#FFFFFF;
}

#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}

.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
/*	text-align: justify; */
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;
	background-color:#EEEEEE;
	border:solid 2px #DDDDDD;
	width:600px;
	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}

.comme_track{
	color:#FFFFFF;
}

.comme_track a{
	color:#0e90fe;
	text-decoration:none;
}

.comme_track a:visited{
	color:#0e90fe;
	text-decoration:none;
}

.comme_track a:hover{
	color:#0e90fe;
	text-decoration:underline;
}

/*コメント関連終了*/

#side{
	width: 264px;
	float: right;
	text-align: left;
}

#side ul li{
	padding:0px 0px 0px 20px;
	background-image:url(../images/list2.png);
	background-repeat: no-repeat;
	background-position: 7px 7px;
	line-height:180%;
	color:#FFFFFF;
	}

#side ul li a{
	color:#FFFFFF;
	text-decoration:none;
}

#side ul li a:visited{
	color:#FFFFFF;
}

#side ul li a:hover{
	color:#FFFFFF;
	text-decoration:underline;
}

/*タグクラウド用CSS開始*/

.wp-tag-cloud{
	width:220px;
	line-height: 1;
	text-align:left;
	padding: 0.5em 10px;
	margin:0;
}

.wp-tag-cloud li{
	display: inline;
	text-align:left;
	margin: 0;
	padding: 0;

}

#side .wp-tag-cloud li{
	background:none;
	text-align:left;
	display: inline;
	text-align:left;
	margin: 0;
	padding: 0;
}

/*タグクラウド用CSS終了*/

#footer{
	color: #FFFFFF;
	clear: both;
	padding: 30px 0px 10px 0px;
}