@charset "Shift_JIS";


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

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



/*#######################*/
/*		リンク系		 */
/*#######################*/

/*通常リンク*/
a{text-decoration:none;}
a:hover,a:active{color : red;}


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

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


/*#######################*/
/*		一覧用			 */
/*#######################*/
a:link.photolink{
	text-decoration:none;}
a:visited.photolink{
	text-decoration:none;}
a:active.photolink{
	text-decoration:none;}
a:hover.photolink{
	border-bottom:2px dotted;}


input.cl1	{margin-bottom:4}

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

.itv-name{
margin-left:5px;
background:url(../cgi-img/itv-name.gif);
width:474px;
height:22px;
padding:4px 0 0 15px;
color:#fff;
font-weight:bold;
}

.itv-name a:link{
color:#fff;
}

.itv-name a:visited{
color:#fff;
}

/*#######################*/
/*		  TABLE			 */
/*#######################*/

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

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

.t2-bg{	/*項目*/
	background-color:#F6FFE3;	/*背景色*/
	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	{	/*小見出し*/
	width: 580px; height:30px;
	padding:8 0 0 40;
	margin-bottom:0;
	letter-spacing: 0.3em;
	color:#9e37f3;
	text-align:left;
	font-size:10pt;
	background-image:url(../img/title1.gif);
	}

h6	{	/*form.cgi（備考欄）*/
	width: 580px; height:30px;
	padding:8 0 0 40;
	margin-bottom:0;
	letter-spacing: 0.3em;
	color:#9e37f3;
	text-align:left;
	font-size:10pt;
	background-image:url(../img/title1.gif);
	}


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

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

.coment{/*テーブル外の説明文…div*/
	width:580;
	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;
}
