@charset "utf-8";

/* =================================================================== 
 * style info :  共通設定 (この箇所は基本的に変更しない) 
 * =================================================================== */
body {
	background: #f9e4d9;
	color: #490505;	
	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: #0266ac;
	text-decoration: none;
	}
a:visited {
	
}
a:hover {	
	text-decoration: none;	
	color: #FF9999;
	}
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: 880px;
	margin: 0 auto;
	background: url(../img/bg.jpg) repeat-y;
	padding: 0 0 100px 15px;
	}

h1 {
	padding: 20px 0 30px 10px;
	}

.header ul {
	width: 830px;
	height: 54px;
	background:url(../img/navibg.jpg) repeat-x;
	padding: 0 0 0 20px;
	}

.header ul li {
	float: left;
	}

.mein {
	width: 850px;
	}

.leftNavi {
	width: 250px;
	float: left;
	background: url(../img/sidebg.jpg) repeat-y;
	padding: 10px 0 20px 0;
	margin: 25px 0 0 10px;
	font-size: 11px;	
	}

h3 {
	font-weight: bold;
	background: url(../img/title02.gif) 0 50% no-repeat; 
	color: #310303;
	margin: 10px 0 0 10px;
	padding: 0 0 0 23px;
	}

.leftNavi ul {
	margin: 5px 0 0 20px;
	}

.leftNavi li {
	background: url(../img/title03.gif) 0 50% no-repeat;
	padding: 0 0 0 13px;
	}

.rightContent {
	width: 550px;
	float: right;
	margin: 25px 10px 0 0;
	}

h2 {
	background: url(../img/title01.gif) 0 50% no-repeat;
	padding: 10px 20px;
	font-weight: bold;
	}

.rightContent p {
	width: 500px;
	margin: 10px 0 0 0;
	}

table{
	margin:20px 0;
}

#footerwrap {
	background: url(../img/footer_bg.gif) repeat-x #f9c7ad;
	}

.footer {
	width: 850px;
	margin: 0 auto;
	padding: 20px 0 50px 0;
	font-size: 10px;	
	}

.footer li {
	float: left;
	margin: 0 0 0 10px;
	}

.partition {
	border-right: 1px solid #0266ac;
	padding: 0 10px 0 0;
	}

.footer p {
	padding: 20px 0 0 0;
	}
/* =================================================================== 
 * style info :  サイトマップ/プライバシーポリシー共通設定
 * =================================================================== */
.rightContent h3 {
	margin: 20px 0 0 0;
	}

.rightContent li{
	padding: 0 0 0 15px;
	margin: 0 0 0 25px;
	background: url(../img/title03.gif) 0 50% no-repeat;
	}














