<!--
body{
	text-align:center;
	/*background-color:#f0f0f0;*/
	background-image:url("../img/common/a4.png");
	margin:1px;
	padding:0px;
}
#body{
	margin:auto;
	padding:0px;
	width:800px;
}
#title{
	overflow:hidden;
	text-align:left;
	width:100%;
	height:150px;

}
#title_logo{
	text-align:left;
	width:100%;
	height:70px;
	background-color:#ffffdc;
}
#title_message{
	padding-top:3px;
	overflow:hidden;
	text-align:left;
	width:100%;
	height:80px;
	background-color:#ffffdc;
	color:skyblue;
	font-size:12px;
	line-height: 13px;
}

#menu{
	width:100%;
	height:24px;
	background-color:#facccc;
	text-align:left;
}

#menu_table{
	bolder:solid 1px #999933;
	border-collapse: separate;
}
.menu_object{
	border:0px;
	width:100px;
	height:20px;
	background-color:#666;
	color:#FFFFFF;
	font-size:14px;
}
#main{
	text-align:center;
	width:100%;
	/**height:700px;**/
	background-color:#fff;
	margin:0px;
	padding:0px;
}
#footer{
	width:100%;
	height:100px;
	padding-top:0px;
	text-align:center;
	background-color:#facccc;
	font-size:10px;font-weight:nomal;
	color:#663030;
}
--!>