@charset "UTF-8";
/* CSS Document */

.clear {
	clear:both;
}

* {
	margin: 0;
	padding: 0;
}
/*-------------------*/
#haikei {
	width:950px;
	margin-left:auto;
	margin-right:auto;
	border-left-width:1px;
	border-left-style:solid;
	border-left-color:#999;
	border-right-width:1px;
	border-right-style:solid;
	border-right-color:#999;
	background-color:#FFF;
}

#body {
	background-color:#E3E3E3;
}

#all {
	width:900px;
	margin-left:auto;
	margin-right:auto;
}

a#header {
	width:900px;
	margin-left:auto;
	margin-right:auto;
}

#header_img {
	height: 175px;
	width: 900px;
}

.header_image {
    padding-top: 10px;
}

h1 {
	font-size: small;
	font-weight: normal;
	padding-top: 10px;
}


/*--------メニュー-----------*/

#menu_box {
	width:900px;
	height:40px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999;
	border-bottom-color: #999;
	clear: both;
	position:relative;
}
ul#menu_box {
   margin: 0px; 
   padding: 0px; 
}
ul#menu_box li{
	list-style-type: none;
	float: left;
	margin: 0px;
	padding: 0px;
}
a.menu {
	width:126px;
	display:block;
	text-align:center;
	float:left;
	border-right-width:1px;
	border-right-style:solid;
	border-right-color:#999;
	text-decoration:none;
	margin-top:7px;
	color:#333;
}
a.menu_a {
	width:130px;
	display:block;
	text-align:center;
	float:left;
	text-decoration:none;
	margin-top:7px;
	color:#333;
}
a.menu_c {
	width:130px;
	display:block;
	text-align:center;
	float:left;
	text-decoration:none;
	margin-top:7px;
	color:#FFF;
	background-color:#174889;
}
a.menu_b {
	width:124px;
	display:block;
	text-align:center;
	float:left;
	border-left-width:1px;
	border-left-style:solid;
	border-left-color:#999;
	border-right-width:1px;
	border-right-style:solid;
	border-right-color:#999;
	text-decoration:none;
	margin-top:7px;
	color:#333;
}

a.menu:hover {
	color:#FFF;
	background-color:#174889;
}
a.menu_a:hover {
	color:#FFF;
	background-color:#174889;
}
a.menu_b:hover {
	color:#FFF;
	background-color:#174889;
}

/*--------メニュー-----------*/
/*--------ボディー-----------*/

#main_box {
	margin-top:15px;
	margin-bottom:15px;
}

#body_left {
	width:255px;
	margin-right:auto;
	float:left;
}
li{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.left_title {
	width:255px;
	height:25px;
	color:#FFF;
	background-color:#174889;
	text-align:center;
	margin-bottom:5px;
	vertical-align: 0%;
	text-indent: 0px;
	padding-top: 10px;
}
.left_title2 {
	width:255px;
	height:20px;
	color:#FFF;
	background-color:#174889;
	text-align:center;
	margin-bottom:5px;
	margin-top:10px;
	padding-top: 6px;
}
.submenu_box {
	padding:5px 0px 5px 0px;
	width:255px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	vertical-align: middle;
}

.submenu_img {
	margin-right:10px;
	border: 1px solid #999;
	float: left;
}
a.submenu_text {
	color:#000;
}
a.submenu_text:hover {
	color:#FFF;
	background-color:#174889;
}

a.textmenu {
	margin-left:4px;
	color:#333;
	line-height: 30px;
}
a.textmenu:hover {
	margin-left:4px;
	color:#FFF;
	background-color:#174889;
}
a.textmenu2 {
	margin-left:4px;
	color:#FFF;
	background-color:#174889;
}
a.textmenu2 {
	margin-left:4px;
	color:#FFF;
	background-color:#174889;
}

/*-------------------------------*/
#body_right {
	width:625px;
	float:left;
	line-height: 20px;
	margin-left: 12px;
}

#main_img {
	width:610px;
	margin-bottom:10px;
	border: 1px solid #999;	
}

.right_title {
	width:610px;
	height:28px;
	padding-left:5px;
	color:#FFF;
	background-color:#174889;
	margin-bottom:5px;
	background-position: center;
	padding-top: 6px;
	padding-bottom: 0px;
}

.right_text {
	width:625px;
	margin-bottom:5px;
	font-size:12px;
}

/*--------ボディー-----------*/

#footer {
	width:950px;
	height:110px;
	background-color:#174889;
	margin-left:auto;
	margin-right:auto;
	padding-top:5px;
}

ul.footer_text_box li{
	list-style-type: none;
	display:inline;
	margin: 0px;
	padding: 0px;
}
.footer_text_box {
	padding-top:5px;
	width:950px;
	text-align:center;
	color:#FFF;
	font-size:12px;
}
.footer_text_box a{
	color:#FFF;
}
.footer_text_box a:hover {
	color:#FF0;
}
#right {
	float: left;
	width: 195px;
	padding-right: 5px;
}
#center {
	width: 200px;
	float: left;
	padding-right: 5px;
	padding-left: 5px;
}
#left {
	float: left;
	width: 195px;
	padding-left: 5px;
}
#top_img {
	margin-top: 15px;
}
.submenu_box li {
	list-style-type: none;
	float: left;
}
.top_main {
	margin-top: 7px;
	margin-bottom: 5px;
}

.mb7 { margin-bottom:7px;}

.mt20 { margin-top:20px;}

.tx_C { text-align:center;}
