/*
 * ページ全体
 */
html{
    height: auto;

}
body {
	margin:0;
	padding:0;
	height: auto;
	line-height:1.3;
	font-family:"ＭＳ Ｐゴシック";
}

img {
	border:0;
}
h3{
	margin:0;
	padding:0;
}
#wrapper {
	 height:100%;
	 width:900px;
	 margin-left: auto;
	 margin-right: auto;

}
/*
 * ヘッダー
 */
#header {
	width:900px;
	height:50px;
}
#header h1{
	width:300px;
	float:left;
	margin:0;
	padding:0;
}
#header h2 {
	 margin:0;
	 padding:0;
	 float:right;
	 font-size:small;
	 font-weight:normal;
	 padding-top:20px;
}
/*
 * サブヘッダー
 */
#sub_header {
	width:900px;
	margin:0;
	padding:0;
	float:none;
}
#sub_header ul{
	list-style:none;
	margin:0;
	padding:0;
	width:900px;
}
#sub_header li {
	height:60px;
	margin:0;
	float:left;
	width:229px;
	text-align:center;
	font-size:12px;
	line-height:1.3;
	border-top:1px white solid;
	border-left:1px white solid;
	background-color:#267326;
	font-size:14px;
}
#sub_header li a {
	display:block;
	height:50px;
	padding-top:12px;
}
#sub_header li a:hover {
	display:block;
	height:50px;
	background-color:#1C8613;
}
#sub_header li a:visited {
	color: #FFFFFF;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
#sub_header li a:hover {
	color: #FFFFFF;
	text-decoration: none;
	border-bottom-style: none;
}
#sub_header li a:link {
	color: #FFFFFF;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

#sub_header li#r_menu{
	 border-right:1px white solid;
	 width:208px;
}
/*
 * メイン　新着記事表示
 */
#new_article {
	margin-bottom:20px;
}
#new_top_article {
	width:524px;
	background-color:#F8F8F8;
	padding:3px;
}
#new_top_article h3{
	margin:0;
	font-weight:normal;
	font-size:14px;
	line-height:1.4;
	display:inline;
	margin-bottom:3px;
}
#new_top_article img{
	float:left;
	padding-right:5px;
	padding-top:5px;
}
#new_top_article p{
	margin:0;
	line-height:160%;
	font-size:14px;
	padding-top:2px;
}
#new_top_article ul{
	clear:both;
	list-style:none;
	margin:0;
	padding:0;
	font-size:small;
}
#new_top_article li{
	padding:5px 0;
	font-size:14px;
}
#new_top_article a:link {
	color: #0000FF;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
#new_top_article a:visited {
	color: #000099;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
#new_top_article a:hover {
	color: #FF6633;
	text-decoration: none;
	border-bottom-style: none;
}

#new_report {
	width:524px;
	margin-bottom:20px;
}
#new_top_report {
	width:524px;
	background-color:#F8F8F8;
	padding:3px;
}
#new_top_report h3{
	margin:0;
	font-weight:normal;
	font-size:14px;
	line-height:1.4;
	display:inline;
}
#new_top_report img{
	float:left;
	padding-right:5px;
	padding-top:5px;
}
#new_top_report p{
	margin:0;
	line-height:160%;
	font-size:14px;
	padding-top:2px;
}
#new_top_report ul{
	clear:both;
	list-style:none;
	margin:0;
	padding:0;
	font-size:small;
}

#new_top_report li{
	padding:5px 0;
	font-size:14px;
}

#new_top_report a:link {
	color: #0000FF;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
#new_top_report a:visited {
	color: #000099;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
#new_top_report a:hover {
	color: #FF6633;
	text-decoration: none;
	border-bottom-style: none;
}



.date{
	font-size:small;
}
/*
 * メインフレーム
 */
#wrapper_c {
	height:100%;
	float:left;
	width:728px;
	margin-bottom:10px;
}
#main_contents {
	width:550px;
	float:right;
	margin-left:14px;
	height:auto;
}
/*
 * 階層表示
 */
#stratum {
	width:520px;
	padding:5px 0 5px 5px;
	font-size:small;
}
/*
 * ニュース＆お知らせ
 */
#news {
	width:530px;
	font-size:14px;
	background-color:#FFFFFF;
	margin-bottom:20px;
	color: #000000;
}
#news p{
	font-weight:bold;
	margin:0;
	padding:5px;
	float:left;
	font-size: 14px;
	color: #FFFFFF;
}
#news span.l_link{
	padding:5px;
	float:right;
}
#news ul{
	clear:both;
	list-style:none;
	margin:0;
	padding:0;
	border-bottom:5px solid #47ABE7;
	line-height: 160%;
}
#news li{
	padding:4px;
	background-color:white;
	border-left:5px solid #47ABE7;
	border-right:5px solid #47ABE7;
	border-bottom:1px solid #47ABE7;
	font-size: 14px;
}
#news a:link {
	color: #0000FF;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	font-size: 14px;
	font-weight: bold;
	border-bottom-color: #FF0000;
}
#news a:visited {
	color: #0000FF;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	font-size: 14px;
	font-weight: bold;
	border-bottom-color: #FF0000;
}
#news a:hover {
	color: #000000;
	text-decoration: none;
	border-bottom-color: #0000FF;
}

/*
 * 左メニュー
 */
#navi_menu{
	display:block;
	width:250px;
	float:right;
	background-color:#F2F2F2;
	text-align:center;
	width:150px;
	padding:6px 6px;
	height:100%;
	background-image: url(img/body_bg_left.gif);
	background-repeat: repeat-y;
	background-position: center;
}
#navi_menu a{
	color:black;
	text-decoration:none;
}

#navi_menu ul{
	list-style:none;
	margin:0;
	padding:0;
}
#navi_menu li.navi_style {
	padding-top:8px;
	height:20px;
	background-image:url("top_img/bg_utillity.jpg");
	font-weight:bold;
	font-size:12px;
}
#navi_menu li.navi_menu_link1{
	font-size:12px;
	background:#FFFFFF;
	border-top:1px #E1E1E1 solid;
	color: #FFFFFF;
}
#navi_menu li.navi_menu_link1 a {
	display:block;
	height:40px;
	padding-top:3px;
	color:black;
	text-decoration:none;
}
#navi_menu li.navi_menu_link1 a:hover {
	display:block;
	background-color:#0066CC;
	color:#FFFFFF;
	text-decoration:none;
	height: 40px;
}
#navi_menu li.navi_menu_link2{
	font-size:12px;
	background:white;
	border-top:1px #E1E1E1 solid;
}
#navi_menu li.navi_menu_link2 a {
	display:block;
	height:20px;
	padding-top:8px;
	color:black;
	text-decoration:none;
}
#navi_menu li.navi_menu_link2 a:hover {
	display:block;
	height:20px;
	background-color:#75C8FF;
	color:black;
	text-decoration:none;
}
/*
 * 右コンテンツ
 */
#other_contents{
	margin-top:5px;
	float:left;
	width:165px;
	background-color: #F8F1EB;
	height: 100%;
	background-image: url(img/body_bg_right.gif);
	background-repeat: repeat-y;
	background-position: right;
}

#other_contents p{
	font-size:12px;
	text-align:center;
	margin:0;
}


/*
 * 広告スペース１ 上
 */
#copy_space1 {
	width:510px;
	padding:10px;
	background-color: #FFFFCC;
	margin-bottom:20px;
	border: 1px dashed #999999;
	height: 70px;
}
#copy_space1 ul{
	list-style:none;
	margin:0;
	padding:0;
	width:510px;
	font-size:14px;
}
#copy_space1 li {
	width:520px;
	height:25px;
}
#page_number{
	text-align:right;
	font-size:12px;
}
/* お知らせページ用 */
#info_title {
	margin-top:10px;
	width:530px;
	font-size:14px;
	text-align:center;
}
#info_title h3 {
	background-image:url("/top_img/bg_orange.jpg");
	font-size:14px;
	padding:9px 0 9px 15px;
	text-align:left;
}
#info_title_p {
	padding:5px 0 5px 5px;
	font-size:14px;
	text-align:left;
	border-top:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
}
#info_message {
	padding:5px 0 5px 5px;
	text-align:left;
	border-top:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
}
#left_navi_bottom_area{
	float:left;
	width:162px;
	background-color:#F2F2F2;
	margin-left:2px;
	height:100%;
}
#free_area1{
	width:530px;
	clear:left;
}
/* Aboutページ用 */
#about_title {
	width:530px;
	font-size:14px;
	text-align:center;
}
#about_title h3 {
	background-image:url("/top_img/bg_orange.jpg");
	font-size:14px;
	padding:9px 0 11px 15px;
	text-align:left;
	margin:0;
}
#about_title_p {
	background-color:#F2F2F2;
	padding:5px 0 5px 5px;
	font-size:14px;
	text-align:left;
	border-top:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
	font-weight:bold;
}
#about_message {
	padding:5px 0 5px 5px;
	text-align:left;
	border-top:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
}
#about_title a:link {
	color: #0000FF;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	font-size: 12px;
}
#about_title a:visited {
	color: #000099;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	font-size: 12px;
}
#about_title a:hover {
	color: #FF6633;
	text-decoration: none;
	font-size: 12px;
}
/* ボトム */
#bottom {
	clear:left;
	border-top:1px #E1E1E1 solid;

	font-size:12px;
	text-align:center;
	padding:10px 0;
	margin:10px 0;
	height: 20px;
}
#bottom a:link {
	color: #0000FF;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	font-size: 12px;
}
#bottom a:visited {
	color: #000099;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	font-size: 12px;
}
#bottom a:hover {
	color: #FF6633;
	text-decoration: none;
	font-size: 12px;
}


/* ＰＲリンク */

a.pr:link {
	color: #0000FF;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	background-color: #99FF00;
	border-bottom-color: #FF0000;
	font-weight: bold;
}
a.pr:visited {
	color: #0000FF;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	font-weight: bold;
	background-color: #99FF00;
	border-bottom-color: #FF0000;
}
a.pr:hover {
	color: #FF0000;
	text-decoration: none;
	background-color: #FFFF00;
}
