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

#mainVisual {
	margin:0 0 10px 0;
}

#main_contents {
	width:715px;
}

.contents_left {
	float:left;
}

.contents_right {
	float:right;
}

.content_box {
	margin-bottom:10px;
}

.content_box .content_box_body {
	background:url(/image/top/content_box/content_box_body.png) 0 0 repeat-y;
	padding:4px 10px 0 12px;
}

.banner {
	margin:15px 0 0 0;
}

.new {
	color:#Fff;
	font-size:9px;
	letter-spacing:.1em;
	font-family:Verdana, Geneva, sans-serif;
	background:#f00;
	padding:2px 4px;
	margin:0 0 0 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}