@charset "utf-8";
/* CSS Document */
/*--------------------------
　グローバルナビ部分
---------------------------*/
li.member a{
	background-image:url(../img/common/button_tuca2.jpg);
	background-repeat:no-repeat;
	width:240px;
	height:77px;
	display:block;
}
li.member a:hover{
	background-image:url(../img/common/button_tuca2_o.jpg);
	background-repeat:no-repeat;
}
li.notmember a{
	background-image:url(../img/common/button_mi2.jpg);
	background-repeat:no-repeat;
	width:240px;
	height:77px;
	display:block;
}
li.notmember a:hover{
	background-image:url(../img/common/button_mi2_o.jpg);
	background-repeat:no-repeat;
}
li.unformation a{
	background-image:url(../img/common/button_mik2.jpg);
	background-repeat:no-repeat;
	width:240px;
	height:77px;
	display:block;
}
li.unformation a:hover{
	background-image:url(../img/common/button_mik2_o.jpg);
	background-repeat:no-repeat;
}
/*--------------------------
　サブナビ部分
---------------------------*/
a.subnav1{
	background-image:url(../img/common/subnav1.jpg);
	background-repeat:no-repeat;
	width:220px;
	height:45px;
	display:block;
}
a.subnav1:hover{
	background-image:url(../img/common/subnav1_o.jpg);
	background-repeat:no-repeat;
	width:220px;
	height:45px;
	display:block;
}
a.subnav2{
	background-image:url(../img/common/subnav2.jpg);
	background-repeat:no-repeat;
	width:220px;
	height:45px;
	display:block;
}
a.subnav2:hover{
	background-image:url(../img/common/subnav2_o.jpg);
	background-repeat:no-repeat;
	width:220px;
	height:45px;
	display:block;
}
a.subnav3{
	background-image:url(../img/common/subnav3.jpg);
	background-repeat:no-repeat;
	width:220px;
	height:45px;
	display:block;
}
a.subnav3:hover{
	background-image:url(../img/common/subnav3_o.jpg);
	background-repeat:no-repeat;
	width:220px;
	height:45px;
	display:block;
}
a.subnav4{
	background-image:url(../img/common/subnav4.jpg);
	background-repeat:no-repeat;
	width:220px;
	height:45px;
	display:block;
}
a.subnav4:hover{
	background-image:url(../img/common/subnav4_o.jpg);
	background-repeat:no-repeat;
	width:220px;
	height:45px;
	display:block;
}
a.subnav5{
	background-image:url(../img/common/subnav5.jpg);
	background-repeat:no-repeat;
	width:220px;
	height:45px;
	display:block;
}
a.subnav5:hover{
	background-image:url(../img/common/subnav5_o.jpg);
	background-repeat:no-repeat;
	width:220px;
	height:45px;
	display:block;
}
a.subnav6{
	background-image:url(../img/common/subnav6.jpg);
	background-repeat:no-repeat;
	width:220px;
	height:45px;
	display:block;
}
a.subnav6:hover{
	background-image:url(../img/common/subnav6_o.jpg);
	background-repeat:no-repeat;
	width:220px;
	height:45px;
	display:block;
}
/*--------------------------
　コンテンツ部分
---------------------------*/
#greeting{
	width:550px;
	min-height:500px;
	height:auto !important;
	height:500px;
	background-color:#E7FADC;
	margin-bottom:30px;
}
#greeting_photo{
	float:left;
}
.photo_chairman{
	background-color:#999;
	border:solid 1px #999;
	width:160px;
	height:180px;
	margin:30px 0 0 20px;
}
.name{
	margin:5px 0 0 10px;
	text-align:center;
}
.text_chairman{
	width:320px;
	float:right;
	overflow:hidden;
	margin:30px 20px 0 0;
}
#co-left p{
	color:#333;
}
#backnumber{
	padding:10px 0 20px 30px;
}
#backnumber li{
	margin:10px 0 0 0;
}
#backnumber a{
	background-image:url(../img/common/button_tg.gif);
	background-repeat:no-repeat;
	width:9px;
	height:11px;
	padding-left:20px;
	background-position:0 2px;
}
#backnumber a:hover{
	background-image:url(../img/common/button_t.gif);
	background-repeat:no-repeat;
}
/*--------------------------
　contact部分
---------------------------*/
#contact p{
	margin-top:20px;
	margin-bottom:30px;
}
form{
	width:550px;
}
input,select,textarea{
	padding:5px 0 5px 0;
}
h5{
	background-color:#CAF4D3;
	border:solid 1px #ccc;
	padding:2px 0 2px 10px;
	margin:20px 0 20px 0;
	color:#666;
	font-weight:bold;
}
.contact_p{
	padding:30px 0 0px 0;
	}
#contact .contact_text{
	color:#333;
}
#button input{
	padding:0;
	color:#093;
	font-weight:bold;
	background:#CCF0CA;
	background:#E0E0E0;
	width:75px;
	height:32px;
	margin-right:15px;
	margin-bottom:40px;
	border-top:2px double #ccc;
	border-left:2px double #ccc;
	border-right:2px double #999;
	border-bottom:2px double #999;
}
#button input:hover{
	opacity:0.7;
	filter: alpha(opacity=70);
	cursor:pointer;
}
.contact_phone{
	border-bottom:dotted 2px #CCC;
	padding-bottom:20px;
}
em{
	color:#93F;
}
span.error{
	color:#93F;
	font-weight:bold;
	font-style:normal;
	display:inherit;
}
/* IE 6 */
*html span.error{
	display:block;
}
/* IE 7 */
*:first-child+html span.error{
	display:block;
	}
.sitepolicy{
	color:#390;
}
