@charset "utf-8";
/* CSS Document */

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

*html body {	
/* for IF6 */	
	font-family: "ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}

a {	
	color: #0c026e;
	text-decoration: none;
	}
a:visited {
	
}
a:hover {	
	text-decoration: none;	
	color: #d9c623;
	}
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 :  全ページ共通設定 (この箇所は基本的に変更しない) 
 * =================================================================== */
#wrap {
	width: 850px;
	margin: 0 auto;
	padding: 0 0 100px 0;
	}

.header {
	width: 850px;
	height: 361px;
	background: url(../img/headerbg.jpg) no-repeat;
	}

.gnav {
	width: 835px;
	height: 44px;
	margin: 15px 0 15px 15px;
	}

.gnav li {
	float: left;
	}

.content {
	width: 850px;
	padding: 30px 0 0 0;
	}
	
.contentLeft {
	width: 300px;
	float: left;
	}
	
.contentRight {
	width: 520px;
	float: right;
	}
	
	
.contentRight p {
	padding: 20px 0 0 5px;
	}

.contentRight dt {
	font-weight: bold;
	margin: 15px 0 0 0;
	}

h2 {
	background: url(../img/meintitle.jpg) 0 50% no-repeat;
	font-weight: bold;
	padding: 5px 0 5px 25px;
	margin: 0 0 3px 0;
	}
	
h3 {
	background: url(../img/sidenavi.jpg) 0 50% no-repeat;
	font-weight: bold;
	padding: 5px 0 5px 30px;
	margin: 0 0 3px 0;
	}

h4 {
	font-weight: bold;
	border-bottom: 1px dotted #00218c;
	padding: 3px 0;
	margin: 15px 0 0 0;
	}
	

.contentLeft ul {
	margin: 0 0 30px 0;
	}

.contentLeft li {
	line-height: 0;
	}

.contentLeft a {
	display: block;
	background: url(../img/sidebg01.gif) 0 50% no-repeat;
	padding: 5px 0 5px 25px;
	line-height: normal;
	}


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

#footerWrap {
	background: #e5e5e5;
	border-top: 1px solid #666;
	}

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

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

/* =================================================================== 
 * style info :  サイトマップ設定 (この箇所は基本的に変更しない) 
 * =================================================================== */
.mapList {
	margin: 15px 0 0 40px;
	}

.mapList ul {
	margin: 0 0 30px 0;
	}

.mapList li {
	line-height: 0;
	}


.mapList a {
	display: block;
	width: 250px;
	background: url(../img/sidebg01.gif) 0 50% no-repeat;
	padding: 3px 0 3px 25px;
	line-height: normal;
	}

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
























