/* css */

body{
	margin:0px;
	padding:0px;
	color:#333;
	background:url(../../images/1/all_bg.jpg) repeat-y center top #ebecdb;
	font-size:0.8em;
	}

h1,h2,h3,h4,p{
	margin:0px;
	padding:0px;
	}
h2{
	color:#dd0000;
	font-size:16px;
	background:url(../../images/1/icon.jpg) no-repeat;
	text-indent:26px;
	line-height:26px;	
	}
h3{
	margin:5px;
	}

p.red{
	color:#dd0000;
	padding:0px;
	margin:0px;
	}
	
.p_right{
	text-align:right;
	}
	
.p_center{
	text-align:center;
	}
	
#wrap{
	width:800px;
	height:auto;
	margin:0px auto;
	background:url(../../images/1/contbg.jpg) repeat-y;
	}

#contents{
	/*background:url(../../images/1/cont_bg.jpg) repeat-y right top;*/
	}


.sendarea{
	background:#eee;
	width:500px;
	padding:10px;
	border:1px #fff solid;
	}

.box_left{
	float:left;
	width:252px;
	text-align:center;}
	
.box_right{
	margin-left:257px;
	}
	
.cont_box{

	}	
.cont_box_l{
	margin-top:20px;
}

.form{
	margin:5px 0px 10px;
	padding:0px;
	
}

.cont_box_l h3,p{
	padding:0px 5px;
	line-height:150%;
	}

#footer{
	clear:both;
	text-align:center;
	background:#999;
	color:#fff;
}