.main {
	display: inline-block;
	margin: 0px auto;
	text-align:left;
	width: 100%;
}
.main_left {
	margin: 0px auto;
	text-align: left;
	float: left;
	width: 600px;
}
.box{
	margin: 5px auto;
	float: left;
	text-align:left;
	width: 99.7%;
	border: #cccccc 1px solid;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.box_title{
	background-color: #eceded;
	margin: 0px auto;
	float: left;
	font-family : Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color : #0080ff;
	text-align: left;
	width: 100%;
	height: 21px;
	border-bottom: #cccccc 1px solid;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-radius-topleft: 5px;
	-webkit-border-radius-topright: 5px;
}
.box_title_text{
	position: relative;
	top: 2px;
	left: 7px;
	margin: 0px auto;
	float: left;
	font-family : Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #fd9b02;
	text-align: left;
}
.box_body{
	margin: 0px auto;
	float: left;
	text-align:left;
	width: 100%;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-radius-bottomleft: 5px;
	-webkit-border-radius-bottomright: 5px;
}
.box_body .notitle{
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-radius-topleft: 5px;
	-webkit-border-radius-topright: 5px;
}
.box_body_text{
	padding-top: 9px;
	padding-left: 7px;
	padding-right: 7px;
	padding-bottom: 9px;
	margin: 0px auto;
	float: left;
	font-family : Arial, Helvetica, sans-serif;
	font-size: 11px;
	color : #6b6b6b;
	text-align: left;
}
.box_body_text a:link {text-decoration: none; font-family : Arial, Helvetica, sans-serif; font-size: 11px; color : #6180ff;}
.box_body_text a:visited {text-decoration: none; font-family : Arial, Helvetica, sans-serif; font-size: 11px; color : #6180ff;}
.box_body_text a:active {text-decoration: none; font-family : Arial, Helvetica, sans-serif; font-size: 11px; color : #6180ff;}
.box_body_text a:hover {text-decoration: underline; font-family : Arial, Helvetica, sans-serif; font-size: 11px; color : #6180ff;}

.box_body_text img{display: inline; margin: 3px; border: 1px solid #ffffff;}
.box_body_text ul{}
.main_gap {
	margin: 0px auto;
	text-align: left;
	float: left;
	width: 10px;
}
.main_right {
	margin: 0px auto;
	text-align: left;
	float: left;
	width: 410px;
}
