/* ************************************************ 
 *	共通設定
 * ************************************************ */
* {
	margin: 0px;
	padding: 0px;
}

body {
	color: #000000;
	font-size: small;
	font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", "Osaka‐等幅";
	line-height: 1.6em;
	background-color: #ffffff;
	text-align:center;
}

br.clear {
	clear: both;
	font: 0pt/0pt sans-serif;
}

img {
	border: 0px;
}


/* ------------------------------------- 
 *	ページレイアウト
 * ------------------------------------- 
 *※ページ全体の幅は800pxとなっています。
    幅を広げる場合は、.sideと.mainのwidth
    の合計値が#containerのwidthになるよう
    設定してください。
 * ------------------------------------- */

/*ページ全体の幅、レイアウトをセンタリング*/
#container {
	margin:0px auto;
	width:900px;
	text-align:left;
}

/*ヘッダー（ページタイトル、グローバルメニュー）*/
.header {
 width:100%;
 clear:left;
}

/*leftとmainを囲む*/
.wrapper {
 width:900px;
 float:left;
}

/*　画面左側メニューの幅　*/
.left {
	float: left;
	width:180px;
	margin-right:20px;
}

/*　中央の幅　*/
.main {
	float: right;
	width: 700px;
}

/*.right {
	float: left;
	width:180px;
}*/

/* 特定商取引法に基づく表記（返品など）ボタン */
p#sk_link_other {
	text-align:left;
	margin-top:10px;
}

p#sk_link_other a {
	font-size:12px;
}

/*　フッター（コピーライト）　*/
.footer {
 width:100%;
 clear:left;
}

#group-list {
	border-top:#838383 dotted 1px;
	padding:5px 0px 0px;
	margin:10px 20px 0px 0px;
}



/*------------------------ここから追加分------------------------*/
#left, #right {
color:#666666;
width:180px;
font-size:12px;
line-height:140%;
}




#left td, #right td {
color:#666666;
font-size:12px;
line-height:140%;
}

#guide td {
color:#666666;
font-size:12px;
line-height:140%;
}

#topcontents, #topcontents td {
color:#666666;
font-size:12px;
line-height:140%;
}

#header td {
color:#666666;
font-size:12px;
line-height:140%;
}


.mt5 {
margin-top:5px;}
.mb5 {
margin-bottom:5px;}
.mt10 {
margin-top:10px;}
.mb10 {
margin-bottom:10px;}

#calendar th{
font-size:12px;
}
#calendar td{
font-size:10px;
}

#calendar td.holiday {
background:url(https://img09.shop-pro.jp/PA01043/976/etc/calendar-holiday.gif?20110131191407) no-repeat center;
color:#FF0000;
}

#photof p {
color:#666666;
font-size:12px;
line-height:140%;
margin:0 10px;
}

#photof td .photof01 img {
background:#FFFFFF;
padding:5px;
border:#CCCCCC solid 1px;
display:block;
}


#photof td .photof02 img {
background:#FFFFFF;
padding:5px;
border:#CCCCCC solid 1px;
margin:0 10px;
display:block;
}

/*-------------商品ページテンプレート---------------*/
.item_catch {
font-size:22px;
color:#996600;
font-weight:bold;
}

.itembox {
width:700px;
text-align:center;
font-size:12px;
color:#666666;
line-height:140%;
margin:0 auto;
}


.itemspec {
font-size:12px;
color:#666666;
line-height:140%;
}

.itemspec td {
font-size:10px;
color:#666666;
line-height:140%;
}


#photof p {
color:#666666;
font-size:12px;
line-height:140%;
margin:0 10px;
}

#photof td .photof01 img {
background:#FFFFFF;
padding:5px;
border:#CCCCCC solid 1px;
display:block;
}


#photof td .photof02 img {
background:#FFFFFF;
padding:5px;
border:#CCCCCC solid 1px;
margin:0 10px;
display:block;
}

