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

body{
	background-image: url(../images/body_bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	margin: 0px;
	background-color: #CDB898;
	font-size:12px;
	line-height: 16px;	
}

.body {
	background-image: url(../images/body_bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	margin: 0px;
	background-color: #CDB898;
	font-size:12px;
	line-height: 16px;	
}
#gbg1 {
	background-image: url(../images/body_bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
#gbg2 {
	background-image: url(../images/body_bg2.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
#gbg3 {
	background-image: url(../images/body_bg3.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
#gbg4 {
	background-image: url(../images/body_bg4.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}

/* 透過背景 */
* html .header_menu ,.menu ,.logo {
	behavior: expression(IEPNGFIX.fix(this));
}

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

/*文字サイズ*/
body.fontL {
	font-size:120%;
	line-height: 18px;	
}
body.fontS {
	font-size:80%;
	line-height: 14px;	
}
body.fontM {
	font-size:100%;
	line-height: 16px;	
}

/* レイアウト */
.header  {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	height: 120px;
}
.header_side {
	float: right;
	width: 410px;
}

.middle {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}

.menu_side {
	float: left;
	width: 184px;
	background-image: url(../images/menu_bg.png);
	background-repeat: no-repeat;
}



.contents {
	float: right;
	width: 750px;
	min-height:800px;
}

.contents_guide {
	width: 750px;
}


.main {
	width: 730px;
}
.main_l {
	float: left;
	width: 490px;
}
.main_r {
	float: right;
	width: 230px;
}
.footer {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	height: 100px;
}


.flash {
	height: 250px;
	width: 750px;
	margin-bottom: 10px;
	background-color: #FFFFFF;
}

/* メニュー */
.menu {
	padding: 5px;
	height: 520px;
	width: 174px;
}
.menu ul {
	list-style-type: none;
	width: 165px;
}
.menu li img {
vertical-align:bottom;
}


/* QRコード */
.qrcode {
	height: 138px;
	width: 184px;
	margin-top: 10px;
}



/* ヘッダー */
.header {
	padding-top: 20px;
}
.header_menu {
	background-image: url(../images/header_menu.png);
	background-repeat: no-repeat;
	background-position: right top;
	height: 30px;
}
.header_menu ul {
	list-style-type: none;
	padding-left: 5px;
	padding-top: 8px;
}
.header_menu li {
	background-image: url(../images/header_menu00.gif);
	background-repeat: no-repeat;
	padding-left: 15px;
	float: left;
	margin-left: 15px;
}
.logo {
	background-image: url(../images/logo.png);
	height: 100px;
	width: 334px;
	background-repeat: no-repeat;
	float: left;
}
.logo a {
	display:block;
	height: 100px;
	width: 334px;
}
.fontsize {
	width: 250px;
	margin-top: 10px;
	float: right;

}
.fontsize ul {
	list-style-type: none;
}
.fontsize li {
	float: left;
	margin-left: 5px;
}


/* フッター */
.footer {
	background-image: url(../images/footer_bg.gif);
	color: #575739;
	margin-top: 10px;
}
.footer img {vertical-align:bottom;}
.footer_l {
	float: left;
	width: 450px;
	margin-top: 20px;
	margin-left: 20px;
	font-size: 0.8em;
}
.footer_r {
	float: right;
	width: 400px;
	margin-top: 20px;
	margin-right: 20px;
	font-size: 0.8em;
}

/* メイン */
.main {
	background-image: url(../images/main_bg.gif);
	background-repeat: repeat-y;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
}
.main_header {
	width: 750px;
	height: 5px;
	background-image: url(../images/main_header.gif);
	background-repeat: no-repeat;
	background-position:bottom center;
	margin:0 auto;
	padding:0;
}
.main_footer {
	width: 750px;
	height: 5px;
	background-image: url(../images/main_footer.gif);
	background-repeat: no-repeat;
}
.inner {
	width:550px;
	margin-left:auto;
	margin-right:auto;
	padding-top: 10px;
	padding-bottom: 10px;
}
img {
	border:0px;
}
.inner2 {
	width:600px;
	margin-left:auto;
	margin-right:auto;
	padding-top: 10px;
	padding-bottom: 10px;
}
