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

/* =================================================================== 
 * style info :  共通設定 (この箇所は基本的に変更しない) 
 * =================================================================== */
body {
	background: url(../img/body_bg.jpg) repeat;
	font-size: 14px;	
	font-family: "メイリオ","Meiryo",verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;	
	line-height: 1.9;
	color: #472801;
}

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

a {	
	color: #e23959;
	text-decoration: none;
	}
a:visited {
	
}
a:hover {	
	text-decoration: none;	
	color: #d6816c;
	}
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: url(../img/wrap_bg.gif) repeat-y;
	}

#header {
	width: 850px;
	height: 73px;
	background: #FFFFFF;
	}

h1 {
	padding: 15px 0 0 10px;
	}

.contents {
	width: 850px;
	background: url(../img/contents_bg.gif) repeat-y;
	}


.main {
	width: 600px;
	float: left;
	}

.footer {
	width: 830px;
	background: #430f04;
	clear: both;
	padding: 10px 10px;
	margin-top: 50px;
	}



/* =================================================================== 
 * style info :  グローバルナビゲーション設定 (この箇所は基本的に変更しない) 
 * =================================================================== */

.gNavi {
	width: 850px;
	height: 42px;
	background: url(../img/g_navi_bg.jpg) repeat-x;
	}

.gNavi li {
	float: left;
	}

/* =================================================================== 
 * style info :  サイドナビゲーション設定 (この箇所は基本的に変更しない) 
 * =================================================================== */

.sideNavi {
	width: 235px;
	float: right;
	padding: 20px 5px 0 10px;
	}

.sideNavi p {
	width: 200px;
	padding: 5px 0 0 10px;
	margin-bottom: 5px;
	font-weight: bold;
	border-bottom: 1px dotted #472801;
	}

.sideNavi ul {
	width: 200px;
	margin-left: 25px;
	margin-bottom: 15px;
	}

.sideNavi li a {
	background: url(../img/point_01.gif) 0 40% no-repeat;
	padding-left: 15px;
	}

.sideNavi li a:hover {
	background: url(../img/point_02.gif) 0 40% no-repeat;
	}

/* =================================================================== 
 * style info :  メインコンテンツ内設定 (この箇所は基本的に変更しない) 
 * =================================================================== */
 
 h2 {
 	width: 530px;
	border-left: 6px solid #db314f;
	border-bottom: 1px solid #db314f;
	font-size: 15px;
	font-weight: bold;
	padding-left: 15px;
	margin: 20px 0 0 20px;
	}

h4 {
	font-weight: bold;
	margin: 15px 0 0 0;
	}

.article {
	width: 530px;
	margin: 8px 0 0 30px;
	}

.article p {
	margin-bottom: 10px;
	}

dl dt {
	font-weight: bold;
	}

/* =================================================================== 
 * style info :  フッター設定 (この箇所は基本的に変更しない) 
 * =================================================================== */

.bottomnav li {
	display: inline;
	font-size:12px;
	padding: 0 3px 0 3px;
}

.bottomnav a {
	color: #FFFFFF;
	padding-left: 7px;
	padding-right: 7px;
	}

.bottomnav a:hover {
	color:#d6816c;
	}

.line {
	border-right: 1px solid #FFFFFF;
	}

.footer p {
	color: #FFFFFF;
	margin: 10px 0 0 30px;
	}

/* =================================================================== 
 * style info :  プライバシーポリシー設定  
 * =================================================================== */
 h3 {
 	font-size: 14px;
	font-weight: bold;
	border-left: 6px solid #FF6699;
	padding-left: 10px;
	margin-top: 30px;
	}

.pType {
	margin-left: 20px;
	}

/* =================================================================== 
 * style info :  サイトマップ設定  
 * =================================================================== */

.sitemapType {
	margin: 8px 0 0 90px;
	}

.sitemapType li a{
	background: url(../img/point_01.gif) 0 50% no-repeat;
	color: #e23959;
	padding-left: 15px;
	}	

.sitemapType li a:hover {
	background: url(../img/point_02.gif) 0 50% no-repeat;
	color: #d6816c;
	}











