@charset "utf-8";

/* =================================================================== 
 * style info :  共通設定 (この箇所は基本的に変更しない) 
 * =================================================================== */
body {
	background: url(../img/sitebg.jpg) repeat-x;
	color: #3f1d01;	
	font-size: 14px;	
	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: #7c7fc3;
	text-decoration: none;
	}
a:visited {
	
}
a:hover {	
	text-decoration: none;	
	color: #7cb1c3;
	}
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; }

/* =================================================================== 
 * style info :  全頁共通設定 (この箇所は基本的に変更しない) 
 * =================================================================== */
#Wrapper {
	width: 850px;
	margin: 0 auto;
}

.header {
	width: 850px;
	height: 134px;
	position: relative;
}

.meinArea {
	width: 850px;
	padding: 0 0 60px 0;
}

.leftArea {
	width: 510px;
	float: right;
	display: inline;
}

.rightArea {
	width: 300px;
	float: left;
	display: inline;
}

h1 {
	padding: 30px 0 0 0;
}

h2 {
	margin: 0 0 30px 0;
}

h5 {
	font-weight: bold;
	margin: 0 0 3px 0;
}

.navi {
	width: 847px;
	height: 45px;
	position: absolute;
	bottom: 0;
	left: 0;
}

.navi li {
	float: left;
}

.rightArea h3 {
	background: url(../img/img03.jpg) 0 50% no-repeat;
	padding: 10px 0 10px 15px;
	margin: 0 0 3px 0;
}

.leftArea h3 {
	background: url(../img/img02.jpg) 0 50% no-repeat;
	padding: 10px 0 10px 15px;
	margin: 0 0 6px 0;
}

.rightArea ul {
	margin: 0 0 15px 0;
}

.rightArea a {
	background: url(../img/img04.gif) 0 50% no-repeat;
	padding: 2px 0 1px 22px;
	margin: 0 0 0 3px;
}

.rightArea a:hover {
	background: url(../img/img05.gif) 0 50% no-repeat;
}

.mapArea {
	margin: 0 0 0 30px;
}

.mapArea h4 {
	margin: 0 0 5px 0;
	border-bottom: 1px solid #3f1d01;
}

.mapArea ul {
	margin: 0 0 25px 10px;
}

.policyArea {
	margin: 0 0 30px 15px;
}

.rightArea p {
	margin: 0 0 10px 0;
}


#FooterWrapper {
	background: url(../img/img06.gif) top repeat-x #f9f1f2;
	height: 100%;
}

.footer {
	width: 850px;
	margin: 0 auto;
	padding: 30px 0 0 0;
}

.footer ul {
	margin: 0 0 7px 0;
}

.footer li {
	float: left;
	padding: 0 20px 0 0;
}
	


















