/*
div{border:1px solid #0f0;margin:0;padding:0;}
span{border:1px solid #f0f;}
p{border:1px solid #f00;}
*/


body { margin-top:0px; margin-bottom:0px; font-size:12px; color: #333; text-align:center;}
TD { font-size: 12px }


h1 {font-size:12px; font-weight:normal; margin:5px auto 0px auto; color:#999; text-align:right; width:800px;}



#header_sub_menu2{
	clear:both;
	text-align: center;
	padding:3px 0 3px 0;
	margin:0 auto;
}

#footer{
	clear:both;
	margin: 10px 0 5px 0;
	padding: 0 0 0 0;
	text-align: center;
}
	div#footer_top {
		margin: 0 auto 0 auto;
		padding: 5px 0px 0px 0px;
		border-top:1px dotted #ccc;
		text-align:center;
	}
		#footer_top ul{
			list-style-type:none;
			margin: 0 0 5px 0;
			padding: 0;
			font-size: 11px;
		}
		#footer_top ul li{
			display: inline;
			padding: 0 5px;
			border-right:1px solid #ccc;
		}
		#footer_top ul li.last{
			border-right:0px;
		}
	#footer_btm{
		clear:both;
		border-top:1px solid #ccc;
		line-height:120%;
		padding:5px 0 0px 0;
	}


.box_return{
	margin:0px auto 30px auto;
	padding:0;
	text-align:center;
}


p.msg_title_text{
	background:#f0f0f0;
	border-bottom:1px solid #ccc;
	padding:5px;
	font-size:14px;
	font-weight:bold;
	color:#f00;
	text-align:center;
}

.msg_400_tb_mgn{
	margin:50px auto 50px auto;
	padding:0;
	text-align:left;
	border:1px solid #ccc;
	width:400px;
}
	.msg_400 ul, .msg_400_tb_mgn ul{
		margin:5px 5px 5px 25px;
		padding:0;
		line-height:150%;
	}
	.msg_400 ul li, .msg_400_tb_mgn ul li{
		margin:0;
		padding:0;
	}


/*=======================================================
 * Style for text
 *=======================================================*/
.f8 {  font-size: 8px }
.f10 {  font-size: 10px }
.f11 {  font-size: 11px }
.f12 {  font-size: 12px }
.f14 {  font-size: 14px }
.f16 {  font-size: 16px }
.f18 {  font-size: 18px }
.f20 {  font-size: 20px }
.f25 {  font-size: 25px }
.f30 {  font-size: 30px }
.f35 {  font-size: 35px }

.l12 {  line-height:120% }
.l15 {  line-height:150% }
.l17 {  line-height:170% }

.f8l12 {  font-size: 8px ; line-height:120% }
.f10l12 {  font-size: 10px ; line-height:120% }
.f12l12 {  font-size: 12px ; line-height:120% }
.f14l12 {  font-size: 14px ; line-height:120% }
.f16l12 {  font-size: 16px ; line-height:120% }
.f18l12 {  font-size: 18px ; line-height:120% }
.f20l12 {  font-size: 20px ; line-height:120% }
.f25l12 {  font-size: 25px ; line-height:120% }
.f30l12 {  font-size: 30px ; line-height:120% }
.f35l12 {  font-size: 35px ; line-height:120% }

.f12l20 {  font-size: 12px ; line-height:200% }


/*=======================================================
 * Style for link
 *=======================================================*/
a:visited{color:#0000ff;}
a:hover { background: #ccffaa;}


