@charset "EUC-JP";
/* CSS Document */

/*
=====  KIYAKU PAGE  ========================
*/

#kiyaku {width: 590px;}

#kiyaku p {
	font-size: 12px;
	margin-top:10px;
	margin-bottom:10px;
}

#kiyaku .important{color:#FF0000;}

#kiyaku .kiyaku_box { width: 590px; height: 750px; }

#kiyaku .button {
	width: 400px;
	margin-left: 95px;
	margin-top: 20px;
	text-align: center;
}

/*
=====  REGIST PAGE  ========================
*/

#regist_form {
	width: 590px;
}
#regist_form table {
	font-size: 12px;
}
#regist_form td {
	padding-left: 10px;
}

#regist_form p {
	font-size: 12px;
	margin-top:10px;
	margin-bottom:10px;
}

#regist_form .important{color:#FF0000;}
#regist_form .button {
	width: 150px;
	margin-top: 20px;
	margin-left: 220px;
}
#regist_form input {
	margin-top: 3px;
	margin-bottom: 3px;
}

#regist_form .radio {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 4;
}

/*
=====  ITEM_LIST  ========================
*/
#item_list {
	width: 670px;
}
#item_list .title {
	background-image: url(../img/products/na-su/item_list_title.gif);
	background-repeat: no-repeat;
	height: 31px;
	width: 664px;
	font-size: 23px;
	color: #006633;
	font-weight: bold;
}
#item_list .title h2 {
	font-size: 17px;
	color: #036334;
	margin-left: 15px;
	padding-top: 5px;
}

#item_list .serch_result {
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #66AB1C;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #66AB1C;
	margin-top: 10px;
	padding-left: 10px;
}
#item_list .serch_result p {
	font-size: 12px;
	margin-top: 3px;
}
#item_list .item_number {
	/*background-image: url(../img/products/na-su/item_list_bar.gif);
	background-repeat: no-repeat;*/
	height: 20px;
	width: 665px;
	margin-top: 10px;
	background:#DCEFC6;
}
#item_list .item_number h2 {
	width: 470px;
	float: left;
	margin-left: 10px;
	margin-top: 1px;
	font-size: 12px;
}
#item_list .item_number h3 {
	float: right;
	width: 170px;
	text-align: center;
	margin-top: 1px;
	font-size: 12px;
}
#item_list .item_box {
	width: 570px;
	margin-top: 10px;
	margin-left: 20px;
}

#item_list .item00 {
	width: 160px;
	float: left;
	margin-top: 10px;
	height: 360px;
	margin-right: 20px;
}
#item_list .item00  .pict {
	border: 1px solid #CCCCCC;
}


#item_list .item00 .icon {
	width:160px;
	height: 45px;
}

#item_list .item00 .icon img {
	height: 35px;
	width: 35px;
	margin-right: 5px;
	margin-top: 5px;
	margin-bottom:5px;
	float: left;
}
#item_list .item00 .item_name {
	font-size: 12px;
	clear:both;
}
#item_list .item00 .item_comment {
	font-size: 12px;
	margin-top: 5px;
}
#item_list .item00 .price {
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
}

#item_list .item00 .sold_out {
	font-size: 12px;
	color: #FF0000;
}
