html{
	height:100%;
}

body{
	height:100%;
	margin: 0;
	text-align:center;
	background: #A89E80 url(images/bg.gif) repeat-y 50% 0%;
}
a {
	color:#FF0033;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
img{
	border:none;
}
#body{
	width:800px;
	height: 100%;
	margin:0 auto;
	background-image: url(images/bg.gif);
	background-repeat: repeat-y;
	background-position: 50% 0%;
}
#logo {
	width: 235px;
	height: 105px;
	float: left;
	text-align: left;
}
#logo img{
	margin:0;
}
#navi{
	width: 560px;
	float: right;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#navi ul{
	margin:0;
	padding:20px 0 0 0;
}
#navi li{
	width:120px;
	margin:0;
	padding:0;
	float:right;
	list-style-type:none;
}
#navi a{
	width: 105px;
	height: 34px;
	margin:0 auto;
	display:block;
	border-bottom: 2px dashed #EF0000;
	font-size: 12px;
	color: #FF0000;
	text-align:center;
	line-height: 34px;
	font-weight: bold;
}
#navi a:hover{
	text-decoration:none;
}
#navi a.s{
	border-bottom: 2px dashed #CCC;
	color:#999999;
}
#navi a.s:hover{
	border-bottom: 2px dashed #EF0000;
	color: #FF0000;
	text-decoration:none;
}
#left{
	width: 235px;
	float:left;
	clear: both;
	text-align: left;
	font-size: 80%;
	color: #6A6B4B;
	line-height: 130%;
}
#left .body{
	margin:40px 30px;
}

#left h2{
	margin: 0;
	padding: 3px;
	border-bottom:1px dotted #6A6B4B;
	font-size:10px;
	font-weight:normal;
}
#left ul{
	margin:0 0 20px 0;
	padding:0;
}
#left li{
	margin:5px 0 0 0;
	padding:5px;
	background: url(images/bg_li.gif) no-repeat 50% 0%;
	list-style-type:none;
}

#left p{
	margin: 5px 3px 10px;
}
#main{
	width: 565px;
	float:left;
	font-size:80%;
	text-align:left;
}
#main .body{
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 25px;
}
#main .topimg{
	margin:0 0 10px 0;
}
#main .right{
	width:200px;
	float:right;
	background-color: #FFFFFF;
}
#main .right span{
	display:none;
}

#main .right a#btn1{
	width:184px;
	height:94px;
	margin:0 0 0 16px;
	display:block;
	background:url(images/blog_btn.gif) no-repeat 100% 50%;
}
#main .right a#btn1:hover{
	background:url(images/blog_btn_ov.gif) no-repeat 100% 50%;
}
#main .right a#btn2{
	width:184px;
	height:56px;
	margin:0 0 0 16px;
	display:block;
	background:url(images/btn_02.gif) no-repeat;
}
#main .right a#btn2:hover{
	background:url(images/btn_ov_02.gif) no-repeat 100% 50%;
}
#main h1{
	margin: 0;
	padding:10px 5px 20px 70px;
	background:url(images/yo-h1.gif) no-repeat 0% 0px;
	color: #424242;
	font-size:180%;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#main h2{
	margin: 20px 20px 5px 0;
	padding:3px 3px 5px;
	border-bottom: 2px dashed #EF0000;
	font-size:100%;
	color: #666666;
	clear:both;
}
#main h3{
	margin: 20px 20px 5px 0;
	padding:5px 3px;
	background-color: #A89E80;
	border-bottom: 1px solid #D60000;
	font-size:100%;
	color: #FFFFFF;
}
#main p{
	margin: 8px 40px 5px 20px;
	line-height:150%;
	color:#666666;
}
#main p.line{
	margin: 8px 20px 5px 0;
	line-height:25px;
	background: url(images/bg_p.gif) 0px 0px;
}
#main table{
	width:510px;
}

#main td{
	padding: 5px;
	color:#333333;
	vertical-align: top;
}
#main th{
	padding: 5px 5px 5px 20px;
	background: #E7E1CD url(images/bg_th.gif) no-repeat 5px 8px;
	text-align:left;
	color:#6B6349;
	vertical-align: top;
}
#main a.mail{
	padding:5px 0 8px 30px;
	background:url(images/btn_mail.gif) no-repeat 0px 0px;
}
#main a.mail:hover{
	background:url(images/btn_ov_mail.gif) no-repeat 0px 0px;
}
#main .box{
	width:172px;
	float:left;
	background:url(images/bg_box.gif) no-repeat 0% 0%;
}
#main .box img{
	margin:8px 20px;
}
#main .box h3{
	margin: 0px 20px 3px 15px;
	padding: 3px 0;
	border-bottom-color: #CCC;
	font-size:100%;
	color:#666;
	text-align: right;
	background: none;
}
#main .box p{
	margin: 0 20px 0 15px;
	font-size:10px;
}

#footer{
	margin: 5px 20px;
	clear:both;
	font-size: 80%;
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
	color: #B0A575;
}

/*-------------------------------------for any--*/

.clear{
	clear:both;
	line-height:1px;
}
