@charset "utf-8";

/* =================================================================== 
 * style info :  共通設定 (この箇所は基本的に変更しない) 
 * =================================================================== */
body {
	background: url(../img/body_bg.gif) repeat;
	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: #da3963;
	text-decoration: none;
	}
a:visited {
	
}
a:hover {	
	text-decoration: none;	
	color: #e2adb1;
	}
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;
	background: #FFF;
	}

.header {
	position:relative;
	width: 850px;
	height: 245px;
}

h1 {
	position: absolute;
	top: 20px;
	left: 25px;
	}

.navi {
	width: 850px;
	height: 54px;
	background: url(../img/navibg.jpg) repeat-x;
	}

.navi li {
	float: left;
}

.mein {
	width: 850px;
	background: #FFF;
	padding: 0 0 100px 0;
	}

.rightNavi {
	width: 250px;
	float: right;
	background: #fef9ee;
	padding: 15px 0 20px 0;
	margin: 15px 10px 0 0;
	font-size: 12px;	
	}

.rightNavi 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;
	}

.rightNavi ul {
	margin: 5px 0 0 10px;
	}

.rightNavi li a {
	background: url(../img/title03.gif) 0 50% no-repeat;
	padding: 2px 0 0 18px;
	}

.rightNavi li a:hover {
	background: url(../img/title04.gif) 0 50% no-repeat;
	}

.leftContent {
	width: 550px;
	float: left;
	margin: 25px 0 0 10px;
	background: #FFF;
	}

.leftContent h3 {
	font-weight: bold;
	margin: 25px 0 0 0;
}

h4 {
	background: url(../img/title01.jpg) 0 50% no-repeat;
	padding: 10px 0 10px 15px;
	font-weight: bold;
}

.leftContent p {
	width: 500px;
	margin: 10px 0 0 0;
	}

.footer {
	background: #fef9ee;
	border-top: solid 2px #333;
	width: 850px;
	margin: 0 auto;
	padding: 20px 0 200px 0;
	}

.footer li {
	float: left;
	margin: 0 0 0 10px;
	line-height: 1em;
	font-size: 11px;	
	}

.partition {
	border-right: 1px solid #fff;
	padding: 0 10px 0 0;
	}


.footer p {
	padding: 20px 0 0 0;
	font-size: 11px;	
	}
/* =================================================================== 
 * style info :  サイトマップ/プライバシーポリシー共通設定
 * =================================================================== */
.putStyle {
	margin: 0 0 0 30px;
}

.putStyle ul {
	margin: 0 0 0 25px;
}

.putStyle a {
	background: url(../img/title05.gif) 0 50% no-repeat;
	padding: 0 0 0 25px;
}

.putStyle a:hover {
	background: url(../img/title06.gif) 0 50% no-repeat;
}
