@charset "utf-8";

/*container
=========================================================== */

div#container{
	width: 900px;
	margin: 0 auto;
	text-align: left;
	position: relative;
}


/*header
=========================================================== */

div#header{
	width: 900px;
	height: 100px;
	z-index: 9999;
	position: relative;
}

div#header h1{
	width: 590px;
	height: 90px;
	color: #99bae6;
	line-height: 1;
	font-size: 13px;
	position: absolute;
	top: 13px;
	left: 0px;
}

div#header h1 p{margin: 0 0 3px 0;}

div#header .header-right-top{
	width: 201px;
	margin: 8px 0 0 0;
	float: right;
}

/*gnav
=========================================================== */

#gnav{
	width: 900px;
	height: 42px;
	padding-top:7px;
	font-size: 0;
	word-break: keep-all;
	z-index: 99999;	
}

div#gnav ul{list-style-type: none;}
div#gnav li{display: inline;}

/* main-visual
----------------------------------------------------------- */
.main-visual{
	width: 100%;
	height: 245px;
	position: relative;
}

.main-visual-img{
	width: 1065px;
	height: 245px;
	margin: -130px 0 0 -450px;
	padding: 0;
	display: none;
	position: absolute;
	top: 50%;
	left: 50%;
	border: 0;
}

/*top-contents
=========================================================== */

div#contents{width: 900px;}

div#top-contents{
	width: 900px;
	margin: 15px auto 50px auto;
	padding: 0;
	text-align: left;
}

div#top-contents .top-contents-left{
	width: 225px;
	float: left;
}

div#top-contents .top-contents-left .list{margin-bottom: 15px;}

div#top-contents .top-contents-right{
	width: 660px;
	margin: 0 0 50px 0;
	padding: 0;
	float: right;
	border: 0;
}

div#top-contents .top-contents-right .top-headline{
	width: 660px;
	height: 40px;
	margin: 40px 0 auto;
	background: url("../../images/border.gif") no-repeat left bottom;
}

div#top-contents .top-contents-right li{
	margin: 15px 0 0 0;
	padding-bottom: 10px;
	overflow: hidden;
	zoom: 1;
	border-bottom: 1px dotted #1e5199;
}

div#top-contents .top-contents-right ul.newsArea .date{ 
	width: 130px;
	color: #1e5199;
	float: left;
	font-size:14px;
	font-weight:600;
	display: block;
}

div#top-contents .top-contents-right ul.newsArea .info{
	width: 525px;
	float: right;
	font-size:14px;
	display: block;
}

div#top-contents .top-contents-right .accessArea{
	width: 660px;
	margin-top: 20px;
}

div#top-contents .top-contents-right .accessArea .left{
	width: 310px;
	float: left;
}

div#top-contents .top-contents-right .accessArea .left .logo{
	margin-bottom: 15px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #1e5199;
}

div#top-contents .top-contents-right .accessArea .right img{
	margin-bottom: 10px;
	float: right;
}


/*パンくずリスト
=========================================================== */

ol.bread-crumb-list{
	margin: 0 0 10px 0;
	padding: 2px 5px 2px;
	list-style-type: none;
	font-size: 12px;
	background: #dee7f3;
}

ol.bread-crumb-list li{
	padding-left: 5px;
	display: inline;
}

ol.bread-crumb-list a{
	padding-right: 16px;
	background: url(../images/arrow.gif) no-repeat right;
}

/*fotter
=========================================================== */

div#footer{
	width: 100%;
	height: 100px;
	clear: both;
	background: #1e5199;
}

div#footer a:link,
div#footer a:visited{
	color: #fff;
	text-decoration: none;
}

div#footer a:hover{
	color: #99BAE6;
	text-decoration: none;
}

div#footer .sub-main{
	width: 900px;
	margin: 0 auto;
	text-align: left;
	position: relative;
}

div#footer .sub-main img{
	margin-top: 20px;
	float: left;
}

div#footer p{padding: 5px 0;}

div#footer .sub-main .sub-in{
	margin-top: 20px;
	float: right;
	color: #fff;
	font-size: 14px;
}
