@charset "utf-8";
html,body {
	margin:0;
	padding:0;
	font-size:12px;
	color:#333333;
	font-family:Arial, Helvetica, sans-serif;
}

form{
	padding:0px;
	margin:0px;
}

div,dl,dt,dd,ul,ol,li
,h1,h2,h3,h4,h5,h6
,pre,form,fieldset,input,textarea
,p,blockquote,th,td {
	margin: 0;
	padding: 0;
}

fieldset,img {
	border: 0;
}

address,caption,cite,code,dfn
,em,strong,th,var {
	font-style: normal;
	font-weight: normal;
}

ol,ul {
	list-style: none;
}

caption,th {
	text-align: left;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}

abbr
,acronym {
	border: 0;
}

.clearDiv {
	font-size:0;
	line-height:0;
	height:0;
	clear:both;
	visibility:hidden;
}

.email_box {
	padding-top:15px;
}

.email_box h3 {
	text-align:center;
	font-size:15px;
	font-weight:600;
	margin-bottom:20px;
}

.email_box table {
	border-collapse:collapse;
	border:none;
}

.email_box span {
	color:#FF0000;
}

.email_box td.L {
	width:150px;
	padding:5px 0px;
	text-align:right;
}

.email_box input.T {
	border:1px #cccccc solid;
	width:350px;
}

.email_box input.EMAIL_BTN {
	height:20px;
	width:66px;
	border:none;
	margin-right:10px;
	background:url(../img/index/email_btn.jpg) no-repeat 0 0;
	margin-top:10px;
}

.email_box textarea {
	border:1px #CCCCCC solid;
	width:350px;
	height:100px;
}

.email_box p {
	padding-bottom:10px;
}
