/* CSS Document */

.content_page{
	margin:auto;
	margin-top:20px;
}

.content_page .content_page_left{
	float:left;
	margin:0px 10px 10px 0px;
	width:670px;
	height:760px;
	background-image:url(../image/content/content_bg.jpg);
	background-repeat:no-repeat;
}

.content_page .content_page_left .title{
	margin:40px 20px 40px 20px;
	text-align:left;
	font-size:26px;
	font-weight:bold;
	color:#DB4B64;
}

.content_page .content_page_left .sub_title{
	margin:10px 20px 10px 20px;
	text-align:left;
	font-size:18px;
	font-weight:bold;
	color:#DC566D;
}

.content_page .content_page_left .general_content{
	margin:10px 20px 10px 20px;
	text-align:left;
	font-size:14px;
	font-weight:bold;
	color:#666666;
	line-height:150%;
}

.content_page .content_page_left .button_list{
	float:inherit;
	margin:10px 20px 10px 20px;
	text-align:center;
}

.content_page .content_page_left .button_list .button{
	margin:10px;
	float:right;
	font-size:16px;
	font-weight:bold;
	color:#333333;
}
.content_page .content_page_left .button_list .button .a{
	text-decoration:none;
}


.content_page .content_page_right{
	float:left;
	matgin:0px 0px 10px 0px;
}

.content_page .content_page_right .right_ad{
	width:300px;
	height:630px;
	margin-bottom:10px;
}

.content_page .content_page_right .discussion{
	width:300px;
}

.content_page .bottom_ad{
	float:left;
	text-align:left;
	margin-bottom:10px;
}