@charset "utf-8";

/* =================================================================== 
 * style info :  共通設定 (この箇所は基本的に変更しない) 
 * =================================================================== */
body {
	background: url(../img/background.jpg) repeat-x;
	color: #390101;	
	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: #74ce8f;
	text-decoration: none;
	}
a:visited {
	
}
a:hover {	
	text-decoration: none;	
	color: #f6c60c;
	}
a:active {}

/* for modern browser */
.clearfix {
    display: inline-block;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}
/* End hide from IE-mac */

/* =================================================================== 
 * style info :  全頁共通設定 (この箇所は基本的に変更しない) 
 * =================================================================== */

#wrapper, .footerIn {
	width: 960px;
	margin: 0 auto;
	position: relative
}

#header {
	height: 388px;
	margin: 0 0 30px 0;
}

h1 {
	padding: 20px 0 30px 0;
}

.nav {
	width: 864px;
	height: 38px;
	position: absolute;
	top: 90px;
	left: 0;
}

.nav li {
	float: left;
}

.siteimage {
	position: absolute;
	top: 144px;
	left: 0;
}


#circleleft {
	width: 550px;
	float: left;
}

#circleright {
	width: 250px;
	float: right;
}

h2, #circleright dt {
	background: url(../img/title_point.jpg) no-repeat;
	border-bottom: 2px solid #cde8d5;
	padding: 0 0 5px 15px;
	margin: 0 0 10px 0;
}

#circleleft p {
	margin: 0 0 12px 0;
}


#circleright dd {
	margin: 0 0 30px 10px;
}

#circleright a, .maparea a {
	background: url(../img/linkpoint01.jpg) 0 50% no-repeat;
	padding: 0 0 0 13px;
}

#circleright a:hover, .maparea a:hover {
	background: url(../img/linkpoint02.jpg) 0 50% no-repeat;
}


#footer {
	background: #f6fdf8;
	height: 100%;
}

.footerIn {
	padding: 20px 0 0 0;
}

.footerIn ul {
	margin: 0 0 10px 0;
}

.footerIn li {
	float: left;
	padding: 0 15px 0 0;
}

.maparea {
	margin: 0 0 30px 20px;
}

.policy {
	margin: 0 0 0 18px;
}

.policy dt{
	background: url(../img/title_point.jpg) 0 50% no-repeat;
	padding: 0 0 0 13px;
}
	
.policy dd {
	margin: 0 0 28px 20px;
}




















































