@charset "utf-8";
@import "/css/reset.css";
@import "/css/global.css";

/* basic elements */

body{
 	background: #C0C0C0;
	color: #000;
	font-size: 67%;
	font-family: "メイリオ", Helvetica, Arial, "Hiragino Kaku Gothic Pro", "HiraKakuPro-W3" "ヒラギノ角ゴ Pro W3", "MS UI Gothic", "ＭＳ Ｐゴシック", "MS PGothic", Osaka, Sans-Serif;
	text-align: center;
}
* html body{ font-size: 72%;} 

form, input { margin: 0; padding: 0; }
code { font: 1.1em 'Courier New', Courier, Fixed; }

a:link{
	color: #00006E;
	text-decoration: underline;
}
a:visited{
	color: #45456F;
}
a:hover, a:visited:hover{
	color: #6E0000;
}
a:active{
	color: #AD0000;
}


/* Layout */
#container{
	/* background: transparent url("media/bg.gif") repeat-y 0 0; */
	background-color: #fff;
	margin: 0 auto 0 auto;
	padding: 0 0 10px 0;
	text-align: center;
	width: 800px;
}
#content{
	background: transparent url("media/bg_section.gif") no-repeat 0 0;
	/* float: right; */
	/* width: 546px; */
	margin: 0 auto;
	padding: 0 40px;
	text-align: left;
	width: 720px;
}
/*
#section{
	background: transparent url("media/bg_section.gif") no-repeat 0 0;
	float: left;
	padding: 120px 0 0 0;
	width: 254px;
}
*/
#footer{
	background: none;
	color: #666;
	clear: both;
	font-size: 1.1em;
	padding: 20px 15px;
	text-align: right;
	width: 770px;
}
/* **********************************************-********************************************** */


/* #recentlist */
#recentlist{
	padding: 0 15px;
	width: 224px;
}
#recentlist h3{
	background: transparent url("media/icon_recentlist.gif") no-repeat 0 0;
	font-size: 1.4em;
	font-weight: bold;
	padding: 3px 0 3px 20px;
}
#recentlist ul{
	margin: 0 0 2em 0;
}
#recentlist ul li{
	font-size: 1.1em;
	line-height: 1.4;
	margin: 0 0 0.3em 0;
}
/* **********************************************-********************************************** */

/* #recentlist */
#searchform{
	padding: 0 15px;
	width: 224px;
}
#search{
	border-top: 1px solid #666;
	border-left: 1px solid #666;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	float: left;
	font-size: 1.2em;
	margin: 3px 0 0 0;
	padding: 2px 5px;
	width: 148px;
}
#searchbtn{
	float: right;
}
/* **********************************************-********************************************** */

#content h1{
	padding: 15px 0 15px 30px;
}
.navi_Paginate{
	font-size: 1.2em;
	margin: 10px auto;
	text-align: center;
	width: 400px;
}

/* promotion */
#promotion{
	float: right;
	width: 450px;
}
#promotion img{
	display: block;
	float: right;
	margin: 0 0 0 10px;
	width: 150px;
}
#promotion p{
	font-size: 1.2em;
	line-height: 1.5;
	padding: 20px 0;
}
#promotion p strong{
	font-size: 1.2em;
	font-weight: bold;
}
/* **********************************************-********************************************** */

/* .entry */
.entry{
	padding: 0 15px 20px 0;
	width: 705px;
}
.entry p{
	margin: 0 0 20px 0;
}
.entry .message{
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #666;
	border-right: 1px solid #666;
	margin: 0 0 20px 0;
	padding: 20px 20px 0 20px;
}
.entry .entry_header{
	background: transparent url("media/bg_entry_header1.gif") no-repeat 0 0;
	font-size: 1.6em;
	font-weight: bold;
	padding: 0;
	margin: 0;
}
.entry .entry_header a{
	background: transparent url("media/bg_entry_header2.gif") no-repeat 100% 0;
	color: #fff;
	display: block;
	padding: 5px 10px;
	text-decoration: none;
	width: auto;
}
.entry .entry_header a:hover{ color: #ccc; }
.entry .entry_date{
	background: transparent url("media/bg_entry_date1.gif") no-repeat 0 0;
	color: #fff;
	float: left;
	font-size: 1.1em;
	width: 210px;
}
.entry .entry_date span{
	background: transparent url("media/bg_entry_date2.gif") no-repeat 100% 0;
	display: block;
	padding: 10px 10px 10px 40px; 
	text-align: center;
	width: 160px;
}
.entry .entry_comm{
	background: transparent url("media/bg_entry_comm1.gif") no-repeat 0 0;
	color: #fff;
	float: left;
	font-size: 1.1em;
	width: 110px;
}
.entry .entry_comm a{
	background: transparent url("media/bg_entry_comm2.gif") no-repeat 100% 0;
	color: #fff;
	display: block;
	padding: 10px 10px 10px 20px;
	text-decoration: none;
	text-align: center;
	width: 80px;
}
.entry .entry_comm a:hover{ color: #ccc; }
.entry .entry_content{
	clear: both;
	color: #333;
	font-size: 1.2em;
	line-height: 1.8;
	overflow: hidden;
	padding: 10px 0 0 30px;
	width: 670px;
}
/* **********************************************-********************************************** */

/* Comments */
#comments, 
#postcomments{
	padding: 20px 0 0 30px;
	margin: 0 0 10px 0;
	width: 516px;
}
.comment{
	border-bottom: 1px solid #ccc;
	color: #333;
	font-size: 1.2em;
	line-height: 1.6;
	padding: 0 0 10px 0;
	margin: 0 15px 10px 30px;
	width: 501px;
}
.comment .posted{
	color: #666;
	font-size: 0.9em;
	text-align: right;
	padding: 10px 0 0 0;
}
.comments_form{
	padding: 20px 15px 20px 30px;
	width: 501px;
}
.comments_form label{
	font-size: 1.1em;
	line-height: 1.5;
}
.comments_form #author, 
.comments_form #email, 
.comments_form #url{
	background: #efefef;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	font-size: 1.2em;
	padding: 2px 5px;
	margin: 0 0 10px 0;
	width: 250px;
}
.comments_form textarea#text{
	background: #efefef;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	font-size: 1.3em;
	height: 200px;
	padding: 2px 5px;
	margin: 0 0 10px 0;
	width: 480px;
}
.comments_form .comment_btn{
	background: #efefef;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #666;
	border-right: 1px solid #666;
	padding: 2px 5px;
	font-size: 1.2em;
}
/* **********************************************-********************************************** */
