@charset "UTF-8";

* {
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3",Arial, Helvetica, sans-serif;
	color: #261C15;
	font-size:12px;
	line-height:17px;
	margin: 0px;
	padding:0px;
}

body {
	background:#34261d url(../img/bg.jpg) repeat-x 50% 35%;
	background-color: #34261d;
	background-image: url(../img/bg.jpg);
	background-repeat: repeat-x;
	background-position-y:center;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

a:link    { color: #3D4199; text-decoration: underline }
a:visited { color: #3D4199; text-decoration: underline }
a:active  { color: #ff0000; text-decoration: none }
a:hover   { color: #ff5500; text-decoration: none }

img { border:0; }

h1, h2, h4 { color: #330000; }


#container {
	width:843px;/*フロートの崩れ防止に10px拡大*/
	height:562px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top:-281px;
	margin-left:-416px;
}
#header {
	width:833px;
	height:85px;
}
#shadowL {
	float:left;
	width:20px;
	height:457px;
	background-image:url(../img/bg_middle_l.jpg);
	font-size:0px;
}
#main {
	float:left;
	width:793px;
	height:457px;
	background-color: #261C15;
}
#shadowR {
	float:left;
	width:20px;
	height:457px;
	background-image:url(../img/bg_middle_r.jpg);
	font-size:0px;
}
#headMenu {
	clear:both;
	width:791px;
	height:23px;
	padding-left:2px;
	background-image: url(../img/menu_bg.gif);
}
#content {
	width:791px;
	height:377px;
	margin-left:1px;
	background-image: url(../img/main_bg.jpg);
}
#footMenu {
	width:791px;
	height:23px;
	padding-left:3px;
	background-image: url(../img/menu_bg2.gif);
}
#banner {
	float:left;
	margin-top:7px;
	margin-left:18px;
	width:92px;
	height:20px;
}
#copy {
	float:right;
	margin-top:12px;
	margin-right:19px;
	width:277px;
	height:10px;
}
#shadowB {
	clear:both;
	width:833px;
	height:20px;
	background-image:url(../img/bg_bottom.jpg);
	font-size:0px;
}

.mlr15 {
	margin-left:15px;
	margin-right:15px;
}




#banner03 {

	float:left;
	margin-top:7px;
	margin-left:18px;
	width:250px;
	height:20px;
}
