@charset "utf-8";
/* CSS Document */

/* =================================================================== 
 * style info :  共通設定 (この箇所は基本的に変更しない) 
 * =================================================================== */
body {
	background: url(../img/bg.jpg) repeat-x #e9e8e8;
	color: #530707;	
	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: #e56701;
	text-decoration: none;
	}
a:visited {
	
}
a:hover {	
	text-decoration: none;	
	color: #9ac1e5;
	}
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: 900px;
	margin: 0 auto;
	}

.header {
	width: 900px;
	height: 79px;
	background: url(../img/container_bg.gif) repeat-y;
	}

h1 {
	padding: 15px 0 0 10px;
	}

.mein {
	width: 900px;
	background: url(../img/container_bg.gif) repeat-y;
	padding: 15px 0 200px 0;
	}

.contents {
	width: 640px;
	float: left;
	}

.nav {
	width: 640px;
	padding: 0 0 0 0;
	}

.nav ul {
	width: 630px;
	height: 52px;
	}

.nav li {
	float: left;
	}



#pan{
	font-size: 80%;
}

#pan span:after{
	content: '>';
	padding: 0 5px;
}

#pan span:last-child:after{
  content: '';
}





h3 {
	background: url(../img/title_bg.gif) 0 50% no-repeat;
	padding: 12px 0 15px 15px;
	margin: 15px 0 15px 10px;
	font-weight: bold;
	}
h5 {
	font-weight: bold;
	padding: 15px 5px 0 20px;
	}

.contents p {
	padding: 10px 15px 0 20px;
	}

.contents ul {
	padding: 0 0 15px 20px;
	}

.sideMenu {
	width: 230px;
	float: right;
	}

h4 {
	background: url(../img/sdie_title.gif) 0 50% no-repeat;
	padding: 12px 0 15px 15px;
	font-weight: bold;
	} 

.sideMenu ul {
	margin: 0 0 30px 0;
	}

.sideMenu li {
	line-height: 0;
	font-size:12px;
	}

.sideMenu li a {
	display: block;
	background: url(../img/side_list01.gif) 0 50% no-repeat;
	padding: 10px 0 10px 28px;
	line-height: normal;
	}

.sideMenu li a:hover {
	background: url(../img/side_list02.gif) 0 50% no-repeat;
	}

#footerWrap {
	background: url(../img/footer.gif) repeat-x;
	}

.footer {
	width: 900px;
	margin: 0 auto;
	padding: 30px 0 100px 0;
	}

.footer li {
	float: left;
	padding: 0 25px 0 0;
	}

.footer li a {
	color: #FFFFFF;
	}

.footer li a:hover {
	color: #9ac1e5;
	}

.footer p {
	padding: 30px 0 0 0;
	color: #FFFFFF;
	}

/* =================================================================== 
 * style info :  サイトマップ設定 (この箇所は基本的に変更しない) 
 * =================================================================== */

.map {
	margin: 0 0 0 70px;
	}

.map li a {
	background: url(../img/point01.gif) 0 50% no-repeat;
	padding: 3px 0 3px 25px;
	}

.map li a:hover {
	background: url(../img/point02.gif) 0 50% no-repeat;
	}







































