* {
	margin:  0px;
	padding: 0px;
	
}

body{
    text-align:center;
	color:#333333;
	background:url(./img/background.gif);
	line-height:140%;
	font-family:"lr oSVbN", Osaka, "qMmpS Pro W3";
	font-size:0.8em;
}

div#base{
	margin:0 auto 0 auto;
	background:#EBF3FB;
	width:801px;
	border-left:1px solid #D3B080;
	border-right:1px solid #D3B080;
        background:url(./img/bg.gif);
}

/*--------------------------------------------------*/

div#header{
	border-bottom:1px solid #D3B080;
}

/*--------------------------------------------------*/

div#leftMenu{
	float:left;
	width:199px;
	background:#EBF3FB;
	text-align:left;
	padding-left:20px;
	padding-top:20px;
	/*border-left:1px solid #D3B080;*/
}

div#leftMenu img{
	margin-bottom:10px;
}

div#leftMenu strong{
	color:#001077;
}

div#leftMenu a{
	color:#0085CE;
}


/*--------------------------------------------------*/

div#rightContents{
	float:right;
	background:#FFFFFF;
	width:539px;
	text-align:left;
	padding:20px 20px 20px 20px;
	/*border-right:1px solid #D3B080;*/
}

div#rightContents strong{
	color:#0085CE;
	font-size:14px;
}

div#rightContents h1{
	color:#001077;
	font-size:16px;
	margin-top:10px;
}

div#rightContents p{
	color:#8E8D8D;
	margin-top:10px;
}

div#rightContents img{
	margin-top:10px;
}

div#rightContents span,
div#rightContents a,
.count{
	color:#0085CE;
}

div.border{
	border-bottom:1px solid #0085CE;
	margin-bottom:10px;
}










