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


/* リセット */
h1,h2,h3,ul,ol,dl,dt,dd,p {
	margin: 0px;
	padding: 0px;
}

/* 透過処理 */
* html .logo {
	behavior: expression(IEPNGFIX.fix(this));
} 


body {
	background-image: url(../images/bg02.jpg);
	background-position: center top;
	text-align: center;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,Osaka,'ＭＳ Ｐゴシック','MS P Gothic',sans-serif;
	margin: 0px;
	padding: 0px;
	background-color: #FBF9F7;
	background-repeat: no-repeat;
	font-size: 12px;
	line-height: 16px;
}


.main {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}

/* コンテンツ */
.contents {
	margin-top: 10px;
}

/* ヘッダー */
.header {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	padding-top: 10px;
}
.header img {
	border:none;
	vertical-align: top;
}

.header .logo {
	background-image: url(../images/logo02.png);
	height: 76px;
	width: 950px;
}
.header .logo a {
	display:block;
	height: 60px;
	width: 390px;
}
.header .menu-sub {
	padding-right: 15px;
	padding-left: 15px;
	
	}
.header .menu-sub li {
	float: right;
	list-style-type: none;
	padding-right: 5px;
}

.header .menu-main {
	padding-left: 15px;
	padding-top: 10px;
}
.header .menu-main li {
	float: left;
	list-style-type: none;
	padding-right: 5px;
}

/* フッター */
.footer {
	background-color: #B08A8A;
	background-image: url(../images/footer_bg.jpg);
	height: 139px;
	text-align: center;
}
.copy {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}
.footer-l {
	float: left;
	width: 800px;
	padding-top: 50px;
	text-align: left;
	color: #6C4848;
}
.footer-r {
	float: right;
	width: 150px;
}



/* タイトル*/
.ttl {}

