@charset "utf-8";

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

a {	
	color: #E7807B;
	text-decoration: none;
	}
a:visited {
	
}
a:hover {	
	text-decoration: none;	
	color: #E3CBC9;
	}
a:active {}

/* for modern browser */
.clearfix {
    display: inline-block;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}



/* Hides from IE-mac \*/
* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}
/* End hide from IE-mac */

/* =================================================================== 
 * style info :  全頁共通設定 (この箇所は基本的に変更しない) 
 * =================================================================== */

#container {
	width: 960px;
	margin: 0 auto;
}

.header {
	height: 427px;
	position: relative;
}

.visual {
	text-align: center;
	padding: 30px;
}

.headerBottom {
	position: absolute;
	bottom: 0;
	left: 0;
}

h1 {
	float: left;
}

.gnavi {
	float: right;
	margin: 0 0 0 20px;
}

.gnavi li {
	float: left;
}

#main {
	background: url(../images/content_bg.gif) repeat-y;
	padding: 0 0 30px 0;
}

.sub {
	width: 230px;
	float: left;
	margin: 0 0 0 25px;
}

*html .sub {
	margin: 0 0 0 10px;
}

.contents {
	width: 625px;
	float: right;
	padding: 25px 15px 0 0;
}
	
#footerWrap {
	background: url(../images/footer_bg.gif) repeat-x;
}

.footer {
	width: 960px;
	margin: 0 auto;
}

h3 {
	background: url(../images/ttl_sub.jpg) no-repeat;
	padding: 35px 0 10px 25px;
	color: #FFF;
	margin: 25px 0 0 0;
}

.sub li, h4 {
	background: url(../images/underline.gif) bottom repeat-x;
}

.sub li a {
	padding: 0 0 0 10px;
}

h2 {
	background: url(../images/ttl_main.jpg) no-repeat;
	padding: 38px 0 10px 25px;
	margin: 0 0 15px 0;
	color: #FFF;
}

.contents p {
	margin: 0 0 15px 0;
}

.footer p {
	padding: 19px 0 0 0;
	margin: 0 0 30px 0;
	text-align: center;
	color: #FFF;
}

.footer ul {
	margin: 0 0 25px 0;
}

.footer ul li {
	float: left;
	padding: 0 20px 0 0;
}
/* =================================================================== 
 * style info :  サイトマップ
 * =================================================================== */
.glance {
	margin: 0 0 20px 15px;
}

.glance dt {
	background: #675635;
	color: #FFF;
	padding: 2px 10px;
	margin: 0 0 3px 0;
}

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

/* =================================================================== 
 * style info :  プライバシーポリシー
 * =================================================================== */

.bundle {
	margin: 0 0 30px 10px;
}


.bundle ul {
	margin: 0 0 0 15px;
}





















