@charset "utf-8";


/* ---- header ---- */
div#header {
	width:930px;
	height:97px;
	position:relative;
	margin:0 auto;
}

.logo {
	position:absolute;
	top:23px;
	left:0;
}


dl#fontsize {
	position:absolute;
	top:41px;
	right:0;
	width:150px;
	height:28px;
	border:#D7D7D7 1px solid;
	padding:0;
	margin:0;
	line-height:0;
}

dl#fontsize dt {
	position:absolute;
	top:8px;
	left:8px;
	margin:0;
	padding:0;
}

dl#fontsize dd#standard {
	position:absolute;
	top:3px;
	left:95px;
}

dl#fontsize dd#small {
	position:absolute;
	top:3px;
	left:69px;
}

dl#fontsize dd#large {
	position:absolute;
	top:3px;
	left:121px;
}

/* -- 検索ボックス -- */
.search {
	position:absolute;
	top:27px;
	left:636px;
	width:200px;
	height:22px;
	padding:0;
}

.search .search_box {
	border:#D7D7D7 1px solid!important;
	width:156px;
	height:18px;
	vertical-align:middle;
}

.search .entbt {
	height:22px;
	vertical-align:middle;
	margin-left:3px;
}


/* -- 言語切り替え -- */
div.lang {
	position:absolute;
	top:27px;
	right:2px;
}

div.lang a:hover img {
	filter:alpha(opacity:80);
	-moz-opacity:0.8;
	opacity:0.8;
}


/* -- gvn -- */

ul#gnv {
	width:930px;
	height:24px;
	padding-top:63px;
}

ul#gnv:after {
	content:"";
	display:block;
	height:0px;
	clear:both;
	visibility:hidden;
}

ul#gnv li {
	float:left;
	text-indent:-9999px;
	margin-right:6px;
}

ul#gnv li.nv06 {
	margin-right:0!important;
}

ul#gnv li.nv01 {
	width:150px;
	height:24px;
	background:url(../img/gnv01ov.png) left top no-repeat;
}

ul#gnv li.nv01 a {
	display:block;
	width:150px;
	height:24px;
	background:url(../img/gnv01.png) left top no-repeat;
}

ul#gnv li.nv01 a.act,
ul#gnv li.nv01 a.act:hover {
	background:url(../img/gnv01ov.png) left top no-repeat;
}

ul#gnv li.nv02 {
	width:150px;
	height:24px;
	background:url(../img/gnv02ov.png) left top no-repeat;
}

ul#gnv li.nv02 a {
	display:block;
	width:150px;
	height:24px;
	background:url(../img/gnv02.png) left top no-repeat;
}

ul#gnv li.nv02 a.act,
ul#gnv li.nv02 a.act:hover {
	background:url(../img/gnv02ov.png) left top no-repeat;
}

ul#gnv li.nv03 {
	width:150px;
	height:24px;
	background:url(../img/gnv03ov.png) left top no-repeat;
}

ul#gnv li.nv03 a {
	display:block;
	width:150px;
	height:24px;
	background:url(../img/gnv03.png) left top no-repeat;
}

ul#gnv li.nv03 a.act,
ul#gnv li.nv03 a.act:hover {
	background:url(../img/gnv03ov.png) left top no-repeat;
}

ul#gnv li.nv04 {
	width:150px;
	height:24px;
	background:url(../img/gnv04ov.png) left top no-repeat;
}

ul#gnv li.nv04 a {
	display:block;
	width:150px;
	height:24px;
	background:url(../img/gnv04.png) left top no-repeat;
}

ul#gnv li.nv04 a.act,
ul#gnv li.nv04 a.act:hover {
	background:url(../img/gnv04ov.png) left top no-repeat;
}

ul#gnv li.nv05 {
	width:150px;
	height:24px;
	background:url(../img/gnv05ov.png) left top no-repeat;
}

ul#gnv li.nv05 a {
	display:block;
	width:185px;
	height:24px;
	background:url(../img/gnv05.png) left top no-repeat;
}

ul#gnv li.nv05 a.act,
ul#gnv li.nv05 a.act:hover {
	background:url(../img/gnv05ov.png) left top no-repeat;
}

ul#gnv li.nv06 {
	width:150px;
	height:24px;
	background:url(../img/gnv06ov.png) left top no-repeat;
}

ul#gnv li.nv06 a {
	display:block;
	width:150px;
	height:24px;
	background:url(../img/gnv06.png) left top no-repeat;
}

ul#gnv li.nv06 a.act,
ul#gnv li.nv06 a.act:hover {
	background:url(../img/gnv06ov.png) left top no-repeat;
}

ul#gnv li.nv01 a:hover,
ul#gnv li.nv02 a:hover,
ul#gnv li.nv03 a:hover,
ul#gnv li.nv04 a:hover,
ul#gnv li.nv05 a:hover,
ul#gnv li.nv06 a:hover {
	background:none;
}





/* ---- contents ---- */

#conts {
	clear:both;
	width: 918px;
	margin:0 auto 10px;
	text-align: left;
}

#conts:after {
	clear: both;
	height: 0;
	visibility: hidden;
	display: block;
	content: ".";
}

/* ---- bread ---- */
#bread {
	width:918px;
	margin:2px auto 15px;
	padding-bottom:3px;
	background:url(../img/line_dot03.png) left bottom repeat-x;
	font-size:92.3%;
	color:#555555;
}

#bread a {
	color:#555555;
}

/* ---- local navigation ---- */
#leftbox {
	float:left;
	width:165px;
	margin-right:6px;
}

#leftbox ul#group{
border:solid 1px #adadad;
padding:15px 7px 0;
margin-bottom:30px;
font-size:92.3%;
}
#leftbox ul#group li{
margin-bottom:18px;
}
#leftbox ul#group a{
text-decoration:underline;
}
#leftbox ul#group li.group1 a{
color:#0066ca;
}
#leftbox ul#group li.group2 a{
color:#0000cc;
letter-spacing:-0.1em;
}
#leftbox ul#group li.group3 a{
color:#46aac4;
letter-spacing:-0.1em;
}
#leftbox ul#group li.group4 a{
color:#660066;
letter-spacing:-0.1em;
}

/* ---- main area ---- */
#rightbox {
	float:left;
	width:745px;
	border:#E5E5E5 1px solid;
}

#rightbox .boxhead{
width:719px;
margin:0 0 60px 13px;
}
#rightbox .boxhead h2{
height:59px;
border-bottom:solid 2px #adadad;
margin-bottom:20px;
text-indent:-9999px;
font-size:0.1em;
outline:none;
}



/* ---- page_top ---- */
div.pagetop {
	clear: both;
	width:716px;
	margin:10px 0 30px;
	padding-right:5px;
	text-align:right;
}




/* ---- footer ---- */

div#footer {
	clear:both;
	width:930px;
	margin:0 auto;
}

div#footer a {
	text-decoration:none;
	color:#666666;
}

div#footer a:hover {
	text-decoration:underline;
}

div#footer .sitemap {
		width:891px;
		margin:0 auto 10px;
		padding:18px 0 15px 27px;
		background:#F7F5F0 url(../img/ft_bg01.png) left top repeat-x;
}


div#footer .sitemap h2 {
	margin-bottom:10px;
/*山田追加。リンクの有無で見出しの太さが変化しないように*/
	font-weight:normal;	
	color: #666666;
/*ここまで*/
}

div#footer .sitemap ul {
	margin-left:4px;
}

div#footer .sitemap ul li {
	margin-bottom:8px;
}

div#footer .sitemap ul li a {
	background:url(../img/arr03.jpg) left 0.4em no-repeat;
	padding-left:5px;
}


div#footer .sitemap .inn {
	width:870px;
	background:url(../img/ft_bg02.png) left top repeat-y;
	padding-top:5px;
}

div#footer .sitemap .box {
	float:left;
	width:141px;
	margin-right:40px;
	font-size:92.3%;
	line-height:1.2em;
}

div#footer ul.ft_links {
	clear:both;
	position:relative;
	width:930px;
	height:24px;
	background-color:#E5E5E5;
}


div#footer ul.ft_links li {
	position:absolute;
	top:5px;
	font-size:10px;
}

div#footer ul.ft_links li a {
	background:url(../img/arr02.png) left 0.3em no-repeat;
	padding-left:11px;
}

div#footer ul.ft_links li.fnv01 {
	left:15px;
}

div#footer ul.ft_links li.fnv02 {
	left:86px;
}

div#footer ul.ft_links li.fnv03 {
	right:181px;
}

div#footer ul.ft_links li.fnv04 {
	right:15px;
}
	
	
div#footer address {
	width:930px;
	height:23px;
	background:#9A9A9A;
	text-align:center;
}





