@charset "utf-8";
/* ===================================================================
CSS information

 file name  :top.css

=================================================================== */

/*----------------------------------------------------
	#body
----------------------------------------------------*/
html{
 height:100%;
}
body {
	background:#046294 url(../img/top/img_cbottom.jpg) fixed repeat-x left bottom;  
	width:100%;  
	height:100%;
 min-width:975px;/*--Fixes Background Bug--*/ 
	width: expression(document.body.clientWidth < 975? "973px" : "auto");
	min-height:517px;
	position:relative;
}
#contents{
	position:absolute;
	top:30%;
	left:50%;
	width:975px;
	height:517px;
	margin:-258px 0 0 -487px;
}
body > #contents {
	height:auto;
	min-height:700px;
}

/*----------------------------------------------------
	#main
----------------------------------------------------*/
#main{
	padding:150px 0 0 179px;
}
h1{
	margin:0 0 0px 0;
}

/*----------------------------------------------------
	.btnSet
----------------------------------------------------*/
.btnSet{
	margin-top: 60px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0;
	border-color: #FFFFFF;
}
