@charset "utf-8";

/*
**********************************************************************

* page.css

*********************************************************************
*/

body {
}

#Header {
	height:462px;
	background:none;
	position:relative;
}
#Header #KeyvWrap {
	width:100%;
	min-width:990px;
	margin:0 auto;
	overflow:hidden;
	position:relative;
	height:462px;
}
#Header #KeyvInner {
	width:1100px;
	height:455px;
	margin:0 auto;
	padding:5px 0 0 ;
	position:relative;
}
#Header #KeyvWrap #KeyvList {
}

#Header #KeyvWrap #KeyvList li {
	position:absolute;
	left:0px;
	top:5px;
	display:none;
}

#Header #KeyvWrap #KeyvList li.first {
	display:block;
}
#Header #KeyvWrap #KeyvLeft {
	position:absolute;
	top:190px;
	left:10px;
}
#Header #KeyvWrap #KeyvRight {
	position:absolute;
	top:190px;
	right:10px;
}

#Header #KeyvWrap #keyvLine {
	width:100%;
	height:73px;
	position:absolute;
	left:0px;
	bottom:0px;
	background:url(../img/keyvnavi_bg.png) repeat-x left bottom transparent;
}


#Header #KeyvContents {
	width:990px;
	height:455px;
	margin:0 auto;
	position:relative;
	margin-top:-462px;
}
#Header #KeyvContents #Logo{
	padding:259px 0 0 0;
}
#Header #KeyvContents #KeyvNavi {
	position:absolute;
	left:205px;
	top:398px;
}
#Header #KeyvContents #KeyvNavi li {
	width:190px;
	margin-right:7px;
	float:left;
	display:inline;
}
#Header #KeyvContents #KeyvNavi li a {
	width:190px;
	height:52px;
	display:block;
}
#Header #KeyvContents #KeyvNavi li.nav1 {
	background:url(../img/keyvnav1_on.png) no-repeat left top transparent;
}

#Header #KeyvContents #KeyvNavi li.nav2 {
	background:url(../img/keyvnav2_on.png) no-repeat left top transparent;
}

#Header #KeyvContents #KeyvNavi li.nav3 {
	background:url(../img/keyvnav3_on.png) no-repeat left top transparent;
}

#Header #KeyvContents #KeyvNavi li.nav4 {
	background:url(../img/keyvnav4_on.png) no-repeat left top transparent;
	margin-right:0px;
}

/* topinfoBox */


#Main .topinfoBox {
	width:100%;
	margin:0 0 53px 0;
	background:url(../img/bg_important.gif) 0 0 repeat-y;
	overflow:hidden;
}
#Main .topinfoBox h2 {
	display:inline;
	float:left;
	margin:20px 0 20px 40px;
}
#Main .topinfoBox ul {
	display:inline;
	float:right;
	width:490px;
	margin:10px 20px 5px 0;
	font-size:1em;
}
#Main .topinfoBox ul li {
	margin:0 0 5px 0;
	font-size:1.2em;
	padding:0 0 0 15px;
	background:url(../common/img/arrow01.gif) 4px 0.65em no-repeat;
}
#Main .topinfoBox ul li a {
	font-weight:bold;
	text-decoration:none;
}
#Main .topinfoBox ul li a:hover {
	color:#ff6600;
	text-decoration:underline;
}

#Main .newsBox {
	width:100%;
	padding:23px 0 0 0;
	background:url(../img/line01.gif) 0 0 no-repeat;
	overflow:hidden;
}
#Main .newsBox .ttlBox {
	width:100%;
	padding:0 0 19px 0;
	border-bottom:1px solid #f3f3f3;
	overflow:hidden;
}
#Main .newsBox .ttlBox h2 {
	display:inline;
	float:left;
	margin:0 0 0 8px;
}
#Main .newsBox .ttlBox .listBtn {
	display:inline;
	float:right;
	margin:4px 8px 0 0;
}
#Main .newsBox .newsList {
	padding:5px 0 0 0;
}
#Main .newsBox .newsList li {
	margin:10px 0 0 0;
	padding:0 15px 10px 15px;
	border-bottom:1px dotted #ddd;
}
#Main .newsBox .newsList li .date {
	margin:0 0 5px 0;
}
#Main .newsBox .newsList li .date span {
	margin:0 0 0 25px;
	vertical-align:middle;
}
#Main .newsBox .newsList li .txt {
	padding:0 0 0 15px;
	background:url(../common/img/arrow01.gif) 4px 0.5em no-repeat;
}
#Main .newsBox .newsList li .txt a {
	text-decoration:none;
}
#Main .newsBox .newsList li .txt a:hover {
	color:#ff6600;
	text-decoration:underline;
}