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

#contents_top {
	width:920px;
	margin:15px;
	}
#contents_top #left {
	width:650px;
	float:left;
	}

#left .new{
	width:630px;
	background:url(../common/img/cate01_650px.gif) no-repeat top;
	padding:10px;
	position:relative;
	border-bottom:1px solid #CCC;
	}
#left .new .text {
	font-size:90%;
	position:absolute;
	top:-3px;
	right:0px;
	}
.new h2 {
	display:block;
	border-bottom:1px solid #cfcdcd;
	padding-bottom:10px;
	}
#left .new ul {
	padding:10px 5px;
	}
#left .new ul li {
	list-style:none;
	display:block;
	margin-bottom:10px;
	background:url(../common/img/dot_x.gif) repeat-x bottom;
	padding-bottom:10px;
	}
#contents_top #right {
	float:right;
	width:247px;
	}
#contents_top #right ul {
	display:block;
	}
#contents_top #right ul li {
	margin-bottom:5px;
	}

.border_10px {
	border:2px solid #CCC;
	padding:0 10px 10px;
	background-color:#EFEFEF;
	}