@charset "Shift_JIS";


/*#######################*/
/*			共有		 */
/*#######################*/

/*基本表示設定はstyle.cssから*/



/*#######################*/
/*		一覧用			 */
/*#######################*/

input.cl1	{margin-bottom:4}

.name{	background-image:url();
		width:450; height:30;
		}

.name a:link		{text-decoration:none; color:#66CC00; font-weight:bold;}
.name a:visited		{text-decoration:none; color:#66CC00; font-weight:bold;}
.name a:hover		{text-decoration:underline; color:blue;}

.d9-d10{	/*仕様・説明のdiv幅*/
	width:450;
	}

#cate{
	float:left;
	width:400px;
	}
#kensu{
	width:600px;
	text-align:right;
	}
#list{
	width:180px;
	text-align:right;
	}
#page{
	width:600px;
	}
#page2{
	width:510px;
	}
P{
	margin:1px;
	}

/*#######################*/
/*		VIEW-CGI用		 */
/*#######################*/

.price{
	font-family:verdana;
	color:red;
	font-size:15pt;
	padding-top:10;
	}





/*#######################*/
/*		  TABLE			 */
/*#######################*/
.table_border{/*オーダー外枠…TABLEﾀｸﾞ*/
	border:solid;				/*線の種類*/
	border-width:2px;			/*幅*/
	border-color:#999900;		/*色*/
	}

.table_bg{/*テーブル外枠…TABLEﾀｸﾞ*/
	border:solid;				/*線の種類*/
	border-width:2px;			/*幅*/
	border-color:#999900;		/*色*/
	}

.t1-bg{	/*表題ｾﾙ*/
	color:#fff;					/*文字色*/
	font-weight:bold;			/*文字を太字に*/
	padding:2 0 3 20;			/*余白---上･右･下･左*/
	}

.t2-bg{	/*項目*/
	background-color:#FEFFC9;	/*背景色*/
	color:#454545;				/*文字色*/
	padding:10 3;				/*余白---上下･左右*/
	text-align:center;
	}

.t3-bg{	/*他項目(商品,小計,送料)*/
	background-color:#ffffff;	/*背景色*/
	color:#454545;				/*文字色*/
	padding:10 5;				/*余白---上下･左右*/
	}

.t4-bg{	/*入力ｾﾙ*/
	background-color:#ffffff;	/*背景色*/
	color:#454545;				/*文字色*/
	padding:10 7;				/*余白---上下･左右*/
	}

h5	{	/*小見出し*/
	background-image:url(../img/title.gif);
	width:600; height:30;
	padding-top:8;
	padding-left:40;
	font-weight:bold;
	color:#f00082;
	letter-spacing: 0.3em;
	text-align:left;
	margin:0;
	font-size:9pt;
	}

h6	{	/*form.cgi（備考欄）*/
	background-image:url(../img/title.gif);
	width:600; height:30;
	padding-top:8;
	padding-left:40;
	font-weight:bold;
	color:#f00082;
	letter-spacing: 0.3em;
	text-align:left;
	margin:0;
	font-size:9pt;
	}


/*#######################*/
/*		TEXT・その他	 */
/*#######################*/

.kingaku{/*金額表示*/
	color:red;				/*文字色*/
	font-weight:bold;		/*文字を太字に*/
	font-size:10pt;
	}

.coment{/*テーブル外の説明文…div*/
	width:600;
	padding:10 0;
	text-align:left;
	}

/*#######################*/
/*  Cart System Ver1.00  */
/*#######################*/
#cart_navi {
	text-align: center;
}
#sys_cart span.current {
	text-decoration: underline;
	color: #ff0000;
}
#cname_error,
#ckana_error,
#czip_error,
#cken_error,
#cadd_error,
#cadd_error2,
#ctel_error,
#cemail_error,
#cemail_error2,
#csname_error,
#cthink_error {
	font-size:11pt;
	font-weight:bold;
	color:red;
}
.tips {
	font-size: 8pt;
}
label {
	font-weight: bold;
}
#sys_cart {
	margin: 6px 0;
}
#sys_page {
	text-align: left;
}
#sys_page ul li {
	vertical-align: middle;
	list-style-image: url(/img/a2.gif);
	margin-top: 4px;
}
#sys_page ul li ul li {
	list-style-image: none;
	list-style-type: disc;
}
#sys_page ul ul {
	margin-top: 6px;
	margin-bottom: 18px;
}
div.Q-com p {
	padding: 0 0 12px 20px;
	margin: 0;
}
