@charset "utf-8";
/* CSS Document */

h4 {
	color:#000;
	font-size:15px;
	font-weight:bold;
}

/*  color 
---------------------*/ 
.black_big {
	color:#000000;
	font-size:19px;
	font-weight:bold;
}

.red_big {
	color:#ef2422;
	font-size:19px;
	font-weight:bold;
}
.red_small {
	color:#ff0000;
	font-size:10px;
}

.red {
	color:#f20000;
	font-weight:bold;
}

.black_small {
	color:#000000;
	font-size:12px;
	font-weight:bold;
}

/*   contant
---------------------*/ 
#summary_box {
	width:660px;
	margin-left:15px;
	font-size:14px;
}
#example_box {
	width:670px;
	margin:0 0 13px 8px;
	font-size:14px;
}
#example_box .box {
	padding-bottom:30px;
}
#example_box .left {
	width:375px;
	right:15px;
}

.samples_box {
	background:url(../images/samplebox_bg.jpg) repeat-y left top;
	width:590px;
	margin-left:50px;
	font-size:14px;
}

.samples_box .inner {
	background:url(../images/samplebox_top.jpg) no-repeat left top;
}

.samples_box .contents {
	background: url(../images/samplebox_bottom.jpg) no-repeat left bottom;
}

.text_box {
	padding:10px 0 20px 15px;
}
.samples_box li {
	float:left;
	line-height:2.5;
}

#option_box p {
	width:295px;
	padding-bottom:2px;
}

