@charset "utf-8";
/* CSS Document */
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, 
dl, dt, dd, ul, ol, li,                          
pre,                                             
form, fieldset, legend, button, input, textarea, 
th, td{                                          
    margin: 0;
    padding: 0;
	font-size: 100%;
    vertical-align:baseline;
}
.lfloat{
	float:left;
	display: inline;
}
.rfloat{
	float:right;
	display: inline;
}
.clearfix:before, 
.clearfix:after { 
	content: ""; 
	display: table; 
	font-size:0;
}
.clearfix:after { 
	clear: both; 
	overflow:hidden;
}
.clearfix { 
  	zoom: 1; 
}
.clear { clear:both;}
.header,.content,.footer{
	width:800px;
	margin:0 auto;
}
.content{
	padding:10px 0px;
}
.header{
	padding:10px 0;
	border-bottom:solid 1px #ccc;
}
.header .logo{
	width:160px;
	border-right:3px solid #ccc;
}
.header .logo img{
	border:0;
}
.header h1{
	font-size:20px;
	font-weight:bold;
	padding-top:10px;
	margin-left:20px;
}
.header div.help{
	font-size:20px;
	padding-top:10px;
}
.header div.help .red{
	font-size:20px;
	font-weight:bold;
	color:#db0406;
}
.content .help_txt{
	width:790px;
	padding:0px 5px;
	margin-top:10px;
}
.content .help_img{
	width:790px;
	height:220px;
	border:1px solid #ccc;
	margin-left:5px;
	display:inline;
}
.content h2{
	font-size:16px;
	margin-bottom:10px;
	text-align:center;
}
.content p{
	line-height:1.5em;
	margin-bottom:10px;
	text-indent:2em;
	font-size:14px;
}
.content p img{
	border:1px solid #dcdcdc;
	margin:10px 0 10px -30px;
}

.footer_bar{
	height:27px;
	background-color:#DB0406;
}
.footer p{
	padding:5px 0 10px;
	text-align:center;
	font-size:12px;
}

