@charset "UTF-8";

/*名入れサンプル*/
h3#sample_h3_title {
	background: url(../images/sample_h3_title.gif) no-repeat;
	height: 64px;
	text-indent: -5000px;
}

div.sample_section {
	clear: both;
	width: 650px;
	margin: 30px 0px 60px;
	position: relative;
}
div.sample_section h4 {
	display: block;
	width: 300px;
	height: 80px;
	text-indent: -5000px;
}

ul.sample_icon {
	position: absolute;
	top: 0px;
	left: 290px;
	width: 360px;
}
ul.sample_icon li {
	float: left;
	margin-left: 6px;
	display: block;
	width: 80px;
	height: 80px;
	text-indent: -5000px;
}
h4#sample_h4_01 {
	background: url(../images/sample_h4_01.gif) no-repeat;
}
h4#sample_h4_02 {
	background: url(../images/sample_h4_02.gif) no-repeat;
}
li#sample_icon01 {
	background: url(../images/sample_icon01.gif) no-repeat;
}
li#sample_icon02 {
	background: url(../images/sample_icon02.gif) no-repeat;
}
li#sample_icon03 {
	background: url(../images/sample_icon03.gif) no-repeat;
}
li#sample_icon04 {
	background: url(../images/sample_icon04.gif) no-repeat;
}
li#sample_icon05 {
	background: url(../images/sample_icon05.gif) no-repeat;
}
li#sample_icon06 {
	background: url(../images/sample_icon06.gif) no-repeat;
}
li#sample_icon07 {
	background: url(../images/sample_icon07.gif) no-repeat;
}
li#sample_icon08 {
	background: url(../images/sample_icon08.gif) no-repeat;
}
div.sample_image {
	clear: both;
	border: 1px solid #DDD;
	padding: 25px;
	margin-top: 5px;
	background: #F6F6F2;
}
p#sample_title {
	font-size: 12px;
	font-weight:bold;
	color: #FFF;
	background: #690;
	padding: 5px 5px 2px;
	margin: 15px 0 25px;
}
p#sample_title span {
	font-size: 10px;
}
div.sample_image p {
	clear: both;
}
div.sample_image ul {
	width: 600px;
}
div.sample_image ul li {
	float: left;
	width: 33%;
	text-align: center;
}
div.sample_image ul li img {
	margin: 0px auto;
}
div.sample_image ul li span {
	display: block;
	font-size: 10px;
	padding-bottom: 15px;
}