/* CSS Document */

.bg_clear{clear:both;}

body {
	margin:0;
	font-size:12px;
	font-weight:normal;
	line-height:160%;
	color:#000000;
	background:url(img/back.gif) repeat-y center #093;
}

table.head{
	background:url(img/head_back.jpg) repeat-x;
}

#head{
	width:900px;
	margin:0 auto;
	padding:0 20px;
	background:#FFF;
}

table.menu{
	width:900px;
	height:49px;
	margin:0 auto 24px auto;
	padding:0;
}

#main{
	width:900px;
	margin:0 auto;
	padding:0;
}

#stage{
	width:600px;
	margin:0 auto;
	padding:0;
	float:left;
}

#news{
	width:250px;
	margin:0;
	padding:0;
	float:right;
}

#foot{
	width:900px;
	height:33px;
	margin:16px auto 20px auto;
	padding:20px 0 0 0;
	text-align:right;
	color:#093;
	background:url(img/foot.gif) no-repeat;
}

#foot a{
	color:#093;
	text-decoration:underline;
}

table.inquiry{
	width:600px;
	margin:0;
	padding:0;
}

table.inquiry th{
	width:100px;
	margin:0;
	padding:10px 0 5px 0;
	text-align:left;
	font-weight:normal;
	color:#000;
	border-bottom:#000 1px solid;
}

table.inquiry td{
	width:500px;
	margin:0;
	padding:10px 0 5px 0;
	border-bottom:#666 1px solid;
}

table.submit{
	width:600px;
	margin:15px 0 0 0;
}

table.submit td{
	width:590px;
	padding:5px;
	background:#093;
	text-align:center;
}