@charset "UTF-8";

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	line-height: 18px;
}

a{
	color: #009b74;
}

#contents{
	width: 856px;
	margin-right: auto;
	margin-left: auto;
}
#contents #header {
	background-image: url(../imgs/shared/header.jpg);
	height: 241px;
	width: 856px;
}
#contents #header h1 {
	margin: 0px;
	text-indent: -100em;
}
#contents #footer {
	background-image: url(../imgs/shared/footer.jpg);
	height: 99px;
	width: 846px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-align: right;
	padding-top: 10px;
	padding-right: 10px;
	color: #009b74;
}


#contents #menu1 {
	background-image: url(../imgs/shared/menu1_bg.gif);
	background-repeat: no-repeat;
	height: 18px;
	width: 856px;
	padding-top: 2px;
}

#contents #menu1 ul{
	margin: 0px 0px 0px 180px;
	padding: 0px;
	list-style-type: none;

}
#contents #menu1 ul li {
	float: left;
	font-size: 12px;
	display: block;
	color: #FFF;
	margin-left: 18px;
	padding-left: 8px;
	background-image: url(../imgs/shared/a1.gif);
	background-repeat: no-repeat;
	background-position: 0px 6px;
	height: 18px;
	line-height: 18px;
}

#contents #menu1 ul li a{
	color: #FFF;
	text-decoration: none;
}

#contents #menu1 ul li a:hover{
	text-decoration: none;
	color: #CCC;
}


#contents #main {
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	clear: both;

}

#contents #menu2 ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	
	
}
#contents #menu2 ul li {
	float: left;
}


#contents #menu2 ul li a {
	text-indent: -100em;
	width: 428px;
	height: 54px;
	display: block;
	background-position: 0px 0px;
	
}

#contents #menu2 ul li a:hover {
	background-position: 0px -54px;
	
}

#contents #menu2 ul li#m1 a {
	background-image: url(../imgs/shared/m_kaiin.gif);	
	background-repeat: no-repeat;
}


#contents #menu2 ul li#m2 a {
	background-image: url(../imgs/shared/m_ippan.gif);
	background-repeat: no-repeat;
}









#contact {
	clear: both;
	margin-top: 20px;
}
#contact h3 {
	display: block;
	margin: 0px;
	height: 30px;
	background-image: url(../imgs/shared/h3_contact.gif);
	background-repeat: no-repeat;
	height: 28px;
	width: 850px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #666;
	text-indent: -1000em;
}
#contact p {
	margin-left: 28px;
	margin-bottom: 20px;
}
.clear {
	clear: both;
}
