/* CSS Document */
*{
	margin:0;
	padding:0;
}

a, img{
	border:0;
	margin:0;
	padding:0;
}

h1,h2,h3,h4,h5,h6{
	font-style: normal;
	font-weight: normal;
	font-size: 1.0em;
}

body{
	background-color:#000000;
}

#whole{
	background:url(../images/GB016.jpg) bottom right no-repeat;
	width:800px;
	margin:0 auto;
}

#header{
	clear:both;
}

#header img{
	display:block;
}

#header li{
	list-style:none outside;
	float:left;
}

#contents{
	background-color:#000000;
	min-height:350px;
	clear:both;
}

h1{
	background:top center url(../images/image_r1_c1.jpg) no-repeat;
	display:block;
	width:289px;
	height:53px;
	text-indent:-9999px;
	outline:none;
}


#footer{
	text-align:center;
	padding-bottom:10px;
}

#footer li{
	list-style:none outside;
	float:left;
	padding:10px;
}

#footer_navi{
	width:500px;
	margin:0 auto;
}

#footer_navi a:hover{
	border-bottom:3px #990000 solid;
}

#footer_txt,
#footer a{
	font-size:10px;
	color:#666666;
	width:250px;
	margin:0 auto;
	text-decoration:none;
}

/* layout box */
#contents_layoutbox{
	width:700px;
	margin:10px 50px;
	font-size:12px;
}

#contents_layoutbox a{
	text-decoration:none;
	color:#000000;
}

.c_box_l{
	width:180px;
	float:left;
	background-color:#CCCCCC;
	padding:5px;
	margin-top:2px;
	font-weight:bold;
	text-align:center;
}

.c_box_r{
	width:498px;
	float:right;
	background-color:#CCCCCC;
	padding:5px;
	margin-top:2px;
}

.s_title{
	width:570px;
	background-color:#CCCCCC;
	padding:5px;
	margin-top:2px;
	margin-bottom:5px;
}

.s_box{
	width:180px;
	float:left;
	background-color:#CCCCCC;
	padding:5px;
	margin-top:2px;
	margin-right:5px;
	text-align:center;
	font-size:10px;
}


#scroll_box{
	width:650px;
	height:400px;
	margin:0 auto;
	overflow:auto;
}

#scroll_box_inner{
	width:590px;
	margin:0 auto;
}

#flow{
	width:590px;
	margin:0 auto;
}


#accept_button{
	width:279px;
	margin:20px auto;
}
	
#contact{
	color:#FFFFFF;
}

#contact a{
	color:#fff;
}
.contact_layoutbox{
	width:530px;
	margin:0 auto;
}
.contact_layoutbox input{
	vertical-align:text-bottom;
}

.q_title{
	width:510px;
	background-color:#CCCCCC;
	color:#000000;
	padding:5px;
	margin-top:2px;
	margin-bottom:5px;
	font-size:16px;
}

.q_box{
	width:120px;
	height:20px;
	line-height:20px;
	float:left;
	background-color:#CCCCCC;
	color:#000000;
	padding:5px;
	margin-top:2px;
}
.q_box select{
	width:100px;
}

.q_area{
	width:510px;
	float:left;
	background-color:#CCCCCC;
	color:#000000;
	padding:5px;
	margin-top:2px;
}

.button{
	width:100px;
	background-color:#999999;
	border:1px #666666 dotted;
	font-weight:bold;
}

