@charset "utf-8";
/* CSS Document */

* {
   margin:0;
   padding:0;
}

BODY {
	padding: 0px;
	margin: 0px;
	color: #3D3D3D;
	font-size: 15px;
	line-height: 30px;
	background-color: #DBF0F9;
	background-image: url(../image/main/back.gif);
	background-repeat: repeat-x;
	text-align: center;
	font-family: "メイリオ";
}
img {
	vertical-align:bottom;
	border-width:0;
}
a {
	color:#3D3D3D;
	text-decoration:none;
	font-weight: bold;
}
a:hover	{
	color:#999999;
	text-decoration:underline;
}
.center {
	text-align: center;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#header {
	margin: 0px;
	padding: 0px;
	width: 100%;
	text-align: left;
	height: 138px;
}
#header .top_menu {
	padding: 0px;
	width: 850px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	clear: both;
	height: 105px;
}
.logo_top {
	margin: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 215px;
	height: 85px;
	float: left;
}
.navi {
	width: 635px;
	float: right;
	margin: 0px;
	padding: 0px;
}
ul.navi {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
ul.navi li {
	margin-top: 15px;
	margin-right: 3px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: right;
	padding: 0px;
}
ul.navi_menu {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 50px;
}
ul.navi_menu li {
	float: left;
	list-style-image: none;
	list-style-type: none;
	background-image: url(../image/main/navi_list.gif);
	background-repeat: no-repeat;
	background-position: 0px center;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 15px;
	font-size: 11px;
	font-weight: normal;
	margin: 0px;
}
.navi_menu a {
	color:#3D3D3D;
	text-decoration: none;
	font-weight: normal;
}
.navi_menu a:hover {
	color:#999999;
	text-decoration: underline;
	font-weight: normal;
	font-size: 11px;
}
.navi_map1 {
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: right;
}
.navi_map2 {
	width: 344px;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#containar {
	padding: 0px;
	width: 850px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFFFFF;
	background-image: url(../image/main/smenu_back.gif);
	background-repeat: repeat-y;
	background-position: 685px 0px;
	text-align: left;
}
#main {
	width: 650px;
	margin: 0px;
	text-align: center;
	background-color: #FFFFFF;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#right_menu {
	width: 190px;
	text-align: center;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	float: right;
	margin: 0px;
}
#footer {
	clear: both;
}


/* プルダウンメニュー 開始 */

#menu {
	padding: 0px;
	width: 850px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
}
#menu_container {
	padding: 0px;
	width: 850px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: absolute;
	}
#menu_container dl {
	margin: 0;
	float: left;
	text-align: center;
	padding: 0px;
	width: 170px;
	behavior: url("script/csshover.htc");
	}
#menu_container dt {
	text-align: center;
	behavior: url("script/csshover.htc");
	}
#menu_container dd {
	display: none;
	margin: 0;
	font-size: 13px;
	padding: 0px;
	behavior: url("script/csshover.htc");
	}
#menu_container dl:hover dd {
	display: block;
	margin: 0px;
	font-size: 13px;
	behavior: url("script/csshover.htc");
	}
#menu_container a {
	display: block;
	-width: 90px;
	background-color: #3399CC;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 13px;
	}
#menu_container a:hover {
	background-color: #FFFFFF;
	color: #0099CC;
	text-decoration: none;
	font-size: 13px;
	}

/* プルダウンメニュー 終了 */

/* パンくずリスト 開始 */ 

ol#topicPath {
	font-size: 90%;
	list-style: none;
	padding: 0;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}
ol#topicPath li {
	float: left;
	background-image: url(../image/main/list2.gif);
	background-repeat: no-repeat;
	background-position: 0 50%;
	padding-right: 7px;
	padding-left: 10px;
}
ol#topicPath li.home {
	background: none;
}
ol#topicPath li a:link,
ol#topicPath li a:visited {
	color: #0099CC;
	text-decoration: underline;
	font-size: 12px;
}
ol#topicPath li a:hover,
ol#topicPath li a:active {
	color: #006699;
	text-decoration: underline;
}
ol#topicPath li em {
	font-style: normal;
	font-weight: bold;
	font-size: 12px;
}

/* パンくずリスト 終了 */

.s_margin1 {
	padding: 0px;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.s_margin2 {
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.s_margin3 {
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#right_menu .s_menu {
	background-image: url(../image/main/smenu_back2.gif);
	background-repeat: repeat-y;
	background-position: center 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: center;
	padding: 0px;
}
.s_menu1 {
	margin: 0px;
	text-align: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
}
.s_list1 {
	background-image: url(../image/main/s_menu1.gif);
	background-repeat: no-repeat;
	background-position: 0px 70%;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.s_list2 {
	background-image: url(../image/main/s_menu2.gif);
	background-repeat: no-repeat;
	background-position: 0px 70%;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.s_list3 {
	background-image: url(../image/main/s_menu3.gif);
	background-repeat: no-repeat;
	background-position: 0px 70%;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.s_menu1 dd {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	background-image: url(../image/main/list.gif);
	background-repeat: no-repeat;
	background-position: 0px 45%;
	font-size: 13px;
}
#footer {
	background-color: #3399CC;
	color: #FFFFFF;
	margin: 0px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
a.footer1 {
	color:#FFFFFF;
	font-weight: bold;
}

a.footer1:hover	{
	color:#FFFF00;
	text-decoration:underline;
}
.footer_margin1 {
	padding: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.navi_list {
	height: 30px;
	width: 650px;
	margin: 0px;
	padding: 0px;
}
.footer_support {
	text-align: center;
	width: 650px;
	padding-top: 3em;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}


/* textスタイル 開始 */

.text_back1 {
background-color:#FFFF33;
}
.style0 {
	color: #CC0000;
	font-weight: bold;
}
.style1 {
	color: #000000;
	font-weight: bold;
}
.style2 {
	color: #CC0000;
	font-weight: bold;
}
.style3 {
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}
.style4 {
	color: #CC0000;
	font-weight: bold;
	text-decoration: underline;
}
.style5 {
	font-weight: bold;
	color: #FFFFFF;
}

/* textスタイル 終了 */
.navi_table {
	clear: right;
}
