@charset "utf-8";
/* index CSS  */
#main_visual {
	width:938px;
	height:450px;
	padding-bottom:20px;
}

/* Slideshow */

#flame {
	width:898px;
	height:450px;
	margin:0 20px;
	background-image:url("../images/flame.png")
}

#slides {
	width:898px;
	height:450px;
}

.slides_container {
	width:858px;
	height:410px;
	margin:20px 0;
	overflow:hidden;
	position:relative;
	display:none;
}

.prev, .slides_container, .next {
	float:left;
}

.slides_container a {
	width:898px;
	height:450px;
	display:block;
}

.slides_container a img {
	width:898px;
	height:450px;
	display:block;
}

.slide {
	width:858px;
	height:410px;
	display:block;
}

.prev, .next {
	width:12px;
	height:24px;
	margin:213px 4px;
}

/* Slideshow caption */

.caption {
	width:818px;
	height:20px;
	position:absolute;
	bottom:0px;
	left:0;
	z-index:99;
	padding:0 20px 0 20px;
	background:#333333;
	opacity:0.6;
	filter: alpha(opacity=50);        /* ie 6 7 */
	-ms-filter: "alpha(opacity=50)";  /* ie 8 */
}

.caption p {
	font-size:15px;
	line-height:20px;
	color:#FFFFFF;
	text-align:right;
}

/* Slideshow pagination */

.pagination {
	width:98px;
	height:12px;
	padding:4px 400px 4px 400px;
	clear:both;
}

.pagination li {
	margin:0 1px;
	list-style:none;
	float:left;
}

.pagination li a {
	display:block;
	width:12px;
	height:0;
	padding-top:12px;
	background-image:url(../images/pagination.png);
	background-position:0 0;
	float:left;
	overflow:hidden;
	text-indent:-999em;
}
.pagination li.current a {
	background-position:0 -12px;
}

/* Slideshow END */

#main_box {
	width:898px;
	padding-top:20px;
	margin:0 20px;
	border-top:1px solid #c0c0c0;
}
#left_box {
	width:592px;
	margin-right:20px;
	float:left;
}

h2 {
	font-size:15px;
	line-height:15px;
	padding-left:5px;
	margin-bottom:9px;
	border-left:8px solid #990000;	
}

#about_bic {
	width:570px;
	height:172px;
	padding:10px;
	border:1px solid #c0c0c0;
}

#about_bic_left {
	width:286px;
	height:148px;
	float:left;
	margin-right:20px;
}

#about_bic_right {
	width:264px;
	height:148px;
	float:right;
	
}

#category_left {
	width:286px;
	margin-right:20px;
	float:left;
}

#category_right {
	width:286px;
	float:right;
}

.small_box {
	width:264px;
	height:172px;
	padding:10px;
	margin-top:20px;
	border:1px solid #c0c0c0;
	position:relative; 
}

.detail_btn {
	position:absolute;
	right:10px;
	bottom:10px;
}

.sb_picture {
	width:264px;
	height:80px;
	padding-bottom:10px;
}
.sb_picture_1 {
	width:127px;
	height:80px;
	margin-right:10px;
	float:left;
}
.sb_picture_2 {
	width:127px;
	height:80px;
	float:right;
}

.sb_sentence {
	width:264px;
	height:57px;
}

#right_box {
	width:286px;
	float:right;
}

#guidance {
	width:264px;
	height:386px;
	padding:10px;
	border:1px solid #c0c0c0;
}

#guidance img {
	margin-bottom:10px;
}

#guidance p {
	text-align:center;
}

#price {
	width:264px;
	height:172px;
	padding:10px;
	margin-top:20px;
	border:1px solid #c0c0c0;
	position:relative;
}

#blog {
	width:264px;
	height:172px;
	padding:10px;
	margin-top:20px;
	border:1px solid #c0c0c0;
}

#blognews {
	width: 264px;
	height: 145px;
}

#blognews a {
	color: #990000;
}

p.title {
	font-size:13px;
	line-height:13px;
	padding-bottom:8px;
	text-align:center;
}

#blognews ul li {
	font-size:13px;
	line-height:1.2em;
}
