@charset "utf-8";
@import url("reset.css");
body {
	line-height: 150%;
	color: #333;
	font-family:  Arial, Verdana,  Osaka, "ＭＳ Ｐゴシック", sans-serif;
	font-size: 87.5%;
	background-image: url(../image/base/main_back2.gif);
	background-repeat: repeat;
	background-position: left top;
}

/*土台設定*/
#wrap_white {
	background-image: url(../image/base/top_back.gif);
	background-repeat: repeat-x;
	background-position: left top;

}
/*土台設定*/
#wrap_white {
	background-image: url(../image/base/top_back.gif);
	background-repeat: repeat-x;
	background-position: left top;

}
#wrap_line {
	background-image: url(../image/base/main_back.gif);
	background-repeat: repeat-y;
	background-position: center top;
	width: 100%;
}

#container {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}


/*ヘッダー部分*/
#header {
	width: 890px;
	padding: 5px 0px 0px 0px;
	line-height: 20px;
}
#header_left {
	float: left;
	width: 272px;
}
#header #header_right {
	float: right;
	width: 618px;
}
#header_right #font_size {
	width: 616px;
	font-size: 12px;
	padding: 0px 2px 0px 0px;
}
#header_right #font_size dt {
	float: left;
	width: 436px;
	text-align: right;
	padding: 0px 8px 0px 0px;
}
#header_right #font_size dd {
	float: left;
}
#header #top_menu {
	text-align: right;
	font-size: 12px;
	margin: 2px 0px 0px 0px;
}


/*コンテンツ部分設定*/
#contents {
	width: 900px;
	margin: 1px 0px 0px;
	background-color: #FFFFFF;
}

*html #contents {
	width: 900px;
	margin: 8px 0px 0px;
	background-color: #FFFFFF;
}
*:first-child+html #contents {
	width: 900px;
	margin: 3px 0px 0px;
	background-color: #FFFFFF;
}
#contents #main {
	float: left;
	width: 670px;
}
#main  #c_t_menu {
	width: 650px;
	background-image: url(../image/top/top_back01.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 158px;
	padding-left: 20px;
}
#main #c_t_menu li {
	float: left;
	width: 130px;
	list-style-type: none;
}
#main #main2 {
	width: 630px;
	padding-left: 20px;
}
.top_25 {
	margin-top: 25px;
}
#main #main2 #side_menu {
	float: left;
	width: 210px;
}
#main #main2 #info {
	float: right;
	width: 400px;
}
#main2 #info .info_area {
	width: 400px;
	min-height: 169px;
	background-image: url(../image/top/info_back01.gif);
	background-repeat: repeat-y;
	background-position: left top;
	margin-top: 15px;
}

*html #main2 #info .info_area {
	width: 400px;
	height: 169px;
	background-image: url(../image/top/info_back01.gif);
	background-repeat: repeat-y;
	background-position: left top;
	margin-top: 15px;
}
#main2 #info .up_menu {
	text-align: right;
	width: 390px;
	margin-top: -22px;
	font-size: 12px;
}

#contents #side {
	float: right;
	width: 230px;
}
#contents #side li {
	list-style-type: none;
	margin-bottom: 5px;
}
#contents_bottom  {
	width: 860px;
	background-color: #FFFFFF;
	padding-top: 15px;
	padding-right: 20px;
	padding-left: 20px;
}
#contents_bottom  h3  {
	font-weight: bold;
	color: #009900;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #66CC00;
}
#contents_bottom  li  {
	background-image: url(../image/base/ya04.gif);
	background-repeat: no-repeat;
	background-position: left 4px;
	padding-left: 12px;
	margin-top: 5px;
}






/*コンテンツ　メニュー設定*/
#c_t_menu a {
	display: block;
	width: 114px;  /*画像の横幅*/
	height: 114px;  /*画像の縦幅*/
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#c_t_menu a:hover {
	text-indent: -9999px;  /*hover時だけ画像を飛ばす*/
	background-position: 0px 0px;
	overflow:hidden;
}
#c_t_menu #m01 a {
	background: transparent url(../image/top/top_menu01_b.png);  /*hover時の画像を読み込む*/
}
#c_t_menu #m02 a {
	background: transparent url(../image/top/top_menu02_b.png);  /*hover時の画像を読み込む*/
}
#c_t_menu #m03 a {
	background: transparent url(../image/top/top_menu03_b.png);  /*hover時の画像を読み込む*/
}
#c_t_menu #m04 a {
	background: transparent url(../image/top/top_menu04_b.png);  /*hover時の画像を読み込む*/
}
#c_t_menu #m05 a {
	background: transparent url(../image/top/top_menu05_b.png);  /*hover時の画像を読み込む*/
}


#side_menu a {
	display: block;
	width: 210px;  /*画像の横幅*/
	height: 44px;  /*画像の縦幅*/
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#side_menu a:hover {
	text-indent: -9999px;  /*hover時だけ画像を飛ばす*/
	background-position: 0px 0px;
	overflow:hidden;
}
#side_menu #sm01 a {
	background: transparent url(../image/top/t_sidemenu_b_02.gif);  /*hover時の画像を読み込む*/
}
#side_menu #sm02 a {
	background: transparent url(../image/top/t_sidemenu_b_03.gif);  /*hover時の画像を読み込む*/
}
#side_menu #sm03 a {
	background: transparent url(../image/top/t_sidemenu_b_04.gif);  /*hover時の画像を読み込む*/
}
#side_menu #sm04 a {
	background: transparent url(../image/top/t_sidemenu_b_05.gif);  /*hover時の画像を読み込む*/
}
#side_menu #sm05 a {
	background: transparent url(../image/top/t_sidemenu_b_06.gif);  /*hover時の画像を読み込む*/
}
#side_menu #sm06 a {
	background: transparent url(../image/top/t_sidemenu_b_07.gif);  /*hover時の画像を読み込む*/
}
#side_menu #sm07 a {
	background: transparent url(../image/top/t_sidemenu_b_08.gif);  /*hover時の画像を読み込む*/
}
#side_menu #sm08 a {
	background: transparent url(../image/top/t_sidemenu_b_09.gif);  /*hover時の画像を読み込む*/
}
#side_menu #sm09 a {
	background: transparent url(../image/top/t_sidemenu_b_10.gif);  /*hover時の画像を読み込む*/
}
#side_menu #sm10 a {
	background: transparent url(../image/top/t_sidemenu_b_11.gif);  /*hover時の画像を読み込む*/
}
#side_menu #sm11 a {
	background: transparent url(../image/top/t_sidemenu_b_12.gif);  /*hover時の画像を読み込む*/
}



/*フッター部分設定*/
#footer {
	width: 900px;
	text-align: right;
	margin: 0px;
	padding: 30px 0px 5px;
	background-color: #FFFFFF;
}
#footer #footer_menu {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	padding: 0px 20px 5px 0px;
	font-size: 12px;
}
#footer address {
	padding: 0px 20px 0px 0px;
}
#footer #copy {
	padding: 0px 20px 0px 0px;
	font-size: 12px;
}
.go_top {
	background-image: url(../image/base/ya02.gif);
	background-repeat: no-repeat;
	background-position: 510px center;
	text-align: right;
	font-size: 12px;
	margin-bottom: 20px;
}
#main .top_15 {
	margin: 15px 0px 0px 0px;
}

/*リンク設定*/
#top_menu a:link,#footer_menu a:link {
 color:#000000;
}
#top_menu a:visited,#footer_menu a:visited {
 color:#000000;
}
#top_menu a:active,#footer_menu a:active {
	color:#000000;
}
#top_menu a:hover,#footer_menu a:hover {
 color:#000000;
 text-decoration:underline;
}
#top_menu a,#footer_menu a {
 text-decoration:none;
}

#pan a:link,address a:link {
 color:#000000;
}
#pan a:visited,address a:visited {
 color:#0033FF;
}
#pan a:active,address a:active {
	color:#0033FF;
}
#pan a:hover,address a:hover {
 color:#FF6600;
 text-decoration:underline;
}
#pan a,address a,.go_top a {
 text-decoration:underline;
}

#main a:link,.go_top a:link {
	color:#0033FF;
}
#main a:visited ,.go_top a:visited {
 color:#0033FF;
}
#main a:active,.go_top a:active {
	color:#0033FF;
}
#main a:hover,.go_top a:hover {
 color:#FF6600;
 text-decoration:underline;
}
#main a,.go_top a {
 text-decoration:underline;
}
.width_200 {
	width: 200px;
}
/* TTS */
.info_area ul {
	margin: 5px auto 0 auto;
	width: 390px;
	height: 136px;
	overflow: auto;
}
.info_area li {
	list-style-type: none;
	/*width: 380px;*/
	margin-top: 2px;
	margin-left: 2px;
	padding-bottom: 0px;
}
.info_area dt {
	float: left;
	width: 0px;
}
.info_area dd {
	/*float: right;*/
	float: left;
	width: 370px;
}
.info_area div {
	float: left;
	width: 85px;
}
.info_area img.status {
	margin-top: 2px;
	/*margin-left: 2px;*/
	margin-right: 10px;
}
a:link {
	color:#0000FF;
}
a:visited {
	color:#660066;
}
a:active {
	color:#660066;
}
a:hover {
	color:#660066;
	text-decoration:underline;
}
.info_area a {
	text-decoration:underline;
}
