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

/*COMMON-CSS*/
ul,ol,dl,dd,dt,li,h1,h2,h3,h4,h5,h6,pre,body,html,p,blockquote,textarea,li{
margin: 0px;
padding: 0px;
border:0px;
text-decoration:none;
font: 94%/150% "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
_font: 94%/150% "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
color:#333;
}
table{
border-collapse:collapse;
border-spacing:0;
}
img{
border: none;
vertical-align:bottom;
}
strong{
font-weight: normal;
font-style: normal;
}
em{
font-weight: normal;
font-style: normal;
}
form{
margin: 0px;
padding: 0px;
}
ol,ul,li,dl,dd,dt{
list-style:none;
margin: 0px;
padding: 0px;
}
/*LINK-------------------------------------------*/
a{
	color:#036;
	}
/*HEADING--------------------------------*/
h1{
	clear:both;
	height:22px;
	padding:3px 3px 0px 0px;
	font-size:94%;
	color:#FFF;
}

/*LAYOUT---------------------------*/
body{
text-align:center;
background: url(../common_img/body_back.jpg) repeat-x #FFF;
border-top:6px solid #331400;
}
body.top{
background: url(../common_img/body_back_top.jpg) repeat-x #FFF;
}
#wrapper{
margin: 0px auto;
width:900px;
text-align:left;
}
#pagecell{
}
	
#left_cell,#right_cell{
padding:15px 0px 0px 0px;
}
/*HEADER--------------------------------------------------------------------------*/
#header{
width: 900px;
background: url(../common_img/header_back.gif) no-repeat;
height:84px;
clear:both;
}
#logo{
float:left;
margin: 20px 0px 0px 0px;
}
#header_tel{
float:right;
margin: 10px 10px 5px 0px;
}
/*GLOBALNAVI---------------------------*/
#glonavi{
	background:url(../common_img/glonavi_back.gif) no-repeat;
float:left;
}
#glonavi ul li{
float:left;
background: ;
}
#glonavi ul li a:hover img {
filter:alpha(opacity=20);
opacity:0.2;
}
#glonavi ul li.now{
filter:alpha(opacity=0);
opacity:0.0;
}
/*CONTENTS---------------------------*/
#contents{
width:100%;
overflow:auto;
padding:10px 0px 30px 0px;
}
/*SIDE-CONTENS-----------------------*/
.side_contents{
padding:0px 10px 0px 10px;
width:230px;
overflow:hidden;
}

/*MAIN-CONTENTS---------------------------------------------------------------*/
#main_contents{
width:630px;
padding:0px 0px 0px 0px;
}
#main_contents #top_link li{
float:left;
overflow:hidden;
}
#main_contents #top_link li a:hover img {
filter:alpha(opacity=30);
opacity:0.3;
}
/*FOOTER---------------------------------------------------------------------*/
#footer{
	margin: 0px auto;
	width:900px;
	position:relative;
	text-align:left;
	clear:both;
}
#footer ul{
padding:5px 0px;
}
#footer li{
display:inline;
padding:5px 10px 5px 0px;
}
#footer li a{
}
#footer_back{
	background: url(../common_img/footer_back.gif) repeat-x ;
}
.footer-in{
	margin: 0px auto;
	padding:40px 0px 0px 0px;
	width:900px;
	position:relative;
	color:#300;
	font-weight:bold;
	}
#footer_bottom{
	margin: 0px auto;
	width:900px;
	text-align:left;
	color:#FFF;
	font-size:85%;
}
/*PAGETOP---------------------------------------*/
.page_top{
	width:100%;
	clear:both;
	text-align:right;
	font-size:90%;
}
#main_contents .bnr{
	margin:0px 0px 10px 0px;
}
/*CLASS---------------------------------------------*/
.center{
text-align:center;
}
.lead{
margin:0px 0px 15px 0px;
font-size:100%;
line-height:180%;
color: #333;
}
.red{
color:#FF0000;
}
.small{
font-size:90%;
}
.right{
	float:right;
}
.left{
	float:left;
}
.clear{
	clear:both;
}
.button input{
	font-size:100%;
	margin:5px;
}
