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

#slide {
	width:740px;
	height:300px;
	margin:0 0 30px 0;
	position:relative;
}

#slide img {
	position:absolute;
	left:0;
	top:0;
}

.contentsBox_001 {
	width: 680px;
	margin: 0 0 30px 0;
	padding: 30px;
	text-align: left;
	background-color: #F5EAD9;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px; /*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/
}

.contentsBox_001 h2 {
	margin: 0 0 10px 0;
	padding: 0;
}

.contentsBox_001 ul {
	margin: 0 0 30px;
	padding: 0;
	list-style: none;
}

.contentsBox_001 ul li {
	background: url(../../common/img/mark_001.png) no-repeat left 5px;
	padding: 0 0 0 15px;
	margin: 0 0 8px;
}

.contentsBox_001 ul li img {
	vertical-align: middle;
}

.contentsBox_001 h3 {
	margin: 20px 0 0 0;
	padding: 0;
	font-size: 0;
	line-height: 0;
}

.contentsBox_001 figure {
	margin: 0;
	padding: 0;
	font-size: 0;
	line-height: 0;
}

.contentsBox_002 {
	width: 700px;
	margin: 30px 0 0 0;
	padding: 20px;
	text-align: left;
	background-color: #F5EAD9;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px; /*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/
	*zoom: 1;     /* clear float, ~WinIE7 */
	_height: 1px; /* clear float, ~WinIE6 */
}

.contentsBox_002:after {
	clear: both;
	display: block;
	content: "";
	height: 0;
	visibility: hidden;
}

.contentsBox_002 h2 {
	font-size: 16px;
	font-weight: normal;
	margin: 0 0 10px 0;
}

.contentsBox_002 p {
	font-size: 12px;
	margin: 0 0 10px 0;
}

.contentsBox_002 p em {
	font-size: 16px;
	font-weight: bold;
	font-style: normal;
}

.contentsBox_002 figure {
	float: right;
	margin: 0;
	padding: 0;
}

.categoryBanner {
	width: 750px;
	margin: 0 -10px 10px 0;
	padding: 0
	*zoom: 1;     /* clear float, ~WinIE7 */
	_height: 1px; /* clear float, ~WinIE6 */
}

.categoryBanner:after {
	clear: both;
	display: block;
	content: "";
	height: 0;
	visibility: hidden;
}

.categoryBanner ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.categoryBanner ul li {
	float: left;
	display: inline;
	margin: 0 10px 0 0;
	font-size: 0;
	line-height: 0;
}