@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{
margin: 0px;
padding: 0px;
border:0px;
text-decoration:none;
font: 96%/150% "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HiraKakuPro-W3",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
_font: 96%/150% "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HiraKakuPro-W3",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
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;
}
/*HEADING*/
h1{
	clear:both;
	padding:3px 3px 3px 10px;
	background:#F2EDE9;
	font-size:90%;
}
h2{
	margin:0px 0px 5px 0px;
	padding:20px 10px 20px 35px;
	background: url(../common_img/h2_back.gif) no-repeat;
	font-size:123%;
	font-weight:bold;
}
h3{
	clear:both;
	margin:10px 0px 5px 0px;
	padding:3px 10px 5px 30px;
	background: url(../common_img/h3_back.gif) no-repeat;
	font-size:105%;
	color:#FFF;
	font-weight:bold;
}
h4{
	padding:4px 2px 2px 5px;
	border-bottom:2px solid #A1BF2A;
	background:#D0DF95;
	font-size:95%;
	line-height:100%;
}
/*LAYOUT---------------------------*/
body{
border-top:4px solid #7EB823;
text-align:center;
background:url(../common_img/body_back.jpg) repeat-x #FFEE5F;
}
#wrapper{
margin: 0px auto;
width:900px;
text-align:left;
background:#FFF;
}
#pagecell{
	padding:10px 10px 10px 10px;
}
	
#left_cell,#right_cell{
padding:15px 0px 0px 0px;
}
/*HEADER--------------------------------------------------------------------------*/
#header{
width: 900px;
height:80px;
clear:both;
border-bottom:3px solid #ACD231;
}
#logo{
float:left;
margin: 20px 0px 0px 10px;
}
#header_tel{
float:right;
margin: 10px 10px 5px 0px;
}
/*MAIN-NAVI--------------------------------------------------------------------*/
#main_navi{
	float:right;
	margin: 50px 10px 0px 0px;
}
#main_navi ul li{
	float:left;
	padding:0px 0px 0px 2px;
}
#main_navi ul li a:hover img{
filter:alpha(opacity=60);
opacity:0.6;
	}
/*FOOOTER--------------------------------------------------------------------*/
#footer{
	clear:both;
	width:100%;
	padding:30px 0px 0px 0px;
}
#footer ul{
	width:900px;
}
#footer ul li{
	float:left;
	padding:0px 15px 0px 0px;
	font-size:85%;
}
#footer ul li a{
	text-decoration:none;
}
#footer p{
	clear:both;
	border-top:3px solid #ACD231;
	font-size:80%;
	padding:5px 0px 5px 0px;
	color:#333;
}
#footer ul li a:hover img {
filter:alpha(opacity=60);
opacity:0.6;
}
/*CLASS------------------------------------------------------------------*/
.left{
	float:left;
}
.right{
	float:right;
}
.red{
	color:#F00;
}
.center{
	text-align:center;
}
#pagecell a:hover img{
filter:alpha(opacity=60);
opacity:0.6;
	}
#flash{
		margin:0px 0px 20px 0px;
}
.point{
	cursor:pointer;
}
.bold{
	font-weight:bold;
}
.clear{
	clear:both;
}