@charset "UTF-8";


body{
 text-align:center;
 }


#wrapper{
	width:1000px;
	margin:0px auto;
	padding:20px 0 20px;
	text-align:center;
	background-color:#f5eedb;
	font-size:100%;
	line-height:130%;
}

#container{
	width:700px;
	text-align:left;
	position:relative;
	margin:0px auto 30px;
}

div.head {
	width:690px;
	background-image: url(../img/table_maincont_top.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding:10px 0 0;
	margin-top:10px;
}

div.head_mg {
	width:690px;
	background: url(../img/table_maincont_bg.gif);
	background-repeat: repeat-y;
	background-position: left top;
}

div.head_ctswrap{
	width:690px;
	background-color: #ffffff;
	background:url(../img/table_maincont_bottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin:0 auto 15px;
	padding: 5px 0;
}

div.redirect {
	padding:80px 0 80px;
	font-size: 0.8em;
	line-height: 1.4em;
	letter-spacing: 0.1em;
	text-align: center;
}

div#footer{
	margin:0px auto;
	padding:10px 0px 20px 0px;
	line-height:130%;
}

div#footer p.copyright{
	padding-top:10px;
}

