@charset "utf-8";
/* CSS Document */


#navbar{
width:900px;
height: 28px;
background-color:#D3D0D9;
}

#navbar ul {
	list-style:none;
	text-align:left;
/*	text-indent:1em; */
	padding:0;
	margin:0
}

#navbar li{
	width: 200px;
	float: left;
	padding: 0;
	margin: 0;
}

#navbar li a{
	display:block;
	width: 100%;
	padding:6px;
	margin:0px;
	text-decoration:none;
	color:#0000FF;
	line-height:100%;
	background-color:#D3D0D9;
}

#navbar li a:hover{
	color:white;
	background-color:#0000FF;
	text-decoration:none;
	margin:0px 0px 0px;
	border-top:0px solid #e4e4e4;
}

#navbar li.tp{
	border-bottom:#0000FF;
	border-bottom-width:2px;
	border-bottom-style:solid;
	text-align: left;
}


#localnav div{
}
#localnav ul {
	list-style:none;
	text-align:left;
	padding:0;
	margin:0;}
	
#localnav li{
	width:200px;
	padding:0;
	
	margin:0;
	border-bottom: 1px solid #959595;
}
	
#localnav li a{display:block;
	width:100%;
	height:auto;
	padding:0;
	margin:0;
	text-decoration:none;
	color:#0000FF;
	line-height:200%;
	background-color:#ffffff;
	text-indent:1em;
/*	border-bottom: 1px solid #959595;*/
}
	
#localnav li a:hover{color:white;
	line-height:200%;
	background-color:#2F28AA;
	text-decoration:none;
	margin:0;
	padding:0;
	width:100%;
	height:auto;
}


#localnav li.tp{
	width: 198px;
	border-left: 2px solid #85E0EB;
	background-color:#6CE8E8;
	text-align: left;
	margin: 0;
	padding: 0;
}
#localnav a.tp{
	background-color:#6CE8E8;
}



/*** 画面上部メインメニューバー ***/

#naviarea_top
{
/*	float: left; */
	width: 900px;
	height: 40px;
	padding:0px 0px 5px 0px;
}
	
	
#mainNav
{
	margin:0px;
	padding:0px;
	list-style-type:none;
	width:900px;
}

#mainNav li {
	width: 225px;
	height: 40px;
	display: inline;
	float: left;
}

#mainNav a {
	text-decoration:none;
	display:block;
	width:225px;
	height: 40px;
	background-image:url(image/menubtn_out.jpg);
	background-repeat:no-repeat;
	text-align: center;
	text-shadow:#FF0000;
}


#mainNav a:hover {
	text-decoration: none;
	background-image: url(image/menubtn_over.jpg);
	background-repeat: no-repeat;
	display: block;
	width: 225px;
	height: 40px;
}

div#navi_string
{
	color: #000000;
	font-weight: bold;
	padding-top: 10px;
}

div#navi_string2
{
	color: #FFFF00;
	font-weight: bold;
	padding-top: 10px;
}

/*** 「同意する」（img）の動き ***/
#agreeImg
{
	margin:0px;
	padding:0px;
	list-style-type:none;
}

#agreeImg a {
	display:block;
	width:124px;
	height:40px;
	background:url(../image/agree_b.gif) 0 0 no-repeat;
}


#agreeImg a:hover {
	background-color:#FFFFFF;
}

#agreeImg a:hover img{
	visibility:hidden;
}
	
/*** 「同意しない」（img）の動き ***/
#disagreeImg
{
	margin:0px;
	padding:0px;
	list-style-type:none;
}

#disagreeImg a {
	display:block;
	width:124px;
	height:40px;
	background:url(../image/disagree_b.gif) 0 0 no-repeat;
}


#disagreeImg a:hover {
	background-color:#FFFFFF;
}

#disagreeImg a:hover img{
	visibility:hidden;
	}


/************************************************************************/
/* 20100624以降追加                                                     */
/************************************************************************/

/* メニュー部(現在表示しているコンテンツの時に使用) */
a#li_main_a_on {
	text-decoration:none;
	display:block;
	width:300px;
	height: 40px;
	background-image:url(image/menubtn_out2.jpg);
	background-repeat:no-repeat;
	text-align: center;
	text-shadow: #FF0000;
	color: #333333;
}
a#li_main_a_on:hover {
	text-decoration: none;
	background-image: url(image/menubtn_over2.jpg);
	background-repeat: no-repeat;
	display: block;
	width: 300px;
	height: 40px;
	color: #333333;
}
a#li_main_a_off {
	text-decoration:none;
	display:block;
	width:300px;
	height: 40px;
	background-image:url(image/menubtn_out2.jpg);
	background-repeat:no-repeat;
	text-align: center;
	text-shadow: #FF0000;
	color: #666666;
}
a#li_main_a_off:hover {
	text-decoration: none;
	background-image: url(image/menubtn_over2.jpg);
	background-repeat: no-repeat;
	display: block;
	width: 300px;
	height: 40px;
	color: #666666;
}


/* メニュー部(現在表示していないコンテンツの時に使用) */
a#li_main_b_on {
	text-decoration:none;
	display:block;
	width:200px;
	height: 40px;
	background-image:url(image/menubtn_out1.jpg);
	background-repeat:no-repeat;
	text-align: center;
	text-shadow: #FF0000;
	color:#333333;
}
a#li_main_b_on:hover {
	text-decoration: none;
	background-image: url(image/menubtn_over1.jpg);
	background-repeat: no-repeat;
	display: block;
	width: 200px;
	height: 40px;
	color:#333333;
}
/* メニュー部(現在表示していないコンテンツの時に使用) */
a#li_main_b_off {
	text-decoration:none;
	display:block;
	width:200px;
	height: 40px;
	background-image:url(image/menubtn_out1.jpg);
	background-repeat:no-repeat;
	text-align: center;
	text-shadow: #FF0000;
	color:#666666;
}
a#li_main_b_off:hover {
	text-decoration: none;
	background-image: url(image/menubtn_over1.jpg);
	background-repeat: no-repeat;
	display: block;
	width: 200px;
	height: 40px;
	color:#666666;
}

div#naviarea_top2
{
	width: 900px;
	height: 40px;
	position: relative;
	margin-bottom: 10px;
}


div#navi_string_haken
{
	font-weight: bold;
	padding-top: 10px;
	width: 300px;
}

div#navi_string_others
{
	font-weight: bold;
	padding-top: 10px;
	width: 200px;
}

div#news_area
{
	background-color: #ffffff;
	padding: 0px;
	width: 900px;
}

h5
{
	padding:2px 0 0 10px;
	border-bottom:solid 2px #009900;
	width: 120px;
}	

font#font_kuro
{
	color: #333333;
}

font#font_gray
{
	color: #666666;
}
