@charset "utf-8";
/* header
---------------------------------------------*/
#header_area {
	width:100%;
	clear: both;
	height: 579px;
	background: url(../images/top/bg_header.jpg) top center repeat-x;
	text-align: center;
	min-width:900px;
}
#header {
	position: relative;
	width: 900px;
	height: 579px;
	margin: 0 auto;
}
#header h1 {
	position: absolute;
	width: 306px;
	height: 97px;
	left: 0;
	top: 0;
}
#header_number {
	position: absolute;
	right: 0;
	top: 0;
	width:233px;
	height:67px;
}
#header_font {
	position: absolute;
	right: 0;
	top: 67px;
}
#header_navi {
	position: absolute;
	right: 180px;
	top: 75px;
	text-align: left;
	font-size: 120%;
}
#header_navi a {
	color: #fff;
	text-decoration: none;
}
#header_navi a:hover {
	color: #fff;
	text-decoration: underline;
}
#header_navi ul li {
	margin: 0;
	padding: 0 10px;
	display: inline;
	background: url(../images/arrow_02.png) left center no-repeat;
}
#header_navi ul li.home {
	border-left: none;
}
#header_inner {
	position: relative;
	width: 900px;
	height: 324px;
	margin: 0 auto;
	top: 120px;
}
#main ul li {
	list-style: none;
	position: absolute;
	top: 0;
	left: 0;
}
/* wrapper{
---------------------------------------------*/
#wrapper {
	margin:-100px auto 0 auto;
	padding: 40px;
	width:820px;
	min-width:820px;
	text-align:left;
	background: #FFF url(../images/top/bg_wrapper.jpg) left top no-repeat;
	position:relative;
	z-index:1000;
}
/* grid-content
---------------------------------------------*/
#grid-content {
	overflow: hidden;
	height: 0;
}
#grid-content div {
	width: 266px;
	height:250px;
	margin: 0 10px 10px 0;
	background: url(../images/top/bg_grid.jpg) left top no-repeat;
	text-align:center;
	padding-top:7px;
}
#grid-content div h2 a {
	font-size:180%;
	font-weight:bold;
	color:#0094eb;
	text-decoration:none;
}
#grid-content div h2 a:hover {
	color:#0094eb;
	text-decoration: underline;
}
#grid-content div span {
	font-size:170%;
	font-weight:bold;
	color:#FF9900;
}
#grid-content div img {
	margin-bottom:15px;
	overflow: hidden;
	border: none;
}
/*
#grid-content div img:hover {
	border:1px solid #0094eb;
	margin:-1px -1px 14px -1px;
}
*/

#grid-content div.end {
	margin: 0 0 10px 0;
}
#grid-content div.large {
}
#grid-content div p {
	margin: 0;
	padding: 0;
}

