@charset "utf-8";
/* CSS Document */



.top .container{	
	background: url(../img/bg_container.gif) repeat-y 0 0;
	position: relative;
}

.top .container .inner {
	background: url(../img/bg_container_inner.jpg) no-repeat 0 0;
}


.top .fnavi {
	height: 1.6em;
	padding-top: 45px;
	font-size: 78%;
	background: url(../img/bg_container_bottom.gif) no-repeat 0 0;
}



/*--------------------------------------------------*/


.keyv {
	text-align: center;
}

.info {
	margin: 0 25px;
	background: url(../img/bg_news_bottom.gif) no-repeat 0 100%;
	font-size: 85%;
}

.info .news {
	background: url(../img/bg_news_top.gif) no-repeat 0 0;
	float: left;
	width: 605px;
	display: inline;
	padding-bottom: 40px;
}

.info .news h2 {
	margin: 30px 0 5px 42px;
}

.info .news dl {
	margin: 0 45px;
}

.info .news dt {
	clear:left;
	float:left;
	padding:7px 0pt 0pt 10px;
	width:9em;
	font-weight: normal;
	background: url(../img/bg_news_line.gif) no-repeat 100% 70%;
}

.info .news dd {
	padding:7px 0pt 7px 11em;
	border-bottom: 1px solid #dae0df;
}


.info .address {
	background: url(../img/bg_address_top.gif) no-repeat 0 0;
	float: right;
	width: 300px;
	display: inline;
}

.info .address dl {
	padding: 15px 20px 20px 25px;
}

.info .address dt {
	font-weight: bold;
}

.info .address dd {
	margin-top: 10px;
}

.contents .info .address dd table {
	border:0;
	background: none;
	margin: 0;
}

.info .address dd table th,
.info .address dd table td {
	padding: 0;
	background: none;
	border: 0;
}

.info .address dd th {
	background: none;
	border: 0;
	width: 3em;
}

