@charset "utf-8";

/* =================================================================== 
 * style info :  共通設定 (この箇所は基本的に変更しない) 
 * =================================================================== */
body {
	background: url(../img/bg.gif) repeat-x;
	color: #666;	
	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;
}

a {	
	color: #72c7e3;
	text-decoration: none;
	}
a:visited {
	
}
a:hover {	
	text-decoration: none;	
	color: #e2c502;
	}
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 :  全頁共通設定 (この箇所は基本的に変更しない) 
 * =================================================================== */
 
 #Container {
	 width: 960px;
	 margin: 0 auto;
	 position: relative;
	padding: 0 0 150px 0;
 }

.header {
	width: 960px;
	height: 243px;
	position: relative;
}

h1 {
	position: absolute;
	top: 15px;
	left: 30px;
}

.meinImg {
	padding: 45px 0 0 0;
}

.gnavi {
	width: 960px;
	height: 50px;
	background: url(../img/gnavi_bg.jpg) repeat-x;
	margin: 0 0 115px 0;	
}

.gnavi li {
	float: left;
}

.content {
	width: 960px;
}

.mein {
	width: 580px;
	float: left;
	margin: 0 0 0 20px;
}

h2 {
	background: url(../img/mein_title.gif) 0 50% no-repeat;
	font-weight: bold;
	padding: 12px 0 12px 35px;
	margin: 0 0 25px 0;
}

.meinStyle01 {
	padding: 0 15px 0 15px;
}

.meinStyle02 {
	padding: 0 15px 0 50px;
}

.meinStyle02 ul {
	padding: 3px 0 3px 25px;
}

.mein p {
	margin: 15px 0 0 0;
}
.sub {
	width: 300px;
	float: right;
}

h3 {
	background:url(../img/sub_bg.gif) 0 50% no-repeat;
	font-weight: bold;
	padding: 0 0 0 25px;
	margin: 0 0 5px 0;
}

.sub ul {
	margin: 0 0 35px 25px;
}

.sub a {
	background: url(../img/sub_bg02.gif) 0 50% no-repeat;
	padding: 0 0 0 15px;
}

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

#footerWrap {
	background: url(../img/footer_bg.gif) repeat-x;
	padding: 40px 0 100px 0;
}

.footer {
	width: 960px;
	margin: 0 auto;
}

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

.footer p {
	margin: 35px 0 0 30px;
}


























