@charset "UTF-8";

* {
	margin: 0;
	padding: 0;
}
body {
	background-color:#FFFFFF;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", "Osaka", sans-serif;
}
li {
	list-style: none;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
img {
	border-style:none;
}
#wrapper {
	width:100%;
}
#header {
	background: url(../images/header_bg.png) repeat-x;
	width:100%;
	height:122px;
	margin-bottom:10px;
}
#header_inner {
	width: 980px;
	height: 103px;
	margin: 0px auto;
	position: relative;
}
#header_inner h1 {
	font-weight: normal;
	font-size: 80%;
	color: #666666;
	height: 18px;
	position: absolute;
	top: 7px;
	left: 0;
}
#logo {
	width: 475px;
	height: 72px;
	position: absolute;
	top:35px;
	left:0px;
}
#logo img {
	display: block;
}
#header_contact {
	width: 210px;
	height: 92px;
	position: absolute;
	right: 0px;
	top: 18px;
}
#header_contact li {
	float: left;
}
#contact_tel {
	width:210px;
	height:49px;
	margin-bottom:8px;
}
#contact_mail a {
	background: url(../images/contact_mail.png) no-repeat 0px 0px;
	height: 0px;
	width: 210px;
	padding-top: 35px;
	overflow: hidden;
	float:left;
}
#contact_mail a:hover {
	background: url(../images/contact_mail.png) no-repeat 0px -35px;
}
#top {
	height: 334px;
	background: url(../images/top_bg.png) repeat-x left top;
}
#top h2 {
	width: 980px;
	height: 334px;
	margin: 0px auto;
}
#top_menu {
	background: url(../images/menu_bg.png) repeat-x left top;
	height: 55px;
	margin-bottom:10px;
}

#top_menu ul {
	width: 980px;
	height: 55px;
	margin-right: auto;
	margin-left: auto;
}
#top_menu ul li {
	width:163px;
	height: 55px;
	float: left;
}
#top_menu ul a {
	background:url(../images/menu.png) no-repeat left top;
	width: 164px;
	height: 0px;
	display: block;
	overflow: hidden;
	padding-top: 55px;
	line-height: 55px;
}
#top_menu ul .m01 a {
	background-position: 0px 0px;
}
#top_menu ul .m02 a {
	background-position: -163px 0px;
}
#top_menu ul .m03 a {
	background-position: -326px 0px;
}
#top_menu ul .m04 a {
	background-position: -489px 0px;
}
#top_menu ul .m05 a {
	background-position: -652px 0px;
}
#top_menu ul .m06 a {
	background-position: -815px 0px;
}
#top_menu ul .m01c a, #top_menu ul .m01 a:hover {
	background-position: 0px -55px;
}
#top_menu ul .m02c a, #top_menu ul .m02 a:hover {
	background-position: -163px -55px;
}
#top_menu ul .m03c a, #top_menu ul .m03 a:hover {
	background-position: -326px -55px;
}
#top_menu ul .m04c a, #top_menu ul .m04 a:hover {
	background-position: -489px -55px;
}
#top_menu ul .m05c a, #top_menu ul .m05 a:hover {
	background-position: -652px -55px;
}
#top_menu ul .m06c a, #top_menu ul .m06 a:hover {
	background-position: -815px -55px;
}
#topic-path ol {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}
#topic-path ol li {
	display: inline;
	font-size: 80%;
	font-weight:normal;
}
#topic-path ol li a {
	background: url(../images/arr_path.png) no-repeat right center;
	padding-right: 12px;
	color:#0080cc;
}
#main {
	width: 980px;
	margin-top:40px;
	margin-right: auto;
	margin-left: auto;
	overflow:hidden;
}
#main_left {
	width: 700px;
	margin-right: 30px;
	float: left;
}
#main_left_p {
	width:660px;
	float:left;
	margin:0px 20px 40px 20px;
}
#main_left_p a {
	color:#0080cc;
}


#left_menu {
	width: 700px;
	background-color:#D7D7D7;
	margin-bottom: 60px;
}
.left_menu_inner h2 {
	width:680px;
	line-height:35px;
	font-size: 1em;
	font-weight:normal;
	color:#000000;
	padding-left: 20px;
}
.left_menu_inner ul {
	width: 700px;
	background-color:#F7F7F7;
	border-bottom:1px solid #FFFFFF;
}
.left_menu_inner ul li {
	width: 670px;
	padding-left: 30px;
}
.left_menu_inner ul li a {
	color:#0080cc;
	background: url(../images/arr.png) no-repeat left center;
	width: 650px;
	height: 30px;
	display: block;
	line-height: 30px;
	padding-left: 20px;
	font-size: 90%;
}
.contents {
	width:700px;
	float:left;
	margin-bottom:50px;
}
.contents h1 {
	width:681px;
	line-height:45px;
	border-top:1px solid #E8E8E8;
	border-right:1px solid #E8E8E8;
	border-bottom:1px solid #E8E8E8;
	border-left:3px solid #0186C5;
	padding-left:15px;
	font-size: 1em;
}
.contents h1 span {
	font-size: 0.8em;
	font-weight:normal;
	color:#007FCC;
	margin-left: 25px;
}
.contents_inner {
	width:698px;
	min-height:200px;
	border-right:1px solid #E8E8E8;
	border-bottom:1px solid #E8E8E8;
	border-left:1px solid #E8E8E8;
	padding-bottom:10px;
	overflow:hidden;
}
.contents_inner_left {
	width:184px;
	height:117px;
	margin:20px 35px;
	float:left;
}
.contents_inner_right {
	width:400px;
	margin-top:20px;
	margin-right:30px;
	float:right;
}
.contents_inner_right span {
	color:#006600;
	text-decoration:underline;
}
.contents_inner a {
	background: url(../images/arr.png) no-repeat left center;
	padding-left:15px;
	color:#0080cc;
	display:block;
	margin-top:60px;
	margin-right:30px;
	margin-bottom:10px;
	float:right;
}
.contents_list_inner {
	width:698px;
	margin-left:2px;
	margin-top:20px;
	margin-bottom:10px;
	overflow:hidden;
}
.contents_list_inner_top {
	width:693px;
	line-height:30px;
	padding-left:5px;
	font-size: 1em;
	background-color:#EAF6FE;
}
.contents_list_inner_top span {
	color:#0186C5;
}
.contents_list_inner_left {
	width:184px;
	height:117px;
	margin:20px 35px;
	float:left;
}
.contents_list_inner_right {
	width:400px;
	margin-top:20px;
	margin-right:30px;
	float:right;
}
.contents_list_inner_right h3 {
	font-size: 1em;
	font-weight:normal;
	color:#006600;
}
.contents_list_inner_right ol {
	margin-top:10px;
	margin-left:20px;
}
.contents_list_inner_right ol li {
	list-style-type: decimal;
}
.contents_list_inner_right ol li span {
	color:#006600;
	text-decoration:underline;
}

.contents_list_inner_middle {
	margin:10px 20px;
}
.contents_list_inner_middle a {
	color:#0080cc;
}
.contents_list_inner_middle span {
	color:#006600;
	text-decoration:underline;
}
.contents_table{
	margin-top:20px;
}
.contents_table h3{
	text-align: center;
	font-size: 1em;
}
.contents_table table{
	border-collapse: collapse;
	border: solid 1px #999999;
	margin-right: auto;
	margin-left: auto;
	margin-bottom:10px;
}
.contents_table th{
	border-collapse: collapse;
	border: solid 1px #999999;
	width:130px;
	background-color: #F7F7F7;
}
.contents_table td{
	border-collapse: collapse;
	border: solid 1px #999999;
	text-align: right;
	vertical-align: middle;
	width:130px;
}
.contents_table td.bgclr {
	background-color: pink;
}
.contents_table p{
	text-align: center;
	font-size: 1em;
}
.contents_table p a{
	color:#0080cc;
}
.contents_list_inner ul {
	margin-top:10px;
	margin-left:50px;
}
.contents_list_inner ul li {
	list-style-type: decimal;
	color:#0080cc;
}
.contents_list_inner ul li a {
	color:#0080cc;
}
.contents_list_inner ol {
	margin:15px 10px 20px 50px;
}
.contents_list_inner ol li {
	list-style-type: decimal;
}
.contents_list_inner table{
	border-collapse: collapse;
	border: solid 1px #999999;
	margin-right: auto;
	margin-left: auto;
	margin-bottom:10px;
}
.contents_list_inner th{
	border-collapse: collapse;
	border: solid 1px #999999;
	width:130px;
	background-color: #F7F7F7;
}
.contents_list_inner td{
	border-collapse: collapse;
	border: solid 1px #999999;
	text-align: center;
	width:130px;
}
.contents_association table{
	border-collapse: collapse;
	border: solid 1px #999999;
	margin-top:30px;
	margin-left:20px;
}
.contents_association th{
	border-collapse: collapse;
	border: solid 1px #999999;
	width:120px;
	background-color: #F7F7F7;
	padding:3px;
}
.contents_association td{
	border-collapse: collapse;
	border: solid 1px #999999;
	width:520px;
	padding:3px 3px 3px 10px;
}
.contents_association p {
	margin-top:30px;
	margin-left:20px;
	text-align:left;
}
.top_page {
	margin-bottom:30px;
}
.top_page p {
	text-align: right;
}
.top_page p a {
	color:#0080cc;
}
.news {
	width:700px;
	float:left;
	margin-bottom:30px;
}
.news h1 {
	width:681px;
	line-height:45px;
	border-top:1px solid #E8E8E8;
	border-right:1px solid #E8E8E8;
	border-bottom:1px solid #E8E8E8;
	border-left:3px solid #FF0000;
	padding-left:15px;
	font-size: 1em;
}
.news h1 span {
	font-size: 0.8em;
	font-weight:normal;
	color:#FF0000;
	margin-left: 25px;
}
.news_inner {
	width:658px;
	height:200px;
	background-color:#F3F3F3;
	border-right:1px solid #E8E8E8;
	border-bottom:1px solid #E8E8E8;
	border-left:1px solid #E8E8E8;
	padding:5px 20px 30px 20px;
	overflow:auto;
}
.news_inner dl {
	width: 658px;
	border-bottom: 1px dotted #999999;
	margin:5px 0px;
	overflow:hidden;
}
.news_inner dl dt {
	width: 120px;
	float: left;
	line-height: 35px;
	padding-left: 10px;
	color: #666666;
}
.news_inner dl dd {
	line-height: 35px;
	float: left;
	color: #666666;
	background: url(../images/arr.png) no-repeat left center;
	padding-left:20px;
}
#sub_menu {
	width: 250px;
	background-color:#F3F3F3;
	float: right;
}
#sub_menu h1 {
	width:235px;
	line-height:45px;
	border-top:1px solid #0186C5;
	font-size: 1em;
	padding-left: 15px;
}
#sub_menu h1 span {
	font-size: 0.8em;
	font-weight:normal;
	color:#007FCC;
	margin-left: 10px;
}
.sub_menu_inner {
	width:250px;
	border-top:1px solid #FFFFFF;
	padding-bottom: 15px;
}
.sub_menu_inner h2 {
	width:235px;
	line-height:45px;
	font-size: 1em;
	font-weight:normal;
	color:#000000;
	padding-left: 15px;
}
.sub_menu_inner ul {
	width: 230px;
	margin-left: 20px;
}
.sub_menu_inner ul li {
	width: 210px;
	background-color:#FFFFFF;
	margin-bottom: 1px;
	padding-left: 10px;
}
.sub_menu_inner ul li a {
	color:#007FCC;
	background: url(../images/arr.png) no-repeat left center;
	width: 190px;
	height: 30px;
	display: block;
	line-height: 30px;
	padding-left: 20px;
	font-size: 90%;
}
#footer {
	background-color: #0186C5;
	width: 100%;
	height: 80px;
	margin-top:30px;
}
#footer_inner_top {
	width: 980px;
	height: 50px;
	border-bottom:1px solid #FFFFFF;
	position: relative;
	margin-right: auto;
	margin-left: auto;
}
#footer_inner_top p {
	position: absolute;
	top: 10px;
	left: 10px;
	font-size:130%;
	color:#FFFFFF;
}
#footer_inner_top ul {
	position: absolute;
	top: 12px;
	right: 0;
}
#footer_inner_top ul li {
	float:left;
	margin-right:1em;
}
#footer_inner_top ul li a {
	color:#FFFFFF;
	font-size:80%;
}
#footer_inner_bottom {
	width: 980px;
	height: 30px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
}
#footer_inner_bottom p {
	position: absolute;
	bottom: 10px;
	right: 5px;
	font-size:70%;
	color:#FFFFFF;
}


