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


/* =================================================================== 
 * style info :  共通設定 (この箇所は基本的に変更しない) 
 * =================================================================== */
body {
	background: url(../image/body_bg.gif) repeat-x;
	color: #696061;	
	font-size: 90%;	
	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;
}

html, body {
	height: 100%;
}

a {	
	color: #e1b0b8;
	text-decoration: none;
	}
a:visited {
	
}
a:hover {	
	text-decoration: none;	
	color: #696061;
	}
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 :  全頁共通設定 (この箇所は基本的に変更しない) 
 * =================================================================== */

#header {
	width: 960px;
	height: 155px;
	margin: 0 auto;
}

h1 {
	padding: 30px 0 0 0;
}

h3 {
	border-bottom: 2px dotted #e4d0d3;
	padding: 25px 0 5px 10px;
}

#meinPict, .naviInner, #mein, .footerInner {
	width: 960px;
	margin: 0 auto;
}

#mein {
	padding: 0 0 50px 0;
}

#gnavi {
	background: url(../image/gnavi_bk.gif) repeat-x;
	margin: 0 0 30px 0;
}

.naviInner {
	height: 59px;
}

.naviInner li {
	float: left;
}

.secondNavi {
	width: 300px;
	float: left;
	display: inline;
}

.colum {
	width: 600px;
	float: right;
	display: inline;
}
	

.secondNavi dt {
	background: #e4d0d3;
	padding: 5px 6px;
}

.secondNavi dd {
	margin: 0 0 30px 0;
}

.secondNavi li {
	border-bottom: 2px dotted #e4d0d3;
	padding: 2px 0 5px 10px;
}

h2 {
	border-left: 6px solid #e4d0d3;
	border-bottom: 2px dotted #e4d0d3;
	padding: 2px 0 5px 10px;
	margin: 0 0 20px 0;
}

.colum p {
	margin: 0 0 12px 0;
}

#footer {
	background: #e4ded0;
	height: 100%;
	padding: 30px 0 0 0;
}

.footerInner li {
	float: left;
	padding: 0 15px 0 0;
}

.columInner {
	margin: 0 0 0 30px;
}

.columInner dt {
	border-bottom: 2px dotted #e4d0d3;
}

.columInner dd {
	margin: 0 0 30px 20px;
}
















