/* CSS Document */


body{
	margin:0px;
	padding:0px;
	background:#3C2925;
}

img{
	border-style:none;
}



#wrapper{
	margin:0px;
	padding:0px;
	background:url(bg_stripe.gif);
}
	#mainbox{
		margin:0px auto;
		padding:0px;
		width:862px;
		background:#FFFFFF;
		border-left:1px #cccccc solid;
		border-right:1px #cccccc solid;
	}
		#container{
			width:848px;
			margin:0 auto;
		}
		#h_img{
			margin:4px 0px;
		}
		#sidet{
			width:206px;
			margin-top:4px;
			background:#D7CEAC url(side_t.gif) top no-repeat;
		}
		#sideb{
			width:206px;
			margin-bottom:10px;
			background:#D7CEAC url(side_b.gif) bottom no-repeat;
		}
#line{
	height:7px;
	width:100%;
}
	h1{
	font-size:12px;
	font-weight:normal;
	height:12px;
	color:#cccccc;
	}
#footer{
	width:100%;
	margin:0px;
	padding:0px;
	height:44px;
	color:#FFFFFF;
	font-size:smaller;
}


.m_t{
	margin-top:4px;
}
.m_th{
	margin-top:10px;
}

.m_b{
	margin-bottom:4px;
}
/*~~~☆★テキストリンクの設定★☆~~~*/
	ul#nav_txt{
		margin:3px;
		padding:0px;
		list-style:none;
		width:634px;
		font-size:smaller;
	}
	ul#nav_txt li{
		display:inline;
		padding:0px 5px;
		border-left:#333333 1px solid;
	}
	/*テキストリンクの右端に線をつける*/
	ul#nav_txt li.navtxt_right{
		border-right:#333333 1px solid;
	}
	a:link,a:visited{
		color:#A24648;
	}	
	a:hover,a:active{
		background:#EDC1C1;
		color:#666666;
	}


	img{
		border:none;
	}
	#sidet img{
		margin-top:5px;
	}
	#sidet a:hover,#sidet a:active{
		background:none;
	}
	img{
		border:none;
		margin:0px;
		padding:0px;
		line-height:0;
		vertical-align:top;
	}
	

/*画像に枠を付ける*/
	.img_waku{
			padding:1px;
			border:#cccccc 1px solid;
			background:#FFFFFFF;
	}
	
	.smaller{
		font-size:smaller;
	}
	
	
	
	

/*新着情報についての設定*/
	.yado img{
			padding:1px;
			border:#cccccc 1px solid;
			background:#FFFFFFF;
	}
	.yado{
		font-size:smaller;
		line-height:120%;
		background:url(yado_bottom.jpg) no-repeat bottom;
		margin-top:4px;
	}
	.yadotitle{
		padding:0px 3px 5px 15px;
		font-weight:bold;
	}
	.yadodate{
		background-color:#D5E39B;
	}