@charset "UTF-8";
/* CSS Document */


/* =================================================================== 
 * style info :  共通設定 (この箇所は基本的に変更しない) 
 * =================================================================== */
body {
	background: url(../image/body_bg.jpg) repeat-x;
	color: #350c02;
	font-size: 90%;
	font-family: "メイリオ", "Meiryo", verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
	line-height: 1.7;
}
*html body {
	/* for IF6 */	
	font-family: "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}
html, body {
	height: 100%;
}
a {
	color: #bcca85;
	text-decoration: none;
}
a:visited {
}
a:hover {
	text-decoration: none;
	color: #dac566;
}
a:active {
}
/*--- clearfix */
.clearfix:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}
.clearfix {
	min-height: 1em;
}
*html .clearfix {
	height: 1em;
}

p {
	margin-bottom: 8px;
}
/* =================================================================== 
 * style info :  全頁共通設定 (この箇所は基本的に変更しない) 
 * =================================================================== */
#container {
	width: 900px;
	margin: 0 auto;
}
#header {
	height: 128px;
	margin-bottom: 25px;
	position: relative;
}
h1 {
	padding: 10px 0 0;
}
#header ul {
	position: absolute;
	bottom: 10px;
	left: 0;
}
#header li {
	float: left;
}
#catch {
	margin-bottom: 25px;
}
#content {
	padding: 0 0 40px;
}
.sidecontant {
	width: 300px;
	float: left;
	display: inline;
}
.maincontant {
	width: 580px;
	float: right;
	display: inline;
}
h2 {
	background: url(../image/line_bottom.gif) bottom repeat-x;
	padding: 0 20px 5px;
	margin-bottom: 10px;
}

.sidecontant ul {
	margin-bottom: 20px;
}


table{
	margin:20px 0;
}


#list{
	font-size: 80%;
}

#list span:after{
	content: '>';
	padding: 0 5px;
}

#list span:last-child:after{
  content: '';
}



#footer {
	background: url(../image/line_bottom.gif) repeat-x;
	padding: 25px 20px 25px;
}

#footer li {
	float: left;
	padding-right: 15px;
}

#footer ul{
	margin-bottom: 15px;
}



#footer p {
	text-align: center;
}

.pcontant dt {
	border-bottom: 1px solid #350c02;
	padding-bottom: 2px;
}

.pcontant dd {
	margin-bottom: 15px;
}

.maparea {
	margin: 0 0 20px 20px;
	
}



