/*初期設定*/

body {
	margin: 0px;
	padding: 0px;
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "MS P ゴシック";
	color: #666666;
}

#wrapper{
	width: 750px;
	margin-right: auto;
	margin-left: auto;
}

h1{
	margin: 0px;
	line-height: normal;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}

h2{
	margin: 0px;
	line-height: normal;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
}

h3 {
	font-size: 16px;
	font-weight: bold;
	color: #669900;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	padding-bottom: 5px;
	padding-top: 20px;
	line-height: 1.5em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	text-indent: -2px;
}

h4 {
	color: #669900;
	font-size: 12px;
	line-height: normal;
	padding-top: 25px;
	padding-bottom: 7px;
	margin: 0px;
}

h5 {
	font-size: 16px;
	font-weight: bold;
	color: #669900;
	line-height: 1.5em;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	clear: both;
}

h6 {
	font-size: 12px;
	line-height: 1.4em;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}

p {
	margin: 0px;
	padding: 0px;
	line-height: 1.8em;
	font-size: 12px;
}



/*ヘッダー*/

#header{}

.head_line {
	background-color: #99CC00;
	height: 4px;
	margin: 0px;
	padding: 0px;
	line-height: 0px;
	font-size: 0px;
}

.head_ob {
	height: 65px;
	padding-top: 10px;
}

.head_logo {
	float: left;
	height: 56px;
	width: 162px;
}
.head_logo_j {
	float: right;
	padding-top: 12px;
}



/*メニュー*/

#menu {
	background-image: url(../img/menu_base.gif);
	height: 43px;
	padding-left: 97px;
	padding-top: 7px;
}

#menu ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.menu01 {
	height: 37px;
	width: 161px;
	float: left;
	text-indent: -9999px;
}
.menu01 a {
	height: 37px;
	width: 161px;
	float: left;
	text-indent: -9999px;
	background-image: url(../img/menu01.gif);
}
.menu01 a:hover {
	height: 37px;
	width: 161px;
	float: left;
	text-indent: -9999px;
	background-image: url(../img/menu01_on.gif);
}
.menu02 {
	height: 37px;
	width: 161px;
	float: left;
	text-indent: -9999px;
}
.menu02 a {
	height: 37px;
	width: 161px;
	float: left;
	text-indent: -9999px;
	background-image: url(../img/menu02.gif);
}
.menu02 a:hover {
	height: 37px;
	width: 161px;
	float: left;
	text-indent: -9999px;
	background-image: url(../img/menu02_on.gif);
}
.menu03 {
	height: 37px;
	width: 161px;
	float: left;
	text-indent: -9999px;
}
.menu03 a {
	height: 37px;
	width: 161px;
	float: left;
	text-indent: -9999px;
	background-image: url(../img/menu03.gif);
}
.menu03 a:hover {
	height: 37px;
	width: 161px;
	float: left;
	text-indent: -9999px;
	background-image: url(../img/menu03_on.gif);
}
.menu04 {
	height: 37px;
	width: 161px;
	float: left;
	text-indent: -9999px;
}
.menu04 a {
	height: 37px;
	width: 161px;
	float: left;
	text-indent: -9999px;
	background-image: url(../img/menu04.gif);
}
.menu04 a:hover {
	height: 37px;
	width: 161px;
	float: left;
	text-indent: -9999px;
	background-image: url(../img/menu04_on.gif);
}



/*フッター*/

#footer {
	height: 50px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	padding-top: 5px;
	margin-top: 5px;
	clear: both;
	font-size: 10px;
}


.footer_right {
	float: right;
	padding-right: 3px;
	color: #666666;
	font-size: 10px;
}

.footer_left {
	float: left;
	font-size: 10px;
	padding: 0px;
}

.footer_left a {
	color: #669900;
	text-decoration: none;
	padding-right: 3px;
	padding-left: 3px;
	font-size: 10px;
}

.footer_left a:hover {
	color: #FF6600;
	text-decoration: underline;
	padding-right: 3px;
	padding-left: 3px;
	font-size: 10px;
}



/*ポップアップ*/

#wrapper_pop {
	padding: 30px;
}

#contents_pop {
	clear: both;
	font-size: 12px;
	line-height: 1.7em;
	padding-top: 70px;
}
#footer_pop {
	height: 50px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	padding-top: 5px;
	margin-top: 25px;
}

.head_pop_logo {
	float: left;
}

.head_pop_close {
	float: right;
}

.pop_b {
	font-weight: bold;
	color: #669900;
	padding-top: 15px;
}

.footer_pop_right {
	float: right;
	color: #666666;
	padding-top: 3px;
}
#contents {
	padding-top: 20px;
	height: 210px;
}
.toptop {
	text-align: right;
	padding-bottom: 20px;
	padding-top: 20px;
}
.ttt {
	margin-bottom: 20px;
	height: 340px;
}
.topnavi {
	padding-bottom: 35px;
}
.topnavi_02 {
	position: absolute;
	left: -21px;
	top: 15px;
	width: 490px;
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "MS P ゴシック";
	font-size: 10px;
	height: 14px;
}

