
/* まち美化共通ページスタイル */

/*　リンクスタイル　*/
a:link{
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	color:#E6CF04;}
/*文字の基本スタイル（text-alignはハック）*/
body {
	font-size:0.8em;
	color:#333300;
	text-align:center;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	}
p {
	margin:5px 0 10px 0;
	line-height:135%;
	}
em {
	font-style:normal;
	font-weight:bold;
	color:#333333;
	}
/* レイアウト--------------------*/
#container {
	width:780px;
	margin-right:auto;
	margin-left:auto;
	text-align:left;
		}
#header {
	text-align:center;
	margin-bottom:30px;
	}
#header ul, #header li {
	margin:0;
	padding:0;
	list-style:none;
	}
#header li {
	font-size:12px;
	float:left;
	padding:0px 18px;
	border-right:thin solid #663300;
	}
#header li a {
	color:#663300;	
	}
#header li a:hover {
	color:#E6CF04;	
	}
/* ここまでヘッダー*/
#contentsarea {
	width:740px;
	margin-left:20px;
	}
h1 {
	padding:10px 0 8px 0;
	background-image : url(theme_bg.gif);
	background-repeat:no-repeat;
	font-size:18px;
	color:#ffffff;
	text-indent: 18px;
	}	
h2, h3, h4, h5, h6 {
	background-image : url(parts/headingbg.gif);
	background-repeat:no-repeat;
	font-size:14px;
	padding:5px 0 4px 0; 
	color:#ffffff;
	text-indent: 18px;
	}

/* フッター部分*/
#bottom {
	margin:0;
	height:33px;
	padding:0;
	clear:both;
	}
#bottom a {
	clear:left;
	margin-left:10px;
	font-size:10px;
	vertical-align:super;
	text-decoration:none;
	color:#663300;
	}
#bottom a:hover {
	color:#E6CF04;
	}
address {
	width:780px;
	text-align:center;
	line-height:150%;
	display:block;
	background-color:#ab7a4b;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-style:normal;
	color:#fff;
	}
/* 以上*/