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

body {
	color: #666666;
	font-size: 9pt;
	line-height: 150%;
	font-family:  "Century gothic", "Verdana", "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", "Osaka‐等幅";

	background-image: url(https://img05.shop-pro.jp/PA01108/643/etc/01_background.gif?20100912023635);
	background-position: 0px 0px;    
	text-align:center;
}


a{ text-decoration:none; }
	
a{
color:#544F55;/*通常のリンクテキストカラー*/
}
a:hover{
color:#db7093;/*マウスが乗った時の通常のリンクテキストカラー*/
text-decoration:none;/*マウスが乗った時下線を表示（つけない場合は underline を none へ）*/
}

update { font-size: 75%; }


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

img {
	border: 0px;
}

img { -ms-interpolation-mode: bicubic; }


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

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

/*ヘッダー（ページタイトル、グローバルメニュー）*/
.header {
 clear:right;
 background-color: #544c56;
 margin-bottom: 0px;
}

/*　画面左側メニューのCSS　*/
.side {
	top: 0;
	background-color: #f3f4f3;
	padding: 0px;
	color: #544F55;
	table-layout: fixed;

}


/*　画面右側メインページのCSS　*/
.main {
	top: 0;
	float: left;
	width: 600px;
	word-break: break-all;
	background-color: #ffffff;}



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

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

/*　フッター（コピーライト）　*/
.footer {
	float: bottom;
	background-color: #ffffff;
}

#group-list {
	padding-left:12px;
	}



/*　フィート　*/
.feet {
	float: bottom;
}



/*　スライドショーの枠を消す　*/
.bx-wrapper .bx-viewport {
border: solid #fff 0px !important;
left: 0px !important;
}
