@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: 960px;
	padding: 15px;
}

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

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

#media_image_base_separator {
	float: left;
	height: auto;
	width: 960px;
}

#media_image_base {
	float: left;
	height: auto;
	width: 280px;
	padding: 20px;
}

#media_image {
	width:258px;
	height:145px;
	padding:10px;	
	border:solid 1px #b8b8b8;	
	background-color:#f4f5f5;
	border-radius: 10px;
}

#media_image:hover {
	display:-moz-inline-stack;
	display:inline-block;
	*display:inline;
	position:relative;
	vertical-align:top;
	border:solid 1px #b8b8b8;
	opacity:1;
	outline:none;
	opacity:0.47;
}

#media_image_data {
	float: left;
	width: 270px;
	height: auto;
	padding: 5px;
	text-align: center;
}

#media_image_data {
	float: left;
	width: 270px;
	height: auto;
	padding: 5px;
}

#media_image_data a {
	text-align: center;
	text-decoration: none;
	color:#000000;
}

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

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