@charset "utf-8";


/*=====================

	section01

=====================*/
.section01 {
	width: 680px;
	padding-bottom: 15px;
	border-top: 1px solid #ccc;
}

/*--information--*/
#scrollbox {
	overflow: auto;
	font-size: 110%;
	font-family:Arial, Helvetica, sans-serif;
	width: 660px;
	height: 100px;
	margin: 0 10px 15px 10px;
}
#scrollbox table {
	width: 640px;
}
#scrollbox th,
#scrollbox td {
	padding: 5px 5px;
	border-bottom: 1px dotted #ccc;
}
#scrollbox th {
	font-weight: normal;
	width: 20%;
}
#scrollbox td {
	width: 80%;
}

/*--商品案内--*/
.select01 {
	float: left;
	display: inline;/*IE6*/
	width: 330px;
	margin: 0 5px 15px 5px;
	border-top: 1px solid #646464;
}
.select01 ul {
	font-size: 120%;
	width: 330px;
	list-style-type: none;
}
.select01 li {
	width: 330px;
	height: 30px;
	border-bottom: 1px dotted #ccc;
}
.select01 li a {
	display: block;
	width: 285px;
	height: 22px;
	padding: 8px 0 0 45px;
	background: url(../images/base/select_01.gif) left top no-repeat;
}
.select01 li a:hover {
	background: url(../images/base/select_01.gif) left -30px no-repeat;
}

.select02 {
	font-size: 100%;
	width: 680px;
	margin-bottom: 15px;
	background: url(../images/index/select02_back.gif) repeat-y;
	border-top: 1px solid #646464;
}
.select02 dl {
	font-size: 120%;
	float: left;
	display: inline;/*IE6*/
	width: 126px;
	margin-right: 5px;
	margin-left: 5px;
}
.select02 dt {
	width: 96px;
	height: 22px;
	padding: 8px 0 0 30px;
	background: url(../images/base/arrow_blue01.gif) 5px 8px no-repeat;
	border-bottom: 1px solid #ccc;
}
.select02 dd {
	width: 126px;
	border-bottom: 1px dotted #ccc;
}
.select02 dd a {
	display: block;
	width: 105px;
	padding: 8px 0 8px 20px;
	background: url(../images/base/arrow_blue02.gif) 5px 11px no-repeat;
}
.select02 dd a:hover {
	padding: 8px 0 8px 20px;
	background: url(../images/base/arrow_blue02.gif) 5px 11px no-repeat #e6e6e6;
}

.select03 {
	font-size: 100%;
	width: 680px;
	margin-bottom: 15px;
	border-top: 1px solid #646464;
}
.select03 h4 {
	margin-bottom: 10px;
}
.select03 dl {
	font-size: 120%;
	float: left;
	display: inline;/*IE6*/
	width: 126px;
	margin-right: 5px;
	margin-left: 5px;
}
.select03 dt {
	texr-align: center;
	width: 95px;
	height: 95px;
	padding: 5px;
	border: 1px solid #ccc;
}
.select03 dd {
	width: 126px;
	background: url(../images/base/arrow_blue02.gif) 5px 11px no-repeat;
	border-bottom: 1px dotted #ccc;
}
.select03 dd a {
	display: block;
	width: 105px;
	padding: 8px 0 8px 20px;
}
.select03 dd a:hover {
	background: url(../images/base/arrow_blue02.gif) 5px 11px no-repeat #e6e6e6;
}


