/*------------------------------------*/
/*------------- shop.css -------------*/
/*------------------------------------*/

input, select, td, th, tr, a, textarea{
	font : 10pt "ＭＳ Ｐゴシック","ＭＳ ゴシック",sans-serif;
}
BODY{
	background-color : #FFFFFF;
	text-decoration : none;
	color : #000000;
	margin-top : 0px;
	margin-left : 0px;
	margin-right : 0px;
	margin-bottom : 0px;
}

/*-----------  タイトル  -----------*/
.cs_TITLE{
	font : normal normal bold 250% "ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
	color : #000033;
	text-align : center;
}
.cs_TITLE2{
	font : normal normal bold 160% "ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
	color : #000000;
}

/*-----------  テーブル  -----------*/
.cs_TABLE1{
	border : 5px #FFCC99 solid;
	border-collapse: collapse;
	empty-cells: hide;
	width : 780px;
}
.cs_TABLE_100{
	border : 0;
	border-collapse: collapse;
	empty-cells: hide;
	width : 100%;
}
.cs_TABLE_095{
	border : 0;
	border-collapse: collapse;
	empty-cells: hide;
	width : 95%;
}
.cs_TABLE_100100{
	border : 0;
	border-collapse: collapse;
	empty-cells: hide;
	width : 100%;
	height : 100%;
}
.cs_TABLE_JIYU{
	border : 3px #CCCCCC solid;
	border-collapse: collapse;
	empty-cells: hide;
	width : 100%;
	height : 100%;
}

/*-----------  項目  -----------*/
.cs_ITEM_LEFT{
	 font : 10pt "ＭＳ Ｐゴシック","ＭＳ ゴシック",sans-serif;
	color: #000000;
	text-align : left;
	vertical-align: top;
}
.cs_ITEM_CENTER{
	font : 10pt "ＭＳ Ｐゴシック","ＭＳ ゴシック",sans-serif;
	color: #000000;
	text-align : center;
	vertical-align: top;
}
.cs_ITEM_RIGHT{
	font : 10pt "ＭＳ Ｐゴシック","ＭＳ ゴシック",sans-serif;
	color: #000000;
	text-align : right;
	vertical-align: top;
}
.cs_ITEM_PHOTO2{
	text-align : left;
	vertical-align: top;
	height : 150px;
}
.cs_ITEM_JIYU{
	font : 10pt "ＭＳ Ｐゴシック","ＭＳ ゴシック",sans-serif;
	color: #000000;
	text-align : left;
	vertical-align: top;
	padding: 4px;
	background-color: #FFFFFF; 
}
