@charset "utf-8";
/* CSS Document */

/* インデックスページＢＯＸ設定 */
#material .box{
	height:auto;
	width:687px;
	display:block;
	background-color:#ffffff;
	padding:3px;
	margin-bottom:20px;
	border-color: #dcdcdc #c0c0c0 #c0c0c0 #dcdcdc;
	border-style: solid solid solid solid;
	border-width: 3px 4px 4px 3px;
}
#material .box2{
	height:auto;
	width:677px;
	display:block;
	margin:0;
	padding:5px;
	border-color: #c0c0c0 #c0c0c0 #c0c0c0 #c0c0c0;
	border-style: dotted dotted dotted dotted;
	border-width: 1px 1px 1px 1px;
	background-color:#ffffff;
}
#material .box .name_box{
	width:675px;
	height:auto;
	margin:0;
	padding:0;
	background-color:#ffffff;
	background-image: url(../images/top/name_bg.jpg); /* 背景イメージを変更 */
	background-repeat: repeat-y; /* 背景イメージをリピートなしに設定 */
	background-position: left top; /* 背景を右に設定 */
	border-color: #000000 #000000 #000000 #000000;
	border-style: dotted dotted dotted dotted;
	border-width: 1px 1px 1px 0px;
}
#material .box .name_box .name{
	width:auto;
	height:auto;
	margin-left:85px;
	padding-right:5px;
	background-color:#ffffff;
}
#material .box .name_box .name .name_ja{
	color:#000000;
	font-weight:bold;
	line-height:1.3em;
	font-size: 14px;
	padding-top:5px;
	padding-bottom:5px;
	margin-bottom:5px;
	border-color: #000000 #000000 #000000 #000000;
	border-style: dotted dotted dotted dotted;
	border-width: 0px 0px 1px 0px;
	letter-spacing: 4px; /* 文字間の設定 */
	font-family: cursive;
}
#material .box .name_box .name .name_en{
	color:#000000;
	font-weight:bold;
	font-size: 15px;
	line-height:1.2em;
	padding-bottom:5px;
	letter-spacing: 0px; /* 文字間の設定 */
}
#material .box .syousai_left{
	width:334px;
	height:120px;
	float:left;
	margin:0;
	padding:0;
}

#material .box .syousai_left .nunber_box{
	width:330px;
	height:40px;
	margin-top:5px;
	padding:0;
	background-color:#ffffff;
	background-image: url(../images/top/nunber_bg.jpg); /* 背景イメージを変更 */
	background-repeat: repeat-y; /* 背景イメージをリピートなしに設定 */
	background-position: left top; /* 背景を右に設定 */
	border-color: #000000 #000000 #000000 #000000;
	border-style: dotted dotted dotted dotted;
	border-width: 1px 1px 1px 0px;
}
#material .box .syousai_left .nunber_box .nunber{
	width:auto;
	height:auto;
	margin-left:100px;
	background-color:#ffffff;
}
#material .box .syousai_left .nunber_box .nunber .nunber_ja{
	color:#000000;
	font-weight:bold;
	font-size: 20px;
	padding-top:13px;
	line-height:1.0em;
	letter-spacing: 3px; /* 文字間の設定 */
}
#material .box .syousai_left .price_box{
	width:330px;
	height:40px;
	margin-top:15px;
	padding:0;
	background-color:#ffffff;
	background-image: url(../images/top/price_bg.jpg); /* 背景イメージを変更 */
	background-repeat: repeat-y; /* 背景イメージをリピートなしに設定 */
	background-position: left top; /* 背景を右に設定 */
	border-color: #000000 #000000 #000000 #000000;
	border-style: dotted dotted dotted dotted;
	border-width: 1px 1px 1px 0px;
}
#material .box .syousai_left .price_box .price{
	width:auto;
	height:auto;
	margin-left:100px;
	background-color:#ffffff;
}
#material .box .syousai_left .price_box .price .price_ja{
	color:#000000;
	font-weight:bold;
	font-size: 20px;
	padding-top:13px;
	line-height:1.0em;
	letter-spacing: 3px; /* 文字間の設定 */
}

#material .box .syousai_right{
	width:338px;
	height:120px;
	float:right;
	margin:0;
	padding:0;
}
#material .box .syousai_right .order_box{
	width:336px;
	height:100px;
	margin-top:5px;
}
#material .box .syousai_right .order_box .order{
	float:left;
	width:200px;
	height:100px;
	margin:0;
}
#material .box .syousai_right .order_box .order .buttn01{
	width:200px;
	height:50px;
	margin:0;
}
#material .box .syousai_right .order_box .order .buttn01 a{
	display: block;
	width:200px;
	height:50px;
	background-image: url(../images/top/order_net.jpg); /* 背景イメージを変更 */
	background-repeat: no-repeat; /* 背景イメージをリピートなしに設定 */
	background-position: left top; /* 背景を右に設定 */
	text-indent: -9999px;
}
#material .box .syousai_right .order_box .order .buttn01 a:hover{
	background-image: url(../images/top/order_net_on.jpg); /* 背景イメージを変更 */
	background-repeat: no-repeat; /* 背景イメージをリピートなしに設定 */
	background-position: left top; /* 背景を右に設定 */
}
#material .box .syousai_right .order_box .order .buttn02{
	width:200px;
	height:40px;
	margin-top:5px;
}
#material .box .syousai_right .order_box .order .buttn02 a{
	display: block;
	width:200px;
	height:45px;
	background-image: url(../images/top/order_fax.jpg); /* 背景イメージを変更 */
	background-repeat: no-repeat; /* 背景イメージをリピートなしに設定 */
	background-position: left top; /* 背景を右に設定 */
	text-indent: -9999px;
}
#material .box .syousai_right .order_box .order .buttn02 a:hover{
	background-image: url(../images/top/order_fax_on.jpg); /* 背景イメージを変更 */
	background-repeat: no-repeat; /* 背景イメージをリピートなしに設定 */
	background-position: left top; /* 背景を右に設定 */
}
#material .box .syousai_right .order_box .order_info{
	float:right;
	width:125px;
	height:100px;
	margin-left:4px;
	border-color: #000000 #000000 #000000 #000000;
	border-style: dotted dotted dotted dotted;
	border-width: 1px 1px 1px 1px;
}
#material .box .syousai_right .order_box .order_info li {
	font-size: 10px;
	line-height:1.0em;
	text-align: left;
	padding-left: 13px;
	margin:10px 0;
	background-image: url(../images/top/li_4.gif); /* 背景イメージを変更 */
	background-repeat: no-repeat; /* 背景イメージをリピートなしに設定 */
	background-position: left top; /* 背景を右に設定 */
}
#material .box .syousai_right .order_box .order_info li a{
	color: #000000;
}
#material .box .syousai_right .order_box .order_info li a:hover {
	color: #990000;
	text-decoration: underline;
}

#material .box .caption{
	clear:both;
	width:640px;
	height:auto;
	display: block;
	margin:0;
	padding:10px 10px 10px 10px;
	border-color: #dcdcdc #dcdcdc #dcdcdc #dcdcdc;
	border-style: double double double double;
	border-width: 3px 7px 3px 7px;
}
#material .box .caption .caption_jp{
	font-size:13px;
	color:#000000;
	padding-bottom:5px;
	margin-bottom:5px;
	border-color: #000000 #000000 #000000 #000000;
	border-style: dotted dotted dotted double;
	border-width: 0px 0px 1px 0px;
}
#material .box .caption .caption_en{
	font-size:14px;
	color:#000000;
letter-spacing: 0px; /* 文字間の設定 */
}
#material .box .page_img{
	clear:both;
	width:670px;
	height:auto;
	display: block;
	margin:20px 0 20px 0;
	padding:0;
	text-align:center;
}
#material .box .page_img .more_img{
	margin:5px 0 5px 0;
	padding:0;
	background-color:#dcdcdc;
}
#material .box .box3{
	clear:both;
	width:auto;
	height:200px;
	display: block;
	margin:20px 0 0 0;
	padding:0;
}