@charset "UTF-8";
/* import css */
*          { margin: 0; padding: 0; }
body       { font-size: 83%; line-height: 1.5em; text-align: center; }
body table { font-size: 1em; line-height: 1.5em; }

a          { text-decoration: none; border-style: none; }
a:hover    { text-decoration: underline; }
a img      { border-style: none; }

hr         { color: #cccccc; }
li         { margin-left: 20px; }
ol li      { margin-left: 30px; }

.zero {
	margin: 0 !important;
	padding: 0 !important;
}
.m0 { margin: 0 !important; }
.p0 { padding: 0 !important; }

.mt10 { margin-top: 10px !important; }
.mb10 { margin-bottom: 10px !important; }
.ul_line {
}
.ul_line li {
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #999;
}
.ul_link {
	display: block;
	width: 600px;
	float: left;
}
.ul_link li {
	background-image: url("../media/icon_window.gif");
	background-repeat: no-repeat;
	background-position: 0 3px;
	text-indent: 25px;
	list-style-type: none;
	margin-bottom: 5px;
	margin-left: 0;
	padding-bottom: 5px;
	border-bottom: 1px dotted #999;
}

.topics_img {
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	float: left;
}

/* view ctrl setting */
.none      { display: none; }
.clear     { float: none !important; clear: both !important; }
.left      { float: left; }
.right     { float: right !important; }
.img_left  { margin-right: 10px; margin-bottom: 10px; float: left !important; }
.img_right { margin-bottom: 10px; margin-left: 10px; float: right !important; }

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
* html .clearfix {
	height: 1%;
}
*:first-child+html .clearfix {
	display: inline-block;
}

/* text ctrl setting */
.txt_left   { text-align: left; }
.txt_right  { text-align: right; }
.txt_center { text-align: center; }

.bold { font-weight: bold; }
.underline { text-decoration: underline; }

.per70  { font-size:  70%; }
.per80  { font-size:  80%; }
.per90  { font-size:  90%; }
.per100 { font-size: 100%; }
.per110 { font-size: 110%; }
.per120 { font-size: 120%; }
.per130 { font-size: 130%; }
.per140 { font-size: 140%; }
.per150 { font-size: 150%; }

/* margin */
.mt0  { margin-top: 0px !important; }
.mt10 { margin-top: 10px !important; }
.mt20 { margin-top: 20px !important; }
.mt30 { margin-top: 30px !important; }
.mt40 { margin-top: 40px !important; }
.mt50 { margin-top: 50px !important; }

.ml0  { margin-left: 0px !important; }
.ml10 { margin-left: 10px !important; }
.ml20 { margin-left: 20px !important; }
.ml30 { margin-left: 30px !important; }
.ml40 { margin-left: 40px !important; }
.ml50 { margin-left: 50px !important; }

.mb0  { margin-bottom: 0px !important; }
.mb10 { margin-bottom: 10px !important; }
.mb20 { margin-bottom: 20px !important; }
.mb30 { margin-bottom: 30px !important; }
.mb40 { margin-bottom: 40px !important; }
.mb50 { margin-bottom: 50px !important; }

.mr0  { margin-right: 0px !important; }
.mr10 { margin-right: 10px !important; }
.mr20 { margin-right: 20px !important; }
.mr30 { margin-right: 30px !important; }
.mr40 { margin-right: 40px !important; }
.mr50 { margin-right: 50px !important; }

/* p position settin */
.p_left   { display: block; text-align: left; }
.p_center { display: block; text-align: center; }
.p_right  { display: block; text-align: right; }
/* p color setting */
.p_yellow  { background-color: #fffee2; padding: 5px; border: solid 1px #999; }
.p_green   { background-color: #e7ffe7; padding: 5px; border: solid 1px #999; }
.p_blue    { background-color: #e9ffff; padding: 5px; border: solid 1px #999; }
.p_red     { background-color: #ffd7d7; padding: 5px; border: solid 1px #999; }
.p_glay    { background-color: #eeeeee; padding: 5px; border: solid 1px #ccc; }
.p_white   { background-color: #ffffff; padding: 5px; border: solid 1px #ccc; }
.p_yellow2 { background-color: #fffee2; padding: 5px; border: dotted 1px #999; }
.p_green2  { background-color: #e7ffe7; padding: 5px; border: dotted 1px #999; }
.p_blue2   { background-color: #e9ffff; padding: 5px; border: dotted 1px #999; }
.p_red2    { background-color: #ffd7d7; padding: 5px; border: dotted 1px #999; }
.p_glay2   { background-color: #eeeeee; padding: 5px; border: dotted 1px #ccc; }
.p_white2  { background-color: #ffffff; padding: 5px; border: dotted 1px #ccc; }

/* font size */
.large { font-size: 1.2em; }
.small { font-size: 0.8em; }
/* font color */
.green  { color: #060; }
.green2 { color: #0c0; }
.orange { color: #f60; }
.yellow { color: #fc0; }
.red    { color: #f00; }
.blue   { color: #2d4393; }
.blue2  { color: #00c; }
.white  { color: #ffffff; }

/* mark */
.y_r_blue {
	background-image: url("../media/y_r_blue.gif");
	background-repeat: no-repeat;
	background-position: 0 1px;
	padding-bottom: 3px;
	padding-left: 10px;
}
.y_l_blue {
	background-image: url("../media/y_l_blue.gif");
	background-repeat: no-repeat;
	background-position: 0 2px;
	padding-bottom: 3px;
	padding-left: 10px;
}
.y_u_blue {
	background-image: url("../media/y_u_blue.gif");
	background-repeat: no-repeat;
	background-position: 0 3px;
	padding-bottom: 3px;
	padding-left: 10px;
}
.y_d_blue {
	background-image: url("../media/y_d_blue.gif");
	background-repeat: no-repeat;
	background-position: 0 3px;
	padding-bottom: 3px;
	padding-left: 10px;
}
.window {
	background-image: url("../media/icon_window.gif");
	background-repeat: no-repeat;
	background-position: 0 0;
	padding-top: 2px;
	padding-bottom: 3px;
	padding-left: 20px;
}

/* etc */
.waku { border: solid 1px #ccc; }
.kome { text-indent: -1em; margin-left: 1em; }
.adobe_reader a {
	color: #000;
	font-size: 0.7em;
	background-color: #eee;
	background-image: url("../media/icon_adobe_reader.gif");
	background-repeat: no-repeat;
	background-position: 10px 7px;
	display: block;
	padding: 5px 10px 5px 110px;
	float: left;
	border: solid 1px #ccc;
}
.adobe_reader a:hover { text-decoration: none; }


/*table*/
.table        { background-color: #cccccc; }
.table2       { background-color: #B2A47E; }
.table_white  { background-color: #fff; 	  padding: 5px; }
.table_glay   { background-color: #eeeeee; margin: 1px; padding: 5px; }
.table_glay2  { background-color: #cccccc; padding: 5px; }
.table_glay3  { background-color: #999999; padding: 5px; color: #fff; }
.table_glay4  { background-color: #666666; padding: 5px; color: #fff; }
.table_glay5  { background-color: #333333; padding: 5px; color: #fff; }
.table_brown  { background-color: #EDE7D7; margin: 1px; padding: 5px; }
.table_brown2 { background-color: #E0D5BA; padding: 5px; }
.table_brown3 { background-color: #C2B695; padding: 5px; color: #fff; }
.table_yellow { background-color: #ffc;    padding: 5px; }
.table_red    { background-color: #FFD7D7; padding: 5px; }
.table_green  { background-color: #E7FFE7; padding: 5px; }
.table_orange { background-color: #FFE8B6; padding: 5px; }
.table_blue   { background-color: #2D4393; padding: 5px; }
.table_blue2  { background-color: #4C67AF; padding: 5px; }

.table_enkaku  { margin-bottom: 10px; }
.table_enkaku1 {
	color: #2d4393;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	border-bottom: 1px solid #2d4393;
}
.table_enkaku2 {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	border-bottom: 1px solid #ccc;
}

.map {
	margin: 0;
	padding: 0;
	border: solid 1px #ccc;
}
/* body */
#main {
	display: block;
	margin: 0 auto;
	width: 800px;
}
/* header */
#header {
	background-image: url("../media/header_bg.gif");
	background-repeat: no-repeat;
	display: block;
	width: 800px;
	height: 70px;
}
#header h1 a {
	text-indent: -9999px;
	display: block;
	width: 160px;
	height: 70px;
	float: left;
}
#header h1 a:hover {
	text-decoration: none;
	text-indent: -9999px;
	display: block;
	width: 160px;
	height: 70px;
	float: left;
}
#header_box {
	display: block;
	width: 640px;
	height: 70px;
	float: left;
}
#header_box1 {
	color: #2d4393;
	line-height: 36px;
	text-align: right;
	display: block;
	width: 640px;
	height: 38px;
}
#header_box2 {
	display: block;
	width: 640px;
	height: 22px;
}
#header_box2_1 {
	display: block;
	width: 440px;
	height: 22px;
	float: left;
}
#header_box2_1 dt {
	color: #666;
	font-weight: bold;
	text-align: right;
	display: block;
	padding-right: 5px;
	width: 340px;
	float: left;
}

/* font-size change btn */
#header_box2_1 dd   { float: left; text-indent: -9999px; overflow: hidden; }
#header_box2_1 dd a { display: block; width: 100%; height: 100%; }

#small          { background: url("../media/moji_small.gif") no-repeat 0 0; width: 25px; height: 22px; }
#small a        { background: url("../media/moji_small.gif") no-repeat 0 0; }
#small a:hover  { background: url("../media/moji_small.gif") no-repeat 0 -22px; }

#normal         { background: url("../media/moji_normal.gif") no-repeat 0 0; width: 40px; height: 22px; }
#normal a       { background: url("../media/moji_normal.gif") no-repeat 0 -22px; }
#normal a:hover { background: url("../media/moji_normal.gif") no-repeat 0 -22px; }

#big            { background: url("../media/moji_big.gif") no-repeat 0 0; width: 25px; height: 22px; }
#big a          { background: url("../media/moji_big.gif") no-repeat 0 0; }
#big a:hover    { background: url("../media/moji_big.gif") no-repeat 0 -22px; }

/* box 2 2 */
#header_box2_2 {
	background-repeat: no-repeat;
	text-align: right;
	display: block;
	width: 200px;
	height: 22px;
	float: left;
}
#search {
	background-color: #fff;
	width: 155px;
	height: 20px;
	float: left;
	border: solid 1px #ccc;
}
#search_btn {
	background: url("../media/search.gif") no-repeat -160px 0;
	width: 40px;
	height: 22px;
	border: 0;
}

/* footer */
#footer {
clear: both;
	color: #333;
	text-align: left;
	display: block;
	margin-top: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 800px;
/*	float: left;*/
	border-top: 1px solid #666;
}
#footer span {
	font-size: 0.8em;
}


/* top */
#top_contents {
	text-align: left;
	display: block;
	margin-top: 10px;
	width: 800px;
	float: left;
}

/* top menu */
#top_menu {
	width: 516px;
	float: left;
	margin-right: 10px;
}
#top_menu dt {
	color: #fff;
	font-weight: bold;
	background-color: #2d4393;
	padding: 3px 10px;
}
#top_menu dd { text-indent: -9999px; float: left; }
#top_menu dd a { display: block; width: 100%; height: 100%; }

#top_menu_gairai            { background: url("../media/top_mainmenu.gif") no-repeat 0 0; width: 130px; height: 85px; }
#top_menu_gairai a          { background: url("../media/top_mainmenu.gif") no-repeat 0 0; }
#top_menu_gairai a:hover    { background: url("../media/top_mainmenu.gif") no-repeat 0 -220px; }

#top_menu_nyuin             { background: url("../media/top_mainmenu.gif") no-repeat -130px 0; width: 130px; height: 85px; }
#top_menu_nyuin a           { background: url("../media/top_mainmenu.gif") no-repeat -130px 0; }
#top_menu_nyuin a:hover     { background: url("../media/top_mainmenu.gif") no-repeat -130px -220px; }

#top_menu_naishikyo         { background: url("../media/top_mainmenu.gif") no-repeat -260px 0; width: 130px; height: 85px; }
#top_menu_naishikyo a       { background: url("../media/top_mainmenu.gif") no-repeat -260px 0; }
#top_menu_naishikyo a:hover { background: url("../media/top_mainmenu.gif") no-repeat -260px -220px; }

#top_menu_info              { background: url("../media/top_mainmenu.gif") no-repeat -390px 0; width: 126px; height: 85px; }
#top_menu_info a            { background: url("../media/top_mainmenu.gif") no-repeat -390px 0; }
#top_menu_info a:hover      { background: url("../media/top_mainmenu.gif") no-repeat -390px -220px; }

#top_menu_ichou             { background: url("../media/top_mainmenu.gif") no-repeat 0 -85px; width: 130px; height: 85px; }
#top_menu_ichou a           { background: url("../media/top_mainmenu.gif") no-repeat 0 -85px; }
#top_menu_ichou a:hover     { background: url("../media/top_mainmenu.gif") no-repeat 0 -305px; }

#top_menu_oshiri            { background: url("../media/top_mainmenu.gif") no-repeat -130px -85px; width: 130px; height: 85px; }
#top_menu_oshiri a          { background: url("../media/top_mainmenu.gif") no-repeat -130px -85px; }
#top_menu_oshiri a:hover    { background: url("../media/top_mainmenu.gif") no-repeat -130px -305px; }

#top_menu_soudan            { background: url("../media/top_mainmenu.gif") no-repeat -260px -85px; width: 130px; height: 85px; }
#top_menu_soudan a          { background: url("../media/top_mainmenu.gif") no-repeat -260px -85px; }
#top_menu_soudan a:hover    { background: url("../media/top_mainmenu.gif") no-repeat -260px -305px; }

#top_menu_hiroba            { background: url("../media/top_mainmenu.gif") no-repeat -390px -85px; width: 126px; height: 85px; }
#top_menu_hiroba a          { background: url("../media/top_mainmenu.gif") no-repeat -390px -85px; }
#top_menu_hiroba a:hover    { background: url("../media/top_mainmenu.gif") no-repeat -390px -305px; }

#top_menu_busyo             { background: url("../media/top_mainmenu.gif") no-repeat 0 -170px; width: 174px; height: 50px; }
#top_menu_busyo a           { background: url("../media/top_mainmenu.gif") no-repeat 0 -170px; }
#top_menu_busyo a:hover     { background: url("../media/top_mainmenu.gif") no-repeat 0 -390px; }

#top_menu_access            { background: url("../media/top_mainmenu.gif") no-repeat -174px -170px; width: 174px; height: 50px; }
#top_menu_access a          { background: url("../media/top_mainmenu.gif") no-repeat -174px -170px; }
#top_menu_access a:hover    { background: url("../media/top_mainmenu.gif") no-repeat -174px -390px; }

#top_menu_kyujin            { background: url("../media/top_mainmenu.gif") no-repeat -348px -170px; width: 168px; height: 50px; }
#top_menu_kyujin a          { background: url("../media/top_mainmenu.gif") no-repeat -348px -170px; }
#top_menu_kyujin a:hover    { background: url("../media/top_mainmenu.gif") no-repeat -348px -390px; }


/* oshirase */
#top_oshirase { 
	margin-left: 526px;
	padding-bottom: 5px;
}
#top_oshirase dt {
	color: #fff;
	font-weight: bold;
	background-color: #2d4393;
	padding: 3px 10px;
	margin-bottom: 5px;
}
#top_oshirase dd {
	font-size: 0.8em;
	line-height: 1.6em;
	display: block;
	margin-bottom: 4px;
	padding-bottom: 4px;
	padding-right: 0.5em;
	padding-left: 0.5em;
	border-bottom: 1px solid #ccc;
}
#oshirase_itiran {
	text-align: right;
	margin-left: 526px;
	min-height: 11px;
	height: auto !important;
	height: 11px;
}
#oshirase_itiran a {
	font-size: 0.8em;
	background: url("../media/y_r_blue.gif") no-repeat 0 center;
	padding-left: 10px;
}

.top_banners {
	clear: both;
	padding-top: 5px;
}
.top_banners a {
	display: block;
	float: left;
	margin-right: 7px;
	border-top:    0px #fff solid;
	border-bottom: 2px #fff solid;
}
.top_banners a:hover {
	border-top:    2px #fff solid;
	border-bottom: 0px #fff solid;
}

/* site_menu */
#site_menu {
	background-color: #eee;
	margin-top: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#site_menu:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
*:first-child+html #site_menu {
	display: inline-block;
	border-top: 10px solid #fff;
}
/* Hides from IE-mac \*/
* html #site_menu {
	height: 1%;
	border-top: 10px solid #fff;
}
#site_menu { display: block; } /* End hide from IE-mac */

#site_menu a {
	color: #333;
	font-size: 0.8em;
	float: left;
}
#site_menu img {
	margin: 0 5px 0 20px;
	padding: 0;
	float: left;
}

/*sub*/
#sub_menu {
	background: url("../media/sub_mainmenu.gif") no-repeat 0 0;
	padding-bottom: 10px;
	width: 800px;
	height: 62px;
	border-bottom: 2px solid #2d4393;
}
#sub_menu dt   { text-indent: -9999px; width: 100px; height: 62px; float: left; }
#sub_menu dt a { display: block; width: 100%; height: 100%; }

#sub_menu_gairai            { background: url("../media/sub_mainmenu.gif") no-repeat 0 -72px; }
#sub_menu_gairai a          { background: url("../media/sub_mainmenu.gif") no-repeat 0 0; }
#sub_menu_gairai a:hover    { background: url("../media/sub_mainmenu.gif") no-repeat 0 -72px; }

#sub_menu_nyuin             { background: url("../media/sub_mainmenu.gif") no-repeat -100px -72px; }
#sub_menu_nyuin a           { background: url("../media/sub_mainmenu.gif") no-repeat -100px 0; }
#sub_menu_nyuin a:hover     { background: url("../media/sub_mainmenu.gif") no-repeat -100px -72px; }

#sub_menu_naishikyo         { background: url("../media/sub_mainmenu.gif") no-repeat -200px -72px; }
#sub_menu_naishikyo a       { background: url("../media/sub_mainmenu.gif") no-repeat -200px 0; }
#sub_menu_naishikyo a:hover { background: url("../media/sub_mainmenu.gif") no-repeat -200px -72px; }

#sub_menu_info              { background: url("../media/sub_mainmenu.gif") no-repeat -300px -72px; }
#sub_menu_info a            { background: url("../media/sub_mainmenu.gif") no-repeat -300px 0; }
#sub_menu_info a:hover      { background: url("../media/sub_mainmenu.gif") no-repeat -300px -72px; }

#sub_menu_ichou             { background: url("../media/sub_mainmenu.gif") no-repeat -400px -72px; }
#sub_menu_ichou a           { background: url("../media/sub_mainmenu.gif") no-repeat -400px 0; }
#sub_menu_ichou a:hover     { background: url("../media/sub_mainmenu.gif") no-repeat -400px -72px; }

#sub_menu_oshiri            { background: url("../media/sub_mainmenu.gif") no-repeat -500px -72px; }
#sub_menu_oshiri a          { background: url("../media/sub_mainmenu.gif") no-repeat -500px 0; }
#sub_menu_oshiri a:hover    { background: url("../media/sub_mainmenu.gif") no-repeat -500px -72px; }

#sub_menu_soudan            { background: url("../media/sub_mainmenu.gif") no-repeat -600px -72px; }
#sub_menu_soudan a          { background: url("../media/sub_mainmenu.gif") no-repeat -600px 0; }
#sub_menu_soudan a:hover    { background: url("../media/sub_mainmenu.gif") no-repeat -600px -72px; }

#sub_menu_hiroba            { background: url("../media/sub_mainmenu.gif") no-repeat -700px -72px; }
#sub_menu_hiroba a          { background: url("../media/sub_mainmenu.gif") no-repeat -700px 0; }
#sub_menu_hiroba a:hover    { background: url("../media/sub_mainmenu.gif") no-repeat -700px -72px; }


#sub_contents {
	background-image: url("../media/sub_contents_bg.gif");
	background-repeat: repeat-y;
	text-align: left;
	display: block;
	margin-top: 10px;
	width: 800px;
	float: left;
}
#btn_home {
	background-image: url("../media/btn_home.gif");
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	width: 190px;
	height: 25px;
	border-bottom: 10px solid #fff;
}
#btn_home a {
	background-image: url("../media/btn_home.gif");
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	width: 190px;
	height: 25px;
}
#btn_home a:hover {
	text-decoration: none;
	background-image: url("../media/btn_home.gif");
	background-repeat: no-repeat;
	background-position: 0 -25px;
	text-indent: -9999px;
	display: block;
	width: 190px;
	height: 25px;
}

/* left */
#contents_left {
	width: 190px;
	margin-right: 10px;
	float: left;
}
.left_menu {
	margin-bottom: 20px;
}
.left_menu dt {
	color: #fff;
	font-weight: bold;
	background-color: #2d4393;
	padding: 2px 10px;
	border-bottom: 3px solid #fff;
}
.left_menu dd {
	color: #2d4393;
	font-size: 0.8em;
	font-weight: bold;
	background: url("../media/y_d_blue.gif") no-repeat 5px 7px;
	margin-top: 4px;
	padding: 0 10px 4px 20px;
	border-bottom: 1px solid #ccc;
}
.left_menu dd a {
	color: #333;
	font-weight: normal;
}
.left_menu2 {
	padding-bottom: 10px;
	border-bottom: 3px solid #fff;
}
.left_menu2 dt {
	color: #fff;
	font-weight: bold;
	background-color: #2d4393;
	padding: 2px 10px;
	border-bottom: 3px solid #fff;
}
.left_menu2 dd {
	color: #2d4393;
	font-size: 0.8em;
	font-weight: bold;
	background: url("../media/y_r_blue.gif") no-repeat 7px 4px;
	margin-top: 4px;
	padding: 0 10px 4px 20px;
	border-bottom: 1px solid #ccc;
}
.left_menu2 dd a {
	color: #333;
	font-weight: normal;
}
#contents_right {
	display: block;
	width: 600px;
	float: right;
}
/* h2 */
#contents_right h2 {
	color: #fff;
	font-size: 1.2em;
	background-color: #2d4393;
	padding: 8px 8px 8px 50px;
	margin-bottom: 10px;
}
.h2_news             { background: url("../media/h2_news.gif") no-repeat 10px center; }
.h2_gairai           { background: url("../media/h2_gairai.gif") no-repeat 10px center; }
.h2_nyuin            { background: url("../media/h2_nyuin.gif") no-repeat 10px center; }
.h2_naishikyo        { background: url("../media/h2_naishikyo.gif") no-repeat 10px center; }
.h2_housya           { background: url("../media/h2_housya.gif") no-repeat 10px center; }
.h2_oshiri           { background: url("../media/h2_oshiri.gif") no-repeat 10px center; }
.h2_geka             { background: url("../media/h2_geka.gif") no-repeat 10px center; }
.h2_ichou            { background: url("../media/h2_ichou.gif") no-repeat 10px center; }
.h2_info,
.h2_info2,
.h2_info4,
.h2_info5            { background: url("../media/h2_info.gif") no-repeat 10px center; }
.h2_info3            { background: url("../media/h2_access.gif") no-repeat 10px center; }
.h2_busyo            { background: url("../media/h2_busyo.gif") no-repeat 10px center; }
.h2_soudan           { background: url("../media/h2_soudan.gif") no-repeat 10px center; }
.h2_hiroba           { background: url("../media/h2_hiroba.gif") no-repeat 10px center; }
/*
.h2_access           { background: url("../media/h2_access.gif") no-repeat 10px center; }
*/
.h2_kyujin           { background: url("../media/h2_kyujin.gif") no-repeat 10px center; }
.h2_contact          { background: url("../media/h2_contact.gif") no-repeat 10px center; }
.h2_sitemap          { background: url("../media/h2_sitemap.gif") no-repeat 10px center; }
.h2_policy           { background: url("../media/h2_policy.gif") no-repeat 10px center; }
.h2_hiroba_hemodachi { background: url("../media/h2_hiroba_hemodachi.gif") no-repeat 10px center; }
.h2_hiroba_enquete   { background: url("../media/h2_hiroba_enquete.gif") no-repeat 10px center; }
.h2_hiroba_kanja     { background: url("../media/h2_hiroba_kanja.gif") no-repeat 10px center; }
.h2_link             { background: url("../media/h2_link.gif") no-repeat 10px center; }

/* h3 */
#contents_right h3 {
	color: #2d4393;
	font-size: 1.2em;
	font-weight: bold;
	background-color: #eee;
	margin-bottom: 10px;
	padding: 3px 6px;
	border-left: 9px #2d4393 solid;
}
/* h4 */
#contents_right h4 {
	color: #2d4393;
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom: 5px;
	padding: 0 10px;
	border-bottom: 2px dotted #2d4393;
}

/* over_line */
.over_line {
	margin-top: 10px;
	padding-top: 5px;
	border-top: 1px solid #999;
}
.over_line a {
	color: #333;
	font-size: 0.8em;
}

/* page_top */
.page_top {
	text-align: right;
	margin-top: 10px;
	margin-bottom: 20px;
	clear: both;
}
.page_top a {
	color: #333;
	font-size: 0.8em;
	background: url("../media/y_u_blue.gif") no-repeat 0 5px;
	padding-left: 15px;
}

/* ishisyoukai */
.ishisyoukai_box1 {
	display: block;
	width: 445px;
	float: left;
}
.ishisyoukai_box1 ul {
	display: block
}
.ishisyoukai_box1 ul li {
	font-size: 0.8em;
	list-style-type: none;
	margin-bottom: 3px;
	margin-left: 0;
	padding-bottom: 3px;
	border-bottom: 1px dotted #999;
}
.ishisyoukai_box2 {
	margin-bottom: 10px;
	padding: 5px;
	width: 588px;
	float: left;
	border: solid 1px #ccc;
}
.ishisyoukai_box2 strong {
	color: #2d4393;
	background-image: url("../media/icon_mic.gif");
	background-repeat: no-repeat;
	padding-top: 3px;
	padding-left: 20px;
}

/* gairai */
.gairai_nagare {
	background: url("../media/gairai_img1.gif") no-repeat center bottom;
	padding-bottom: 40px;
}
.gairai_nagare2 {
}
.gairai_nagare2 dt,
.gairai_nagare dt {
	color: #2d4393;
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom: 5px;
	padding: 0 10px;
	border-bottom: 2px dotted #2d4393;
}
.gairai_nagare2 dd,
.gairai_nagare dd {
/*	display: inline-block;*/
	background-color: #efefef;
	padding: 10px;
/*	background-color: #e7ffe7;*/
	margin-bottom: 10px;
/*	padding: 5px;*/
/*	border: solid 2px #ccc;*/
}
.gairai_nagare2 dd:after,
.gairai_nagare dd:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
* html .gairai_nagare2 dd,
* html .gairai_nagare dd {
	height: 1%;
/*	zoom: 1;*/
}
*:first-child+html .gairai_nagare2 dd,
*:first-child+html .gairai_nagare dd {
	display: inline-block;
}
/* nyuin */
.nyuin_nagare {
	background-image: url("../media/gairai_img1.gif");
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 30px;
	width: 100%;
	float: left;
	background-color: #fff;
}
*:first-child+html .nyuin_nagare {
	display: inline-block;
}
.nyuin_nagare2 {
	padding-bottom: 30px;
	width: 100%;
	float: left;
	background-color: #fff;
}
*:first-child+html .nyuin_nagare {
	display: inline-block;
}

.nyuin_nagare2 dt,
.nyuin_nagare dt {
	color: #2d4393;
	font-size: 1.1em;
	font-weight: bold;
	text-indent: 10px;
	display: block;
	margin-bottom: 5px;
	border-bottom: 2px dotted #2d4393;
}
.nyuin_nagare2 dd,
.nyuin_nagare dd {
	background-color: #FFE8B6;
	margin-bottom: 10px;
	padding: 5px;
	border: solid 2px #ccc;
}
/*
.nyuin_nagare2 {
	display: block;
	float: left;
}
.nyuin_nagare2 dt {
	color: #2d4393;
	font-size: 1.1em;
	font-weight: bold;
	text-indent: 10px;
	display: block;
	margin-bottom: 5px;
	border-bottom: 2px dotted #2d4393;
}
.nyuin_nagare2 dd {
	background-color: #FFE8B6;
	margin-bottom: 10px;
	padding: 5px;
	border: solid 2px #ccc;
}
*/

.nyuin_koshitu {
/*	display: inline-block;*/
/*	display: block;*/
	margin-bottom: 10px;
	padding: 5px;
	/*
	width: 580px;
	float: left;*/
/*	width: 100%;*/
	border: solid 1px #999;
}
.nyuin_koshitu:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
* html .nyuin_koshitu {
	height: 1%;
}
*:first-child+html .nyuin_koshitu {
	display: inline-block;
}
.nyuin_koshitu dt {
/*
	display: block;
	width: 360px;
	float: left;
	*/
	width: 360px;
	float: left;
}
.nyuin_koshitu dt strong {
/*	color: #2d4393;*/
	color: #fff;
	font-size: 1.2em;
	display: block;
/*	margin-bottom: 5px;*/
	/*
	padding-bottom: 5px;
	*/
	padding: 5px 10px;
/*	width: 360px;
	float: left;*/
/*	border-bottom: 2px dotted #2d4393;*/
	background: #2d4393 url('../media/kado_rb.gif') no-repeat right bottom;
}
.nyuin_koshitu dt em {
	font-style: normal;
	display: block;
/*	margin-bottom: 10px;*/
	padding: 5px 10px;
	margin-bottom: 10px;
/*	width: 360px;
	float: left;*/
	border-bottom: 1px #999 dotted;
}
.nyuin_koshitu dt ul {
	margin-left: 10px;
}
.nyuin_koshitu dt ul li {
	float: left;
	display: block;
	margin-left: 0;
	margin-right: 10px;
}
.nyuin_koshitu dd {
/*
	display: block;
	width: 200px;
	float: right
	*/
	/*
	float: right;
	width: 208px;
	*/
/*	margin-left: 375px;*/
	float: right;
}
.nyuin_koshitu dd img {
/*	border: 4px #ccc solid;*/
}

/* naishikyo */
.naishikyo_nagare {
	background: url("../media/gairai_img1.gif") no-repeat center bottom;
/*	display: block;*/
	padding-bottom: 30px;
/*	width: 600px;
	float: left;*/
}
.naishikyo_nagare2 dt,
.naishikyo_nagare dt {
	color: #2d4393;
	font-size: 1.1em;
	font-weight: bold;
/*	text-indent: 10px;*/
	padding: 0 10px;
/*	display: block;*/
	margin-bottom: 5px;
/*	width: 600px;*/
	border-bottom: 2px dotted #2d4393;
}
.naishikyo_nagare2 dd,
.naishikyo_nagare dd {
	background-color: #E2FFFF;
	margin-bottom: 10px;
	padding: 5px;
	border: solid 2px #ccc;
}
/*
.naishikyo_nagare2 {
	display: block;
	width: 600px;
	float: left;
}
.naishikyo_nagare2 dt {
	color: #2d4393;
	font-size: 1.1em;
	font-weight: bold;
	text-indent: 10px;
	display: block;
	margin-bottom: 5px;
	width: 600px;
	border-bottom: 2px dotted #2d4393;
}
.naishikyo_nagare2 dd {
	background-color: #E2FFFF;
	margin-bottom: 10px;
	padding: 5px;
	border: solid 2px #ccc;
}
*/
/* sitemap */
.sitemap_box {
	display: block;
	padding-bottom: 10px;
	float: left;
}
.sitemap_box1 {
	display: block;
	margin-right: 10px;
	width: 280px;
	float: left;
}
.sitemap_box1 ul {
	display: block;
	margin-bottom: 20px;
	width: 280px;
	float: left;
}
.sitemap_box1 li {
	list-style-type: none;
}
.sitemap_li {
	background-image: url("../media/y_r_blue.gif");
	background-repeat: no-repeat;
	background-position: 10px 4px;
	text-indent: 20px;
	margin-bottom: 3px;
	margin-left: 0;
	padding-bottom: 3px;
	width: 270px;
	border-bottom: 1px dotted #666;
}
.sitemap_li2 {
	background-image: url("../media/y_r_blue.gif");
	background-repeat: no-repeat;
	background-position: 20px 4px;
	text-indent: 30px;
	margin-left: 0;
	width: 270px;
}

/* news */
.news_ul {
	display: block;
	float: left;
}
.news_ul li {
	font-size: 0.8em;
	background-image: url("../media/y_r_blue.gif");
	background-repeat: no-repeat;
	background-position: 10px 4px;
	text-indent: 20px;
	list-style-type: none;
	margin-bottom: 3px;
	margin-left: 0;
	padding-bottom: 3px;
	width: 600px;
	border-bottom: 1px dotted #666;
}

/* hiroba */
#hiroba_menu_hemodachi a {
	background-image: url("../media/hiroba_menu_hemodachi.gif");
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	margin-right: 10px;
	width: 120px;
	height: 80px;
	float: left;
}
#hiroba_menu_hemodachi a:hover {
	background-image: url("../media/hiroba_menu_hemodachi.gif");
	background-repeat: no-repeat;
	background-position: 0 -80px;
	text-indent: -9999px;
	display: block;
	width: 120px;
	height: 80px;
	float: left;
}
#hiroba_menu_enquete a {
	background-image: url("../media/hiroba_menu_enquete.gif");
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	margin-right: 10px;
	width: 120px;
	height: 80px;
	float: left;
}
#hiroba_menu_enquete a:hover {
	background-image: url("../media/hiroba_menu_enquete.gif");
	background-repeat: no-repeat;
	background-position: 0 -80px;
	text-indent: -9999px;
	display: block;
	width: 120px;
	height: 80px;
	float: left;
}
#hiroba_menu_kanja a {
	background-image: url("../media/hiroba_menu_kanja.gif");
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	margin-right: 10px;
	width: 120px;
	height: 80px;
	float: left;
}
#hiroba_menu_kanja a:hover {
	background-image: url("../media/hiroba_menu_kanja.gif");
	background-repeat: no-repeat;
	background-position: 0 -80px;
	text-indent: -9999px;
	display: block;
	width: 120px;
	height: 80px;
	float: left;
}

/* hiroba_hemodachi */
.hiroba_hemo_note {
	margin: 0 auto 10px;
	width: 590px;
	float: left;
	border: solid 1px #cccccc;
}
.hiroba_hemo_box {
	margin: 20px 30px 10px;
	width: 530px;
}
.hiroba_hemo_line {
	line-height: 30px;
	background: url("../media/note_line.gif") repeat-y left top;
}
.hiroba_hemo_note_head {
	font-weight: bold;
	background: url("../media/note_head.gif") no-repeat left top;
	width: 530px;
	height: 40px;
}
.hiroba_hemo_note_foot {
	background: url("../media/note_foot.gif") no-repeat left top;
	width: 530px;
	height: 25px;
}
#hiroba_hemo_back p {
	display: block;
	margin-bottom: 3px;
	padding-bottom: 3px;
	border-bottom: 1px dotted #ccc;
}
#hiroba_hemo_back p a {
	background-image: url("../media/y_r_blue.gif");
	background-repeat: no-repeat;
	background-position: 0 2px;
	padding-bottom: 3px;
	padding-left: 10px;
}
.line_double {
	line-height: 60px;
	display: block;
}

/* hiroba_kanja */
.hiroba_kanja {
	float: left;
	border: solid 1px #2d4393;
	margin-bottom: 8px;
}
.hiroba_kanja dt {
	color: #2d4393;
	font-size: 1.2em;
	font-weight: bold;
	background-color: #d2dcff;
	text-indent: 5px;
	display: block;
	padding: 5px;
	border-bottom: 1px solid #2d4393;
}
.hiroba_kanja dd {
	padding: 5px;
}
#hiroba_qa_ul {
}
#hiroba_qa_ul li {
	display: block;
	margin-bottom: 3px;
	margin-left: 0;
	padding-bottom: 3px;
	border-bottom: 1px dotted #ccc;
}
#hiroba_qa_ul li a {
	background-image: url("../media/y_d_blue.gif");
	background-repeat: no-repeat;
	background-position: 10px 3px;
	padding-bottom: 3px;
	padding-left: 25px;
}
.hiroba_qa {
	clear: both;
}
.hiroba_q {
	background: #dde1ee;
	clear: both;
	overflow: auto;
}
.hiroba_q dt {
	background: url("../media/hiroba_kanja_icon_q.gif") no-repeat 5px 5px;
	text-indent: -9999px;
	width: 100px;
	height: 90px;
	float: left;
}
.hiroba_q dd {
	padding: 10px 0;
	width: 500px;
	float: left;
}
.hiroba_a {
	background: #eeeeee;
	margin-bottom: 1px;
	clear: both;
	overflow: auto;
	border: solid 1px #eeeeee;
}
.hiroba_a dt {
	background: url("../media/hiroba_kanja_icon_a.gif") no-repeat 5px 5px;
	text-indent: -9999px;
	width: 99px;
	height: 90px;
	float: left;
}
.hiroba_a dd {
	padding: 10px 0;
	width: 499px;
	float: left;
}

/* img */
.imgbox {
	background-color: #fff;
	padding: 4px;
	border: 2px #2d4393 solid;
}
.thickbox {
	display: block;
	float: left;
	border: 2px #2d4393 solid;
	padding: 4px;
}
.thickbox:hover {
	border: 2px #ff9900 solid;
}

.chickboxStyleOff {
	border: off;
	float: none;
	padding: none;
	display: none;
}
.chickboxStyleOff:hover  {
	border: none;
}

/* under construction(coming soon) */
.uc {
	border: 1px solid #999;
	padding: 40px 30px;
	text-align: center;
	background: url("../media/uc.gif") no-repeat center center;
}

/* column 2 div */
.c2 {
	width: 280px;
	margin-bottom: 20px;
	float: left;
}

/* tbl_def */
.tbl_def {
	border-top: 1px solid #999;
	border-right: none;
	border-bottom: none;
	border-left: 1px solid #999;
}
.tbl_def tr th,	
.tbl_def tr td {
	padding: 5px;
	border-top: none;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	border-left: none;
}

/* impact box */
.impactbox {
	border: 1px solid #999;
	padding: 20px 10px;
}

/* busyo */
.busyo_ul {
	overflow: hidden;
	height: 1%;
}
.busyo_ul li {
	float: left;
	width: 270px;
	margin: 0 0 0 10px;
	padding: 5px 0px 5px 15px;
	list-style-type: none;
	background: url("../media/y_r_blue.gif") no-repeat 4px 0.7em;
	border-bottom: 1px dotted #999;
}

.kanren {
	border: 1px solid #999;
	padding: 8px;
	overflow: hidden;
	height: 1%;
}
.kanren dt { float: left; font-weight: bold;  margin-right: 16px;}
.kanren dd { float: left; background: url("../media/y_r_blue.gif") no-repeat left center; }
.kanren dd a { float: left; display: block; padding-left: 8px; }