@charset "Shift_JIS";
/* CSS Document */


body{
	font-size:medium;
	line-height:140%;
	font-family:monospase,"MS Pゴシック",Osaka,sans-serif;
	text-decoration:none;
	background-color:#999999;
	}
	
a:link {color: #2A3FCC;text-decoration: none;}
a:visited {color: #2A3FCC;text-decoration: none;}
a:hover {color: #FFFF00;text-decoration: none;}
a:active {color: #FFFF00;text-decoration: none;}
a:img {
    border-style:none;
}

h1{
	text-align:center;
	color:#89100A;
	background-color:#F0DCBD;
	border-left:15px solid #89100A;
	border-bottom:1px solid #89100A;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:10px;
	font-size:larger;
	/*
	font-weight:100;
	font-size:18px;
	color:#FFFFFF;*/
	/*color:#89100A;*/
}

h2{
	text-align:center;
	font-size:14px;
	font-style:italic;
	color:#3366FF;
}

p{
margin:0;
}

p.indent{
text-indent:1em;
}

.no_margin p{
margin:0;
}

li.circle{
list-style:circle;
margin-left:1em;
}

li.square{
list-style:square;
margin-left:1em;
}

/*　メインフレーム　*/
#frame{
	width:750px;
	text-align:left;
	/*background-color:#fff;*/
	background-color:#333344;
	border-right:solid 1px #888; 
	border-bottom:solid 1px #888;
}


/*　ヘッダー部　*/
#header_for_toppage{
	background-image:url(../tools/logo_for_top_page.jpg);
	background-position:top;
	background-repeat:no-repeat;
	width:750px;
	margin-top:3px;
	margin-right:3px;
	height:65.0px;
	text-align:right;
	color:#FFFFFF;
}

#header_for_page_right{
	background-color:#000000;
	background-image:url(../tools/logo_for_page.jpg);
	background-position:right;
	background-repeat:no-repeat;
	width:550px;
	height:200px;
	float:right;
}

#header_for_page_left{
	background-color:#FFFFFF;
	background-image:url(../tools/page_pic_left_top.jpg);
	background-position:center;
	width:200px;
	height:200px;
	float:left;
}

#header_for_underpage{
	background-color:#000000;
	background-image:url(../tools/header.jpg);
	background-position:right;
	background-repeat:no-repeat;
	width:750px;
	height:138px;
	float:none;
}

/* カラム部 */
.all_spase{
	width:750px;
}

.contents{
	width:750px;
	background-color:#333344;
}

.left{
	border-top:solid 5px #89100A;
	background-color:#002244;
	/*background-color:#333;*/
	width:200px;
	float:left;
}

.right{
	border-top:solid 5px #89100A;
	background-color:#000000;
	color:#FFFFFF;	
	/*background-image:url(../tools/NJ_background.gif);*/
	background-repeat:repeat;
	width:550px;
	float:right;
}

.inside_left{
	padding-left:5px;
	width:45%;
	float:left;
	text-align:left;
}

.inside_right{
	padding-left:5px;
	width:45%;
	float:right;
	text-align:left;
}

.left_margin{
margin-left:15px;
}

.link_left{
	width:50%;
	float:left;
	text-align:right;
}

.link_right{
	width:48%;
	float:right;
	text-align:left;
}

/* フッター部 */
#footer{
	text-align:right;
	background-color:#333344;
	font-size:9px;
	color:#fff;
}

/*ページが選択された状態*/
.page_selected{
	background-color:#336699;
	color:#FF9900;
	font-weight:bold;
	text-decoration:none;
	display:block;
	width:198px;
	height:22px;
	margin-top:2px;
	margin-bottom:2px;
	padding-top:4px;
	padding-bottom:4px;
	text-align:center;
	border-bottom:solid 1px #ccc;
}

/*リフォーム以上のメニューが選択されたとき*/
.page_selected_ab{
	background-color:#9999CC;
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
	display:block;
	width:198px;
	height:22px;
	margin-top:2px;
	margin-bottom:2px;
	padding-top:4px;
	padding-bottom:4px;
	text-align:center;
	border-bottom:solid 1px #ccc;
}

.top_menu{
	/*font-weight:bold;*/
	text-decoration:none;
	display:block;
	width:198px;
	height:22px;
	margin-top:2px;
	margin-bottom:2px;
	padding-top:4px;
	padding-bottom:4px;
	text-align:center;
	border-bottom:dashed 1px #ccc;
}

.top_menu a,
.top_menu a:link,
.top_menu a:visited,
.top_menu a:active{
	color:#fff;
	width:198px;
	height:22px;
	text-align:center;
	display:block;
	float:left;
}

.top_menu a:hover{
	width:198px;
	height:22px;
	background:#FF9900;
	color:#333;
	text-align:center;
	display: block;
	float:left;
}

/*ページメインメニューボタン*/
.page_main_menu{
	background-color:#EEE8DF;
	/*font-weight:bold;*/
	text-decoration:none;
	display:block;
	width:198px;
	height:22px;
	margin-top:2px;
	margin-bottom:2px;
	padding-top:4px;
	padding-bottom:4px;
	text-align:center;
	border-bottom:dashed 1px #ccc;
}

.page_main_menu a,
.page_main_menu a:link,
.page_main_menu a:visited,
.page_main_menu a:active{
	color:#003399;
	width:198px;
	height:22px;
	text-align:center;
	display:block;
	float:left;
}

.page_main_menu a:hover{
	width:198px;
	height:22px;
	background:#FF9900;
	color:#fff;
	text-align:center;
	display: block;
	float:left;
}

/*クリア*/
.c-both{
	clear:both;
}