@charset "UTF-8";
a {
	color: #000000;
}

body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	margin: 0px;
	padding: 0px;
}

#header {
	margin: auto;
	width: 800px;
	height: 95px;
}
#header2nd {
	height: 95px;
	margin-left: 20px;
	min-width: 800px;
}
#header_wrap {
	height: 95px;
	background: url(images/headerbg.gif) repeat-x;
}
#header_l {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 95px;
	width: 300px;
}
#header_r {
	float: right;
	height: 75px;
	text-align: right;
	width: 400px;
	padding-right: 20px;
	padding-top: 20px;
}
#footer {
	margin: auto;
	padding: 0px;
	width: 800px;
	height: 80px;
}
#footer2nd {
	padding: 0px;
	height: 80px;
	margin-left: 20px;
	margin-right: 20px;
	min-width: 800px;
}
#footer_wrap {
	background: url(images/footerbg.gif) repeat-x;
	height: 80px;
	clear: both;
}
#footer_left {
	width: 640px;
	float: left;
}
#footer_left a {
	color: #000000;
	text-decoration: none;
	font-size: 12px;
}
#footer_right {
	float: right;
	width: 150px;
	background: url(images/footerbg_2.gif) no-repeat right bottom;
	height: 80px;
	font-size: 10px;
}
#footer_right a {
	text-decoration: none;
}
#footer_copy {
	font-size: 11px;
	height: 20px;
	padding-bottom: 10px;
	margin: 0px;
	color: #FFFFFF;
}
#footerlink {
	padding-top: 20px;
	height: 30px;
	margin: 0px;
}
#main {
	margin: 10px auto;
	padding-right: 10px;
	padding-left: 10px;
	border-right: 1px dotted #999999;
	border-left: 1px dotted #999999;
	width: 800px;
	font-size: medium;
}
#main_menu {
	margin: 10px 0px;
	padding: 0px;
	height: 70px;
	width: 800px;
}
#main_flash {
	height: 250px;
	width: 800px;
	margin: 0px;
	padding: 0px;
}
#main_contents {
	margin: 0px 10px 0px 0px;
	padding: 0px 12px 0px 0px;
	width: 585px;
	float: left;
	border-right: 1px dotted #999999;
}
#main_banner {
	float: right;
	width: 190px;
}
.banner {
	margin: 0px 0px 20px;
	width: 190px;
	background: #FFFFFF;
}
#clear {
	margin: 0px;
	padding: 0px;
	clear: both;
	height: 5px;
	width: 100%;
}
#news {
	padding: 0px 0px 10px;
	overflow: auto;
}
#news p {
	line-height: 1.5em;
	margin: 0px;
	padding: 0px;
}
#top_contents {
	border-top: 1px dotted #999999;
	padding-top: 10px;
}
#top_contents_r {
	margin: 0px;
	padding: 0px;
	width: 195px;
	float: right;
}
#top_contents_l {
	float: left;
	width: 380px;
	border-right: 1px dotted #999999;
}
.simu_caption {
	line-height: 1.1em;
	text-align: center;
	margin: 0px 5px 0px 0px;
	padding: 0px;
	width: 70px;
	float: left;
}
#main2 {
	float: left;
	width: 100%;
	z-index: 2;
}
#main2_contents {
	margin: 20px 20px 20px 270px;
}
/*サブメニュー作成用ダミーここまで*/
#main2_contents h1 {
	text-decoration: none;
	margin: 0px 0px 20px;
	padding: 0px;
}
#main2_contents h2 {
	margin: 0px 0px 10px;
	padding: 0px 0px 10px 30px;
	color: #666666;
	background: url(images/h2_icon.gif) no-repeat left top;
	border-bottom: 2px solid #666666;
}
#main2_contents h3 {
	line-height: 1.7em;
	margin: 0px;
	padding: 0px 0px 5px;
	font-weight: bold;
}
#main2_contents p {
	line-height: 1.7em;
	margin: 0px;
	padding: 0px;
}
#main2_contents p a {
	color: #628800;
	text-decoration: underline;
}
#main2_contents table th {
	border-bottom: 1px dotted #666666;
}
#submenu {
	float: left;
	width: 200px;
	margin-left: -100%;
	background: #E8F4A1 url(images/subround.gif) no-repeat right top;
	padding: 20px;
	margin-top: 10px;
	z-index: 1;
	position: relative;
}
#submenu a {
	text-decoration: none;	
}

#submenu ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
#submenu ul ul li {
	font-size: 90%;
	margin: 0px;
	text-indent: 0px;
}
#submenu ul ul li a {
	color: #5C7600;
	border-bottom: 1px dashed #5C7600;
	background: #E8F4A1;
}#submenu ul ul li a:hover {
	color: #5C7600;
	border-bottom: 1px dashed #5C7600;
	background: #FFFFFF;
}
#submenu li {
	margin-bottom: 10px;
	margin-top: 10px;
}
#submenu li a {
	color: #FFFFFF;
	background: #5C7600;
	display: block;
	text-decoration: none;
	padding: 6px 10px;
}
#submenu li a:hover {
	background: #CCCCCC;
}
#table1 {
	margin: 0px;
	border-top: 1px dotted #333333;
}
#table1 th {

}
#table1 td {
	padding: 3px;
	border-bottom: 1px dotted #333333;
}
.caption {
	font-size: medium;
}
.go_top {
	text-align: right;
	color: #628800;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
}
.go_top a {
	font-size: 11px;
	color: #628800;
	text-align: right;
	text-decoration: none;
	font-weight: bold;
}
.mailform {
	font-size: 12px;
}
.mailform td {
	padding: 3px;
	border-bottom: 1px dotted #333333;
}
#form_table1 {
	margin: 0px;
	font-size: 13px;
	border-top: 1px dotted #333333;
}
#form_table1 th {

}
#form_table1 td {
	padding: 5px;
	border-bottom: 1px dotted #333333;
}
#simu {
	font-size: medium;
	height: 330px;
	width: 530px;
	border: 10px solid #88AA00;
}
#simu_contents_head {
	margin: 0px;
	padding: 0px;
	height: 30px;
	text-align: center;
}
#simu_contents_main {
	height: 250px;
}
#simu_contents_footer {
	font-size: 10px;
	color: #666666;
	text-align: right;
}
#simu_contents {
	background: #FFFFFF;
	padding: 10px;
	height: 310px;
	width: 510px;
}
#simu_contents h1 {
	font-size: 16px;
	margin: 0px;
	padding: 0px 0px 20px;
}
#simu_contents_main p {
	font-size: 14px;
	line-height: 1.5em;
	margin: 0px;
	padding: 0px;
}

