@charset "UTF-8";
/* CSS Document */

*{
	font-family: Arial, Helvetica, sans-serif;
}
body{
	background-color: #FDE6AF;
	margin: 0;
	padding: 0;
}
h2 {
	border-bottom:1px solid #CCCCCC;
	color:#333333;
	font-family:Georgia,"Times New Roman",Times,serif !important;
	font-size:24px;
	font-weight:normal;
	height:auto;
	margin:0;
	width:auto;
}
a:link, a:visited, a:hover {
	color:#C2272D;
	font-size:13px;
	font-weight:normal;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
.white_container {
	width: 990px;
	height: auto;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	padding-bottom: 30px;
}
.left_column {
	width: 620px;
	margin: 30px 0 0 30px;
	float: left;
	display: inline;
}
.right_column {
	width: 300px;
	margin-right: 30px;
	float: right;
	display: inline;
}
.clear {
	clear: both;
}
.header {
	height: 75px;
	margin: 20px 30px 0;
}
div.logo {
	background:url("../assets/images/common/img_header_logo.gif") no-repeat;
	width: 132px;
	height: 74px;
}
div.logo span {
	display: none;
}
div.logo a {
	display: block;
	width: 132px;
	height: 74px;
}
.footer {
	width: 990px;
	margin-left: auto;
	margin-right: auto;
}
.footer_contact {
	font-size: 11px;
	margin: 0 auto;
	width: 400px;
	text-align: center;
	padding-bottom: 10px;
	color: #666666;
}
.footer_contact p{
	font-size:11px;
	margin:0;
}
.footer_contact a{
	text-decoration:underline !important;
	color:#666666 !important;
	font-size:11px !important;

}
.footer_contact a:hover{
	text-decoration:none !important;
}
.footer_contact ul{
	margin: 30px auto 12px;
	padding: 0;
	display:block;
}
.footer_contact ul li{
	display:inline;
	padding: 0;
	
}
.comment_box {
	width:600px;
	background:url("../assets/images/bg/bg_comment_box.gif") no-repeat bottom;
	padding-bottom: 5px;
	margin:0 0 5px 0;
}
.comment_box h3 {
	background: #FFFFFF url("../assets/images/tab/tab_600_bg.gif") no-repeat bottom right;
	height:27px;
	margin:0;
	padding:0;
	border:none;
	position: relative;
}
.comment_box h3 span {
	background: #FFFFFF url("../assets/images/tab/tab_600_left_bg.gif") no-repeat left top;
	height:22px;
	margin:0;
	padding: 5px 15px 0;
	float: left;
	display: block;
	position: relative;
	color: #333333;
	text-transform: uppercase;
	font-size: 15px;
}
.comment_box h3 span.border_right {
	background: #FFFFFF url("../assets/images/tab/tab_600_right_bg.gif") no-repeat right top;
	width: 28px;
	padding: 0;
}
.comment_box h4 {
	color: #C2272D;
	margin:0;
	padding:0;
	float:left;
	font-size:13px;
	padding:.1em 0;
	float:left;
}
.comment_box p {
	margin:0 0 10px;
	color:#333333;
	font-size:13px;
	font-weight:normal;
}
.comment_box_content {
	padding:5px 12px;
}
.comment_box_header,
.comment_box_user {
	width:100%;
	border-bottom:1px solid #fff;
	padding-bottom:10px;
	margin-bottom:10px;
}
.comment_box_header {
	padding-right:20px;
	width:96%;
}
ul.yellow_arrow {
	padding-left: 15px;
	margin-top: 10px;
}
ul.yellow_arrow li {
	list-style-image: url("../assets/images/common/img_list_arrow.gif");
}