*{
	margin:0;
	padding:0;
}
html{
	background:#fff;
}
body{
	margin:auto;
	font-size:small;
	line-height:1.4;
	color:#333;
	position:relative;
}
li{
	list-style-type:none;
}
a:link,a:visited{
	color:#2f1f17;
	text-decoration:none;
}
a:hover,a:active{
	color:#772f08;
	text-decoration:underline;
}
a img{
	border:none;
}
img{
	border:none;
	vertical-align:top;
}
a:hover img{
	filter:Alpha(opacity=80);
	-moz-opacity:0.8; 
}
table{
	border-collapse:collapse;
}
th,td{
	vertical-align:top;
}
div#wrapper{
	width:950px;
	margin:0px auto 0px auto;
	position:relative;
	background-color:#472b1a;
}
div#header{
	height:59px;
	background:url(../commonimages/header.gif);
	position:relative;
}
ul#headerBT{
	position:absolute;
	right:20px;
	top:0px;
}
ul#headerBT li{
	float:left;
}
/*mainmemu*/
ul#mainmenu{
	list-style:none;
	position:absolute;
	height:24px;
	width:493px;
	top:35px;
	left: 381px;
}
ul#mainmenu li{
	list-style-type:none;
	height:24px;
	text-indent:-1000em;
	overflow:hidden;
	float:left;
}
ul#mainmenu a{
	height:24px;
	display:block;
	text-indent:-1000em;
	overflow:hidden;
}
li#mainmenu01 a{
	background:url(../commonimages/mainmenu01.gif) no-repeat;
	width:109px;
}
li#mainmenu01 a:hover,li#mainmenu01 a:active,li#mainmenu01 a#active{
	background:url(../commonimages/mainmenu01_o.gif) no-repeat;
	width:109px;
}
li#mainmenu02 a{
	background:url(../commonimages/mainmenu02.gif) no-repeat;
	width:96px;
}
li#mainmenu02 a:hover,li#mainmenu02 a:active,li#mainmenu02 a#active{
	background:url(../commonimages/mainmenu02_o.gif) no-repeat;
	width:96px;
}
li#mainmenu03 a{
	background:url(../commonimages/mainmenu03.gif) no-repeat;
	width:96px;
}
li#mainmenu03 a:hover,li#mainmenu03 a:active,li#mainmenu03 a#active{
	background:url(../commonimages/mainmenu03_o.gif) no-repeat;
	width:96px;
}
li#mainmenu04 a{
	background:url(../commonimages/mainmenu04.gif) no-repeat;
	width:96px;
}
li#mainmenu04 a:hover,li#mainmenu04 a:active,li#mainmenu04 a#active{
	background:url(../commonimages/mainmenu04_o.gif) no-repeat;
	width:96px;
}
li#mainmenu05 a{
	background:url(../commonimages/mainmenu05.gif) no-repeat;
	width:96px;
}
li#mainmenu05 a:hover,li#mainmenu05 a:active,li#mainmenu05 a#active{
	background:url(../commonimages/mainmenu05_o.gif) no-repeat;
	width:96px;
}
/*sidememu*/
ul#sidemenu{
	list-style:none;
	width:167px;
	margin:0px auto 11px auto;
}
ul#sidemenu li{
	list-style-type:none;
	height:35px;
	text-indent:-1000em;
	overflow:hidden;
}
ul#sidemenu a{
	height:35px;
	display:block;
	text-indent:-1000em;
	overflow:hidden;
}
li#sidemenu01 a{
	background:url(../commonimages/sidemenu01.gif) no-repeat;
	width:167px;
}
li#sidemenu01 a:hover,li#sidemenu01 a:active,li#sidemenu01 a#active{
	background:url(../commonimages/sidemenu01_o.gif) no-repeat;
	width:167px;
}
li#sidemenu02 a{
	background:url(../commonimages/sidemenu02.gif) no-repeat;
	width:167px;
}
li#sidemenu02 a:hover,li#sidemenu02 a:active,li#sidemenu02 a#active{
	background:url(../commonimages/sidemenu02_o.gif) no-repeat;
	width:167px;
}
li#sidemenu03 a{
	background:url(../commonimages/sidemenu03.gif) no-repeat;
	width:167px;
}
li#sidemenu03 a:hover,li#sidemenu03 a:active,li#sidemenu03 a#active{
	background:url(../commonimages/sidemenu03_o.gif) no-repeat;
	width:167px;
}
/*clearfix*/
.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}
/*/clearfix*/

div#maincontents{
	clear:both;
	min-height:1px;
	_height:1px;
	background:#472b1a url(../commonimages/content_bg.gif) repeat-x left top;
	width:950px;
}
div#maincontents:after{
	content:"";
	display:block;
	clear:both;
	height:1px;
	overflow:hidden;
}
h2,h3,h4{
	margin:0px;
	padding:0px;
}

div#content_left{
	width:191px;
	background-color:#FFFFFF;
	margin:10px 0px 10px 10px;
	padding:5px 0px 0px 0px;
	float:left;
}
div#content_left h3{
	margin:0px 0px 5px 0px;
}
/*IE用CSSハック*/
* html body div#content_left{
	width:191px;
	background-color:#FFFFFF;
	margin:10px 0px 10px 5px;
	float:left;
}
p#address{
	font-size:0.8em;
	margin:3px 3px 15px 10px;
	letter-spacing:-0.5px;
}
div#content_right{
	float:right;
	width:722px;
	margin:10px 10px 10px 0px;
}
/*IE用CSSハック*/
* html body div#content_right{
	float:right;
	width:722px;
	margin:10px 5px 10px 0px;
}

div#footer{
	clear:both;
	background:#472b1a url(../commonimages/footer_bg.gif) repeat-x left top;
	text-align:center;
	height:18px;
	padding-top:5px;
}
p#copyright{
	font-size:x-small;
	font-family:Arial;
	color:#FFFFFF;
}

span.bold{
	font-weight:bold;
	font-size:0.90em;
}
span.bold02{
	font-weight:bold;
	font-size:1em;
	color:#4a2815;
}
span.small{
	font-size:0.85em;
	padding:5px 0px 0px 0px;
}
span.small02{
	font-size:0.85em;
	padding:5px 0px 0px 0px;
	letter-spacing:-0.5px;
}
span.menu_small{
	letter-spacing:-0.3px;
}
