@charset "utf-8";

/* =================================================================== 
 * style info :  共通設定 (この箇所は基本的に変更しない) 
 * =================================================================== */
body {
	background: url(../img/body_bg.gif) repeat-x #f7f5ef;
	color: #5e513f;	
	font-size: 14px;	
	font-family: "メイリオ","Meiryo",verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;	
	line-height: 1.7;
}

html,body {
height: 100%;
}

*html body {	
/* for IF6 */	
	font-family: "ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}

a {	
	color: #79aed1;
	text-decoration: none;
	}
a:visited {
	
}
a:hover {	
	text-decoration: none;	
	color: #ff5c03;
	}
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 :  全頁共通設定 (この箇所は基本的に変更しない) 
 * =================================================================== */

#Bottom {
	width: 902px;
	background: url(../img/header03.gif) no-repeat bottom;
	padding: 0 0 4px 0;
	margin: 0 auto;
}

#Top {
	width: 902px;
	background: url(../img/header01.gif) no-repeat;
	padding: 4px 0 0 0;
	margin: 30px auto 0;
}

#Center {
	width: 902px;
	background: url(../img/header02.gif) repeat-y;
	margin: 0 auto;
}

h1 {
	padding: 20px 30px;
}

.header {
	width: 860px;
	margin: 0 0 0 20px;
	padding: 0 0 20px 0;
}

.gnavi {
	width: 250px;
	float: left;
	display: inline;
}

.gnavi li {
	margin: 0 0 14px 0;
}


h2 {
	width: 550px;
	float: right;
	display: inline;
}

#Mein {
	width: 862px;
	margin: 80px auto 60px;
	padding: 0 20px;
}

.left {
	width: 560px;
	float: left;
	display: inline;
}

.left h3 {
	background: url(../img/title01.gif) 0 50% no-repeat;
	padding: 12px 0 12px 20px;
	margin: 0 0 20px 0;
}

.left p {
	margin: 0 0 17px 0;
	padding: 0 20px;
}

.right {
	width: 285px;
	float: right;
	display: inline;
}

.right h3 {
	background: url(../img/title02.gif) 0 50% no-repeat;
	padding: 12px 0 12px 20px;
	margin: 0 0 7px 0;
}

.right ul {
	margin: 0 0 35px 15px;
}

.top {
	clear: both;
	text-align: right;
	padding: 60px 0 25px 20px;
}

.top a {
	background: url(../img/title02.gif) 0 50% no-repeat;
	padding: 18px 150px 18px 30px;
}
#FooterWrap {
	background: url(../img/footer_bg.gif) repeat-x #ece7da;
	padding: 20px 0 0 0;
	height: 100%;
}

.footer {
	width: 902px;
	margin: 0 auto;
}

.footer ul {
	margin: 0 0 15px 0;
}

.footer li {
	float: left;
	padding: 0 20px 0 0;
}

h4 {
	margin: 0 15px 0 30px;
}

.period {
	margin: 0 0 30px 60px;
}












