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

#wrraper {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 50px;
}

#base {
	float: left;
	height: auto;
	width: 990px;
	padding-bottom: 10px;
	-moz-box-shadow: 0 0 4px #000000;
	-webkit-box-shadow: 0 0 4px#000000;
	box-shadow: 0 0 10px #000000;
}

#header_contain {
	float: left;
	height: auto;
	width: 990px;
}

#user_01 {
	float: left;
	height: auto;
	width: 990px;
}

#user_01_sub_base {
	float: left;
	height: auto;
	width: 890px;
	padding:50px;
}

#user_01_verticle_01 {
	float: left;
	height: auto;
	width: 890px;
	border-bottom: 2px solid #248088;
	padding-bottom:25px;
	text-align: center;
	color: #000000;
}

#user_01_verticle_02 {
	float: left;
	height: auto;
	width: 850px;
	padding-top:40px;
	padding-left:20px;
	padding-right:20px;
}

#user_01_verticle_03 {
	float: left;
	height: auto;
	width: 850px;
	padding:20px;
}

#user_01_verticle_title {
	float: left;
	height: auto;
	width: 480px;
	padding-left:20px;
	text-align:left;
	font-size: 15px;
	text-decoration: none;
	color:#939393;
	font-family:Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
}

#user_01_verticle_data {
	float: left;
	height: auto;
	width: 810px;
	padding:20px;
	text-align:left;
	font-size: 15px;
	text-decoration: none;
	color: #000;
	font-family: "Segoe UI Semibold";
}

#user_01_verticle_data a {
	text-decoration: none;
	color: #FF0000;
}

#media_image {
	float: left;
	height: 200px;
	width: 340px;
	border:solid 5px #b8b8b8;	
	background-color:#f4f5f5;
}

#recently_added_title {
	float: left;
	height: auto;
	width: 890px;
	border-bottom: 2px solid #248088;
	padding-top:20px;
	padding-bottom:10px;
	text-align: left;
	color: #000000;
	font-family: "Segoe UI Semibold";
}

#recently_added_contain {
	float: left;
	height: 40px;
	width: 830px;
	padding-left: 10px;
	line-height: 40px;
	font-size: 17px;
}

#recently_added_contain a {
	text-decoration: none;
	color: #000000;
}

#recently_added_contain a:hover {
	color: #FF0000;
}

#footer_contain {
	float: left;
	height: auto;
	width: 970px;
	padding: 10px;
}