@charset "shift_jis";
/* CSS Document */


/***********全体要素***********/


*{
	padding:0;
	margin:0 auto;
	font-size:14px;
	line-height:1.4;
}



html{
	height:100%
}


body{
	height:100%;
}





#main_contents h1{
	width:730px;
	height:30px;
	padding:10px 10px;
	line-height:30px;
	font-size:20px;
	background-repeat:no-repeat;
	margin:0;
}



#main_contents h2{
	width:730px;
	height:55px;
	padding:10px 10px;
	line-height:55px;
	font-size:20px;
	background-repeat:no-repeat;
	margin:0;
}


hr{
    border:none;
    border-top:solid 1px #aaaaaa;
    height:1px;
    color:#aaaaaa;
    width:100%;
}


/***********ページ構成(フッダ下揃え用)***********/


#container {
    width:780px;
    position: relative;
    height: 100%;
    min-height: 100%;
	margin:0 auto;
	background-image:url(../img/main_bg_mid.jpg);
}

body > #container {
    height: auto;
}

#contents {
	background-image:url(../img/main_bg_mid.jpg);
    padding-bottom: 55px;
}



/***********ページ構成***********/

#header_background{
	background-image:url(../img/main_bg_top.jpg);
	height:30px;
	width:780px;
	padding:0;
	margin:0;
}



#header_contents{
	width:770px;
	height:300px;
	padding:0;
	margin:0 auto;
	background-image:url(../img/renewal_large.jpg);
}

#header_contents div{
	position:relative;
	width:150px;
	padding:10px 0;
	top:170px;
	left:300px;
	text-align:center;
	border:1px #f3df00 solid;
	font-size:12px;
	color:#000;
	background:url("../img/name_bk.png");
}


* html #header_contents{
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/name_bk.png',sizingMethod='scale');
	background:none;
}




#main_contents{
	width:730px;
	padding-bottom:10px;
	margin:1px auto;

	
	
}


#main_contents div{
	text-align:center;
	font-size:22px;
	font-weight:normal;
}


#main_contents a{
	color:#00b4ff;
	font-weight:bold;
	font-size:23px;
}


#ten_hr{
    border:none;
    border-top:dashed 1px #aaaaaa;
    height:1px;
    color:#aaaaaa;
    width:98%;
}




#link_contents{
	width:780px;
	padding-bottom:20px;
	margin:20px auto;
}

#link_contents ul{
	background-color:#333;
	padding:0;
	margin:0 autopx;
	text-align:center;
}

#link_contents li{
	list-style:none;
	width:260px;
	float:left;
	padding:0;
	margin:0 auto;
	font-size:10px;
}



#link_contents a{
	font-size:11px;
	color:#ff7e00;
	font-weight:bold;
}


#footer {
    width:780px;
    position: absolute;
    bottom: 0;
    height: 55px;
	text-align:center;
	color:#000;
	background-image:url(../img/main_bg_bottom.jpg);
}



/***********フッダ用透過PNG***********/

address{
	width:800px;
	font-style:normal;
	font-size:12px;
	margin-left:-10px;
	padding:2px 0;
	background-image:url(../img/footer.png);
	background-repeat:repeat-x;
}



/* IE6以外に適用 IE7も含む */
html>body address{
	background-image:url(../img/footer.png);
}

/* IE6以下に適用 */
html body address{
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/footer.png', sizingMethod='scale');
}






/***********float解除***********/

.clear{
	clear:both;
}
