@charset "utf-8";

/*--------------------------------------
	Style Name : Home Style Sheet

	main-visual
	content
		main-content
--------------------------------------*/


/*	#main-visual
--------------------------------------*/
#header-area #main-visual {
	margin:0;
	height:400px;
	background-color:#00513b;
	margin-bottom:20px;
}

/*--------------------------------------
	.gnav
--------------------------------------*/
.gnav{
	width:840px;
	height:58px;
	background:url(../../img/home/gnav_texture.gif) no-repeat;
	margin:10px auto;
}

.gnav ul{
	padding:10px 0 0 4px;
}

.gnav li{
	float:left;
	display:inline;
	margin:0 0 0 3px;
}

.gnav li.gnav-01{
	width:204px;
	height:41px;
	background:url(../../img/home/gnav-01.jpg) no-repeat;
	text-indent:-9999px;
}

.gnav li.gnav-01 a{
	width:204px;
	height:41px;
	background:url(../../img/home/gnav-01.jpg) no-repeat;
	display:block;
	overflow:hidden;
}

.gnav li.gnav-01 a:hover{
	background-position:0 -41px;
}

.gnav li.gnav-02{
	width:204px;
	height:41px;
	background:url(../../img/home/gnav-02.jpg) no-repeat;
	text-indent:-9999px;
}

.gnav li.gnav-02 a{
	width:204px;
	height:41px;
	background:url(../../img/home/gnav-02.jpg) no-repeat;
	display:block;
	overflow:hidden;
}

.gnav li.gnav-02 a:hover{
	background-position:0 -41px;
}

.gnav li.gnav-03{
	width:204px;
	height:41px;
	background:url(../../img/home/gnav-03.jpg) no-repeat;
	text-indent:-9999px;
}

.gnav li.gnav-03 a{
	width:204px;
	height:41px;
	background:url(../../img/home/gnav-03.jpg) no-repeat;
	display:block;
	overflow:hidden;
}

.gnav li.gnav-03 a:hover{
	background-position:0 -41px;
}

.gnav li.gnav-04{
	width:204px;
	height:41px;
	background:url(../../img/home/gnav-04.jpg) no-repeat;
	text-indent:-9999px;
}

.gnav li.gnav-04 a{
	width:204px;
	height:41px;
	background:url(../../img/home/gnav-04.jpg) no-repeat;
	display:block;
	overflow:hidden;
}

.gnav li.gnav-04 a:hover{
	background-position:0 -41px;
}

/*--------------------------------------
	div#content
--------------------------------------*/

/*--------------------------------------
	div#main-content
--------------------------------------*/

#main-content div.section {
	margin-bottom:30px;
}

#main-content div.contents h2 {
	margin-bottom:10px;
}

#main-content div.contents ul {
	text-align:center;
}

#main-content div.contents ul li {
	display:inline;
}

#main-content div.information h2 {
	margin-bottom:10px;
}

#main-content div.information dl {
	margin-left:10px;
}

#main-content div.information dl dt {
	float:left;
	clear:left;
	width:7em;
	color:#c30a28;
	font-weight:normal;
}

#main-content div.information dl dd {
	margin-bottom:5px;
	padding-bottom:5px;
	background:url(../../img/home/texture_01.gif) repeat-x left bottom;
}

p.center{
	margin-top:20px;
 text-align:center;
}
