@charset "UTF-8";

/*すべてのタグの初期値　ここから*/
*{
	margin: 0px;
	padding: 0px;
	border-width: 0px;
	font-size: 14px;	
}

a{/*リンクされた文字*/
	font-size: 11px;
	text-decoration:none;
	color:#0000ff;
}

a:link {/*未訪問のリンク*/
	font-size: 11px;
	text-decoration:none;
	color:#0000ff;
}

a:visited {/*訪問後のリンク*/
	font-size: 11px;
	text-decoration:none;
	color:#0000ff;
}

a:hover {/*マウスをのせたとき*/
	font-size: 11px;
	text-decoration: underline;
	color:#0000ff;
}

a:active {/*クリック中*/
	font-size: 11px;
}

h1{
	font-size: 10px;
 	font-weight: normal;
	float: left;
	padding-left: 5px;
	padding-right: 10px;
}

table{
	background-color: #555555;
}
td{
	background-color: #ffffff;
	text-align: center;
}

img {
	border: 0px;
}

/*すべてのタグの初期値　ここまで*/

/*ページ全体　ここから*/
body{
	text-align: left;
	color:#000000;
	background-color: #CCCCCC;
	background-image: url("../images/banner_bg.png");
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	width: 100%;
}

.small_size{/*小さい文字*/
	font-size: 11px;
}

.very_small_size{/*ごく小さい文字*/
	font-size: 10px;
}

.large_size{/*大きい強調文字*/
	font-size: 15px;
	font-weight: bold;
	line-height: 18px;
}

.large_italic_size{/*大きい強調文字*/
	font-size: 15px;
	font-style: italic;
	font-weight: bold;
	line-height: 18px;
}

.very_large_size{/*ごく大きい強調文字*/
	font-size: 22px;
	font-weight: bold;
	line-height: 24px;
}

.red_color{/*赤文字*/
	color:#e62667;
}

.blue_color{/*青文字*/
	color:#2667e6;
}

.right_float{/*右回り込み*/
	float: right;
	margin-left: 1em;
}

.left_float{/*左回り込み*/
	float: left;
	margin-right: 1em;
}

.clear_float{/*回り込み解除*/
	clear: both;
}

.center_position{/*中央寄せ*/
	display: block;
	text-align: center;
	margin: auto;
}
/*ページ全体　ここまで*/

/*全体設定　ここから*/
#wrapper{
	width: 780px;
	margin-left: auto;
	margin-right: auto;
}
/*全体設定　ここまで*/

/*ヘッダ　ここから*/
#header{
	width: 780px;
	float: left;
	position: relative;
	background-color: #ffffff;
	background-image: url("../images/banner_bg.png");
}

#header h2{
	font-size: 10px;
	font-weight: normal;
	float: left;
}

#banner{
	clear: both;
	float: left;
	width: 350px;
	height: 56px;	
}

#header ul{
	position: absolute;
	top: 20px;
	right: 15px;
	font-size: 10px;
}

#header li{
	list-style: url("../images/triangle5x5.png");
	font-size: 10px;
}
/*ヘッダ　ここまで*/

/*パンくず　ここから*/
#topic_path{
	width: 770px; /*枠の幅はパディングを加えた780pxと解釈するブラウザを配慮*/
	float: left;
	font-size: 12px;
	text-align: left;
	padding-left: 5px;
	padding-right: 5px;
	/*background-image: url(../images/topic_base.png);*/	
	background-color: #bde6fe;
	
}
/*パンくず　ここまで*/

/*本文　ここから*/
#base{
	width: 780px;
/*	height: 830px; */
	float: left;
	background-color: #ffffff;
	border-left-width: 1px;
	border-left-color: #bde6fe;
	border-left-style: solid;
	border-right-width: 1px;
	border-right-color: #bde6fe;
	border-right-style: solid;
}
/*本文　ここまで*/

/*サイドメニュー　ここから*/
#sidenavi{
	width: 220px;
/*	height: 830px; */
	float: left;
	background-color: #ffffff;
}

.s_menu{
	width: 210px;
/*	background-color: #efefe9;
	border: 1px solid #ceceb9;*/
	background-color: #dcf6fe;
	border: 1px solid #bde6fe;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
}
.s_menu ul{
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}

.s_menu li{
	list-style-type: none;
	font-size: 14px;
}

.s_menu li a{/*リンクされた文字*/
	display: block;
	width: 180px;/*リスト大きさは200×30pxこれは文字位置*/
	height: 25px;
	padding-left: 20px;
	padding-top: 5px;
	color:#555555;
	font-style:normal;
	font-size: 14px;
	text-decoration:none;
	background-image: url(../images/menu_parts.png);
	background-repeat: no-repeat;
	line-height: normal;
}
.s_menu li a:link {/*未訪問のリンク*/
	color:#555555;
	font-style:normal;
	font-size: 14px;
	text-decoration:none;
	background-image: url(../images/menu_parts.png);
	background-repeat: no-repeat;
	line-height: normal;
}
.s_menu li a:visited {/*訪問後のリンク*/
	color:#555555;
	font-size: 14px;
	text-decoration:none;
}
.s_menu li a:hover {/*マウスをのせたとき*/
    color:#000000;
    font-style:normal;
	font-size: 14px;
    text-decoration:none;
	font-weight:bold;
	background-image: url(../images/menu_parts_click.png);
	line-height: normal;
}
.s_menu li a:active {/*クリック中*/
    text-decoration:none;
	font-size: 14px;
}

.s_menu_current{/*訪問中*/
	display: block;
	width: 180px;/*リスト大きさは200×30pxこれは文字位置*/
	height: 25px;
	padding-left: 20px;
	padding-top: 5px;
	/*font-weight:bold;*/
	/*color: #0000ff;*/
	background-image: url(../images/menu_parts_current.png);
	background-repeat: no-repeat;
	line-height: normal;
}

/*長いメニューのとき*/
.s_lmenu{
	width: 210px;
/*	background-color: #efefe9;
	border: 1px solid #ceceb9;*/
	background-color: #dcf6fe;
	border: 1px solid #bde6fe;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
}
.s_lmenu ul{
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}

.s_lmenu li{
	list-style-type: none;
	font-size: 14px;
}

.s_lmenu li a{/*リンクされた文字*/
	display: block;
	width: 180px;/*リスト大きさは200×30pxこれは文字位置*/
	height: 40px;
	padding-left: 20px;
	padding-top: 5px;
	color:#555555;
	font-style:normal;
	font-size: 14px;
	text-decoration:none;
	background-image: url(../images/menu_lparts.png);
	background-repeat: no-repeat;
	line-height: normal;
}
.s_lmenu li a:link {/*未訪問のリンク*/
	color:#555555;
	font-style:normal;
	font-size: 14px;
	text-decoration:none;
	background-image: url(../images/menu_lparts.png);
	background-repeat: no-repeat;
	line-height: normal;
}
.s_lmenu li a:visited {/*訪問後のリンク*/
	color:#555555;
	font-size: 14px;
	text-decoration:none;
}
.s_lmenu li a:hover {/*マウスをのせたとき*/
    color:#000000;
    font-style:normal;
	font-size: 14px;
    text-decoration:none;
	font-weight:bold;
	background-image: url(../images/menu_lparts_click.png);
	line-height: normal;
}
.s_lmenu li a:active {/*クリック中*/
    text-decoration:none;
	font-size: 14px;
}

.s_lmenu_current{/*訪問中*/
	display: block;
	width: 180px;/*リスト大きさは200×30pxこれは文字位置*/
	height: 40px;
	padding-left: 20px;
	padding-top: 5px;
	/*font-weight:bold;*/
	/*color: #0000ff;*/
	background-image: url(../images/menu_lparts_current.png);
	background-repeat: no-repeat;
	line-height: normal;
}

/*サイドメニュー　ここまで*/

/*内容　ここから*/
#main_contents{
	width: 560px;
/*	height: 830px; */
	float: left;
}

#main_contents h2{
 	font-size: 15px;
/*	line-height: 26px;*/
	background-image: url(../images/title_bar.png);
	background-repeat: repeat-x;
	padding-left: 25px;
	color: #ffffff;
	background-color: #3068aa;
	margin-top: 2px;
	margin-bottom: 5px;
	margin-right: 5px;
	margin-left: 5px;

}

/*内容　ここまで*/

/*フッタ　ここから*/
#footer{
	width: 780px;
	float: left;
	font-size: 10px;
	text-align: center;
	background-color: #ffffff;
	border-left-width: 1px;
	border-left-color: #bde6fe;
	border-left-style: solid;
	border-right-width: 1px;
	border-right-color: #bde6fe;
	border-right-style: solid;
}

#f_menu{
	clear: both;
}
#f_menu ul{
	background-color: #ffffff;
	font-size: 10px;
	padding-bottom: 3px;
}
#f_menu li{
	font-size: 10px;
	list-style-type: none;
	display: inline;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #333333;
	padding-right: 5px;
	padding-left: 5px;
}
#f_menu li a{/*リンクされた文字*/
	color:#000000;
	font-style:normal;
	font-size: 10px;
	text-decoration:none;
}
#f_menu li a:link {/*未訪問のリンク*/
	color:#000000;
	font-style:normal;
	font-size: 10px;
	text-decoration:none;
}
#f_menu li a:visited {/*訪問後のリンク*/
	font-size: 10px;
	text-decoration:none;
}
#f_menu li a:hover {/*マウスをのせたとき*/
    color:#0000ff;
    font-style:normal;
	font-size: 10px;
    text-decoration:underline;
}

#f_info{
	background-color:#bde6fe;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 10px;
}

/*フッタ　ここまで*/

