@charset "UTF-8";
/* CSS Document */

td{
	/*border:1px solid #ccc;*/
}

/*------------------------------------------*/
/*カラムセット*/
/*------------------------------------------*/
#maincolumn{
	width:810px;
	margin:auto;
	padding-bottom:2em;
}

#rightColumn{
	float:right;
	width:135px;
}

#leftColumn{
	float:left;
	width:670px;
}


/*------------------------------------------*/
/*ページヘッダー*/
/*------------------------------------------*/
#pageHeader h3{
	background:no-repeat url(../img/shop/shopinfo.gif);
	height:56px;
	width:157px;
	text-indent:-9999em;
}



/*------------------------------------------*/
/*shopinoヘッダー*/
/*------------------------------------------*/
#shopinfo{
	font-size:1.2em;
}

#shopinfo th{
	vertical-align:top;
	text-align:left;
	padding-right:1em;
}
#shopinfo td{
	vertical-align:top;
	text-align:left;
	padding-right:2em;
}

#shopinfo #map img{
	border:1px solid #bbb;
}


#shopinfo #hawtopay{
}

#shopinfo h4{
	font-size:14px;
	margin-bottom:5px;
}

#shopinfo #hawtopay h5{
	font-size:14px;
	color:#ab0000;
	border-bottom:1px solid #666;
	margin-bottom:5px;
}

#shopinfo #hawtopay h6{
	font-size:14px;
	border-bottom:1px dotted #999;
	margin-bottom:5px;
}

#shopinfo #hawtopay p{
	padding-bottom:10px;
}

/*------------------------------------------*/
/*問い合わせフォーム*/
/*------------------------------------------*/
#orderForm h3{
	margin-top:1em;
}

#orderForm table{
	width:70%;
}

#orderForm th{
	text-align:right;
	background-color:#f5f5f5;
	width:120px;
}

#orderForm th,
#orderForm td{
	padding:0px 3px;
}

#orderForm th.SUBMIT{
	text-align:center;
	background-color:#fff;
	padding:1em 0em;
}

#orderForm td input{
	border-style:solid;
	width:70%;
}
#orderForm td textarea{
	width:100%;
}

.ERR{
	color:red;
	font-weight:bold;
}

#sapphirus a{
	font-size:9px;
	color:#ddd;
}
