@charset "utf-8";
/* CSS Document */

/* over writre */
#gnavi{
	background: url(../common/img/gnavi_bg.jpg)  repeat-x;
	height: 75px;
	margin-bottom: 15px;
}
/* over write */

#flash{
	background: url(../img/index/flash_bg.jpg) repeat-x;
	height: 345px;
	clear:both;
}
#flash .inner{
	width: 800px;
	margin: 0 auto;
}


.headline {
	margin-bottom: 5px;
	clear: both;
	height:27px;
	position:relative;
}
.headline p {
	text-indent:-9999px;
}
.headline a {
	position:absolute;
	left:518px; top:4px;
}
#info{
	background:url(../img/index/h001.jpg) no-repeat;
}
#news{
	background:url(../img/index/h002.jpg) no-repeat;
}
#info2{
	background:url(../img/index/h003.jpg) no-repeat;
}

.sw{
	width: 570px;
	margin-bottom: 15px;
}
.sw dt{
	width: 92px;
	float: left;
}
.sw dd{
	width: 478px;
	float: left;
}
.sw dt , .sw dd{
	padding: 5px 0;
}
.gray{
	background-color: #E6E6E6;
}

/* clearfix
---------------------------------------------------- */
.inner:after ,
.sw:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility:hidden;
}
.inner ,
.sw {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .inner ,
* html .sw{
	height: 1%;
}
.inner ,
.sw{
	display: block;
}
/* End hide from IE-mac */
