/*==================タグリセット==================*/
*{
	margin:0px;
	padding:0px;
	font-size:100%;
	font-style:normal;
	font-weight:normal;
	}

/*==================共通タグ==================*/
body{
	font: normal 75%/140% "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #333333;
	background-color: #FFFFFF;
	text-align:center;
	}
h1{
	text-indent:-9999px;
	}
img{
	border:0;
	}	
a:link,
a:visited{
	color:#cc6600;
	text-decoration:underline;
	}
a:hover{
	color:#572F0F;
	text-decoration:none;
	}		
/*共通クラス*/
.Clear{
	clear:both;
	line-height:0;
	}	
.flL{
	float:left;
	}
.flR{
	float:right;
	}
.alR{
	text-align:right;
	}
.alC{
	text-align:center;
	}
	
/*==================パーツ==================*/
#container{
	width:820px;
	margin:0 auto;
	background:url(../img/container-bg.jpg) repeat-y;
	text-align:center;
	}
#main{
	width:800px;
	background:url(../img/bgAll.jpg) repeat-y;
	text-align:left;
	margin:0 10px;
	}
#head{
	width:800px;
	height:255px;
	background:url(../img/head.jpg) no-repeat;
	}
#topBox,
#bottomBox{
	width:800px;
	}
#menu{
	width:800px;
	height:283px;
	background:url(../img/menu.jpg) no-repeat;
	}
#info{
	width:231px;
	float:left;
	margin-bottom:10px;
	}
#foot{
	width:800px;
	background-color:#572f0f;
	color:#ffffff;
	text-align:right;
	}

/*==================topBox内==================*/
#news{
	width:380px;
	margin-right:10px;
	margin-bottom:10px;
	float:left;
	}
.newsBox{
	width:360px;
	margin:0 10px;
	border-bottom:1px dashed #663300;
	padding:5px 0;
	}
.newsBox h2 a{
	font-weight:bold;
	color:#663300;
	margin:5px 0 5px 10px;
	padding-bottom:3px;
	}

.newsBox img{
	margin:5px;
	}
.newsBox p{
	margin:0 0 5px 10px;
	font-size:90%;
	line-height:120%;
	}
.newsBox p.perma{
	text-align:right;
	}
#news .more{
	text-align:right;
	margin-top:5px;
	}

.newsC{
	width:380px;
	background:url(../img/newsC-bg.jpg) repeat-y;
	}
.newsC-top{
	width:380px;
	height:20px;
	background:url(../img/newsC-top.jpg) no-repeat;
	}
.newsC-bot{
	width:380px;
	height:20px;
	background:url(../img/newsC-bot.jpg) no-repeat;
	margin-bottom:5px;
	}

.newsC-in{
	width:340px;
	border-bottom:1px dashed #663300;
	padding-bottom:5px;
	margin:0 20px;
	}	
.newsC-in h4{
	font-weight:bold;
	color:#A24100;
	margin-bottom:3px;
	padding-top:5px;
	}
.newsC-in img{
	float:right;
	margin:10px 0 5px 5px;
	}
iframe{
	width:340px;
	margin:0 20px;
	height:300px;
	border:0;
	}
#kodawari{
	width:380px;
	margin:0 20px 0 10px;
	display:inline;
	float:left;
	}
#kodawari p{
	margin:5px 15px 10px 5px;
	}

/*==================bottomBox内==================*/
#info img{
	margin:10px 0 5px 0;
	}
#info p{
	margin-left:35px;
	}
#map{
	width:569px;
	float:left;
	}
	
/*==================foot内==================*/
#foot address{
	padding:3px 5px;
	font-size:90%;
	}