@charset "utf-8";
/* CSS Document */

div.page1, .mceContentBody {
	background-color:#FFFFFF;
	color:#000000;
}

div.page1{
	width:100%;
	max-width:1020px;
	margin:0 auto;
	background-image:url(../image/page/corner_lt.gif);
	background-position:left top;
	background-repeat:no-repeat;
}


div.page2{
	background-image:url(../image/page/corner_rt.gif);
	background-position:right top;
	background-repeat:no-repeat;
}

div.header{
	padding:10px 15px;
	text-align:right;
}

div.menu{
	width:100%;
	background-color:#0099CC;
	margin-bottom:1px;
	padding:0;
	float:left;
}

table.maintable{
	width:100%;
	clear:both;
	
	background-image:url(../image/page/corner_lb.gif);
	background-position:left bottom;
	background-repeat:no-repeat;

}

table.maintable td{vertical-align:top;}
table.maintable td.sidebar{
	width:260px;
	border-left:1px solid #CCCCCC;
	
	background-image:url(../image/page/corner_rb.gif);
	background-position:right bottom;
	background-repeat:no-repeat;
}

table.maintable td.content{

}


table.maintable td.footer{

	height:2em;
	vertical-align:middle;
}

td.footer p{
	padding:0px 15px 5px 15px;
	margin:0;
	font-size:9px;
}

td.footer p img{
	margin-bottom:-2px;
	height:1.2222em;
}

div.sidebar{
	padding:10px 10px;
	margin-left:0px;
}
div.sidebar p{
	margin:3px 0;
}

div.content{
	padding:0 10px;
}

div.content hr{
	background-color:#999999;
	width:100%;
}

hr.footer_separator {
	height:1px;
	color:#999999;
	background-color:#CCCCCC;
	border:0;
}