@charset "UTF-8";
/* CSS Document */
/*------------------------------------------------------------------------------
css.初期化
------------------------------------------------------------------------------*/


* {
	margin: 0;
	padding: 0;
}

html, body {
	margin: 0;
	padding: 0;
	font-size: 100%;
}


h1, h2, h3, h4, h5, h6, address, div, blockquote, p, pre, ul, ol, li, dl, dt, dd, hr {
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
}

table, caption, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
}

span, em, strong, dfn, code, samp, kbd, var, cite, abbr, acronym, sub,
sup, q, br, ins, del, a, img, object, iframe {
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: inherit;
	font-size: 100%;
}

/*------------------------------------------------------------------------------
index.html
------------------------------------------------------------------------------*/

body {
	background: #ADADAD url(../images/common/body_bg.jpg) repeat-y center;
}

div#container{
	width: 758px;
	margin-right: auto;
	margin-left: auto;
}

div#container a{
	outline: none;
}

div#top{
	width: 759px;
	margin-right: auto;
	margin-left: auto;
}

div#top h1{
	height: 111px;
	width: 307px;
	margin-right: auto;
	margin-left: auto;
	text-indent: -9999px;
	display: block;
}

*html div#top h1 {
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod=scale,src='images/index/top_ttl.png');
}
html>body div#top h1 {
	background: url(../images/index/top_ttl.png) no-repeat;
	outline: none;
}

div#top div#main{
	background: url(../images/index/main_img.jpg) no-repeat;
	height: 443px;
	width: 759px;
}

div#top div#news{
	width: 759px;
	height: 160px;
}

div#top div#news h2{
	padding-left: 30px;
	padding-top: 20px;
	padding-bottom: 10px;	
}

div#top div#news p{
	padding-left: 160px;
	font-size: 11px;		
}


div#top div#news ul{
	list-style: none;
	font-size: 11px;
	line-height: 100%;
	color: #FFFFFF;
	padding-left: 30px;
}

div#top div#news li{
	padding-bottom: 14px;	
}*html div#top div#news li{
	padding-bottom: 15px;	
}

div#top div#news a{
	color: #FFFFFF;
	text-decoration: none;	
}

div#top div#news a:hover{
	color: #cccccc;
	text-decoration: none;	
}

div#top div#index_navi{
	width: 759px;	
}

div#top div#index_navi img{
	vertical-align: top;		
}


div#top div#index_navi ul{
	list-style: none;	
}

div#top div#index_navi li{
	float: left;
}

div#top div#index_navi li.btn01 a{
	background: url(../images/index/index_navi01.jpg) no-repeat;
	text-indent: -9999px;
	display: block;
	height: 92px;
	width: 119px;	
}

div#top div#index_navi li.btn02 a{
	background: url(../images/index/index_navi02.jpg) no-repeat;
	text-indent: -9999px;
	display: block;
	height: 92px;
	width: 121px;	
}

div#top div#index_navi li.btn03 a{
	background: url(../images/index/index_navi03.jpg) no-repeat;
	text-indent: -9999px;
	display: block;
	height: 92px;
	width: 120px;	
}

div#top div#index_navi li.btn04 a{
	background: url(../images/index/index_navi04.jpg) no-repeat;
	text-indent: -9999px;
	display: block;
	height: 92px;
	width: 121px;	
}

div#top div#index_navi li.btn05 a{
	background: url(../images/index/index_navi05.jpg) no-repeat;
	text-indent: -9999px;
	display: block;
	height: 92px;
	width: 120px;	
}

div#top div#index_navi li.btn06 a{
	background: url(../images/index/index_navi06.jpg) no-repeat;
	text-indent: -9999px;
	display: block;
	height: 92px;
	width: 124px;	
}

div#top div#footer{
	background: url(../images/index/index_footer.jpg) no-repeat;
	height: 323px;
	width: 759px;
	clear: both;
	text-align: center;
	padding-top: 37px;
}

