@import url(base.css);

/* 基本構造 */

#container {
	width: 1027px;
	position: static;
	text-align:left;
	margin:38px 0 50px 0;
	padding:0;
	background-color: #000000;
	font-size:62.5%;
	font-family: Helvetica, sans-serif;
}

#copyright {
	float: left;
	width: 50px;
	height: 220px;
	margin-top: 0;
	background:url(../common_images/bg_copyright.gif) 0 0 no-repeat;
}

#wrapper {
	float: right;
	width: 977px;
}

#mainarea {
	float: left;
	width: 557px;
}

#rightarea{
	float: right;
	width: 420px;
	padding: 0;
}

#rightarea h2{
	display: block;
	padding-bottom: 11px;
	padding-left:2px;
	}

#rightarea h2 span{
	padding:0 9px 0 0;
	background:url(../common_images/raquo.gif) right 0.2em no-repeat;
	/*微調整あり*/
}


#category_archive {
	overflow:hidden;
	float: left;
	width: 197px;
	padding-left: 24px;
}

#search_recent {
	overflow:hidden;
	float:left;
	width: 174px;
	padding: 0px;
}



/* ヘッダー部分 */

.header{
	width: 500px;
	padding-left: 56px;
	padding-bottom: 35px;
}



/* ページタイトル */

.pgtitle{
	width: 400px;
	margin-left: 56px;
	padding-bottom: 30px;
}

.pgtitle_btn{
	float: left;
	bottom:0px;
	width: 56px;
	height: 75px;
	margin: 0;
	padding: 0;
}

.pgtitle_btn p{
	width: 56px;
	margin: 0;
	padding-top: 18px;
	height:16px;
}

.pgtitle_btn a{
	position:relative;
	display:block;
	width: 38px;
	height: 18px;
	background:url(../common_images/btn_top.gif) 0 0 no-repeat;
}

.pgtitle_btn a:hover{
	background:url(../common_images/btn_top_ro.gif) 0 0 no-repeat;
}



/* コンテンツ */

.contents {
	width: 501px;
	padding: 0 0 50px 56px;
	overflow:hidden;
}

.contents h3{
	width: 500px;
	margin-bottom:20px;
}


.contents p{
	width: 500px;
}

.contents .date{
	margin-bottom:20px;
	display:none;
}

.contents img{
	padding-top:8px;
}



/* カテゴリー＆アーカイブ等のリスト */


.listbox{
	width: 174px;
	margin-top: 0;
	padding-bottom: 24px;
}

.listbox li{
	background:url(../common_images/dline_174.gif) left bottom no-repeat;
	width: 154px;
	padding: 3px 10px 5px;
	/*微調整あり*/
}

.listbox li{
	line-height:1;
}

.listbox li p{
	
}


/* 検索ボックス */

.searchbox {
	width: 174px;
	/* min-height height はsearchbox.jsにて記述 */
	/* padding-bottom: 18px; */
}

.searchbox form{
	line-height:0;
}

.searchbox h2{
	padding-bottom: 13px;
}

.searchbox input.keyword{
	width: 132px;
	height: 16px;
	border: 1px solid #5C5C5C;
	color: #FFFFFF;
	background-color: #000000;
}

.searchbox .submit{
	padding: 2px 0 0 12px;
}

#rightarea h2.wbg{
	background:url(../common_images/dline_174.gif) left bottom no-repeat;
}

/* FONT関連 */


.contents h3 {
	/*font-size: 18px;*/
	font-size: 1.8em;
	font-weight: bold;
	line-height: 1.5;
	text-decoration: none;
}

.contents h3 a{
	color:#fff;
	text-decoration:none;
	}

.contents .date {
	/*font-size: 14px;*/
	 font-size: 1.4em; 
	line-height: 1.2;
	text-decoration: none;
}

.contents .info p{
	/*font-size: 14px;*/
	font-size: 1.4em; 
	line-height: 1.5;
	text-decoration: none;
}

.contents .info a{
	color: #FFFFFF;
}

.contents .info a:hover{
	color: #2FE288;
}

.contents .searchResults p{
	/*font-size: 14px;*/
	 font-size: 1.4em; 
	line-height: 1.5;
	text-decoration: none;
}

#rightarea h2{
	/*font-size: 10px;*/
	font-size: 1.1em;
	font-weight: bold;
	line-height: 1;
	text-decoration: none;
}


.listbox li{
	/*font-size: 10px;*/
	font-size: 1em;
	color: #FFFFFF;
	line-height: 1.3;
	text-decoration: none;
}

.listbox li a{
	color: #FFFFFF;
	text-decoration: none;
}

.listbox li a:hover{
	color: #2FE288;
}


