@charset "utf-8";

/* =================================================================== 
 * style info :  共通設定 (この箇所は基本的に変更しない) 
 * =================================================================== */
body {
	background: url(../img/bg.gif) repeat-x;
	color: #340101;	
	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: #05076b;
	text-decoration: none;
	}
a:visited {
	
}
a:hover {	
	text-decoration: none;	
	color: #ff5d5d;
	}
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 :  全頁共通設定 (この箇所は基本的に変更しない) 
 * =================================================================== */

#Outside {
	width: 1587px;
	background: url(../img/headbg.jpg) top center no-repeat;
	margin: 0 auto;
}

#Wrap {
	width: 850px;
	padding: 0 0 60px 0;
	margin: 0 auto;
	background: url(../img/content_center.gif) repeat-y;
}

.header {
	background: url(../img/bg.gif) repeat-x;
}

.header h1 {
	padding: 45px 0 30px 20px;
}

.navi {
	width: 747px;
	margin: 0 0 50px 10px;
}

.navi li {
	float: left;
}

h2 {
	margin: 0 0 30px 25px;
}

.mein {
	width: 800px;
	margin: 0 0 0 30px;
	padding: 0 0 80px 0;
}

.leftContent {
	width: 500px;
	float: left;
}

.rightNavi {
	width: 260px;
	float: right;
}

h3 {
	font-weight: bold;
	font-size: 15px;
	border-bottom: 2px solid #010369;
	margin: 0 0 15px 0;
}

h4 {
	font-weight: bold;
	font-size: 15px;
	border-bottom: 2px solid #010369;
	margin: 0 0 15px 0;
}

h5 {
	font-weight: bold;
	border-bottom: 1px solid #010369;
	margin: 20px 0 20px 0;
}

.area {
	margin: 0 0 0 30px;
}

.rightNavi ul {
	margin: 0 0 30px 15px;
}

.rightNavi li a {
	background: url(../img/mark01.gif) 0 50% no-repeat;
	padding: 10px 0 0 28px;
}

.rightNavi li a:hover {
	background: url(../img/mark02.gif) 0 50% no-repeat;
}

.footer {
	border-top: solid 1px #05076b;
	padding: 20px 0 50px 0;
}

.fNavi {
	margin: 0 0 20px 20px;
	line-height: 1em;
}

.fNavi li {
	float: left;
	margin: 0 20px 0 0;
}

.partition {
	border-right: 1px solid #05076b;
	padding: 0 20px 0 0;
}

.footer p {
	margin: 0 0 0 20px;
}








































