@charset "utf-8";
/* CSS Document */
#header {
	height: 80px;
	background-image: url(../img/bk_p_head.gif);
	background-repeat: repeat-x;
}
#header #head_logo {
	width: 180px;
	float: left;
}
#header #head_logo a {
	display: block;
	height: 80px;
	width: 180px;
}

#header #head_logo a:hover img {
	display: none;
}
#header #head_logo a:hover {
	background-image: url(../img/btn/logo_page_up.gif);
}
#header #head_main {
	background-color: #74B64E;
	height: 60px;
	float: left;
	width: 680px;
}
#header #head_main h2{
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 100px;
	color: #FFC;
	font-size: 150%;
	padding-top: 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFC;
	padding-bottom: 3px;
}
#contents {
	width: 680px;
	float: right;
	display: block;
}

#contents #main {
	background-color: #DEEDD3;
	width: 660px;
	float: left;
	position: relative;
}

#contents #main #msg_box {
	position: absolute;
}

#contents #main #msg_box p {
	margin-top: 0px;
	margin-bottom: 0px;
	line-height: 120%;
}

#contents #main_foot {
	width: 660px;
	float: left;
	height: 20px;
}

#navi {
	margin-top: 0px;
}
#sub_navi {
	width: 170px;
}
#sub_navi ul {
	margin: 0px;
	padding: 0px;
}
#sub_navi li {
	margin-top: 10px;
	margin-bottom: 0px;
	display: inline;
	list-style-type: none;
	float: left;
}







#footer {
	padding-top: 20px;
}

#footer #foot_info {
	background-image: url(../img/logo_foot.gif);
	background-repeat: no-repeat;
	background-position: center;
	height: 70px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #74B64E;
	padding-top: 5px;
}
#footer #foot_info address{
	float: left;
	font-style: normal;
	margin-left: 30px;
}
#footer #foot_info address p {
	margin-top: 5px;
	margin-bottom: 0px;
}

#footer #foot_info address b{
	color: #F00;
	font-size: 120%;
}
#footer #foot_info #info_open{
	float: right;
	margin-right: 10px;
}
#footer #foot_info #info_open p{
	margin-top: 10px;
	margin-bottom: 0px;
}
#footer #foot_info #info_open b{
	color: #063;
}
#footer #foot_info #info_open #rest {
	font-size: 90%;
}

#footer #foot_navi {
	background-color: #DEEDD3;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #060;
	padding-bottom: 5px;
	padding-top: 5px;
}
#footer #foot_navi ul {
	margin: 0px;
	text-align: center;
	padding: 0px;
}
#footer #foot_navi li {
	display: inline;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#footer #foot_navi a  {
	color: #060;
}

