@charset "shift-jis";

/* ----------------------------------------------
	index.html
------------------------------------------------- */
#contents {
	width: 980px;
	height: 100%;
	margin: 0 auto;
	background-color: #FFF;
}

/* ----------------------------------------------
	gnav2
------------------------------------------------- */
#gnav {
	width: 980px;
	height: 57px;
}

#gnav ul {
	display: block;
	width: 980px;
	height: 39px;
	padding-top: 12px;
}
#gnav li {
	display: block;
	float: left;
	width: 179px;
	height: 39px;
}


/* ----------------------------------------------
	
------------------------------------------------- */
#item {
	width: 630px;
	margin-top: 10px;
}

#news {
	width: 630px;
	height: 800px;
	overflow: auto;
	margin: 0 0 20px;
}

h3#newstitle {
	width: 630px;
	/*margin: 10px 0 0;*/
	padding: 3px 0;
	font-size: 14px;
	font-weight: 700;
	background-color: #FFF;
}
#news dl {
	width: 610px;
	margin: 0;
}
#news dt {
	clear: both;
	float: left;
	width: 130px;
	font-size: 14px;
}
#news dd {
	margin-left: 130px;
	padding-bottom: 5px;
	font-size: 14px;
}


/* ----------------------------------------------
	E
------------------------------------------------- */
#side {
	width: 340px;
}

#contact {
	width: 340px;
	height: 210px;
	margin: 10px 0;
	background-image: url(../img/bg_contact.jpg);
	background-position: top;
	background-repeat: no-repeat;
}

#address {
	display: none;
	width: 245px;
	margin: 0 auto;
	font-size: 9.5px;
	/font-size: 10px;
	line-height: 1.8;
	padding-top: 88px;
	/padding-top: 83px;
}

#btn_map {
	width: 115px;
	height: 38px;
	position: relative;
	top: 165px;
	left: 215px;
}


#news_wrap dl {
	width: 620px;
	margin: 0;
	padding-top: 5px;
}
#news_wrap dt {
	clear: both;
	float: left;
	width: 120px;
	font-size: 14px;
	line-height: 20px;
}
#news_wrap dd {
	width: 480px;
	margin-left: 0px;
	float: left;
	font-size: 14px;
	line-height: 20px;
}

#i{
	font-style: italic;}


