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

a:link { color: #333333;}
a:visited { color: #333333;}
a:active { color: #333333;}
a:hover { 	
        color: #ffffff;
	background-color: #970c09;
}
.wrapper a {
        color: #333333;
        text-decoration: none;
        border-bottom:1px #cccccc dotted;}
.wrapper a:hover {
        color: #ffffff;
	background-color: #970c09;}
.wrapper a:active {
        color: #ffffff;
	background-color: #000000;}
.right a {
        color: #333333;
        text-decoration: none;
        border-bottom:1px #cccccc dotted;}
.right a:hover {
        color: #ffffff;
	background-color: #970c09;}
.right a:active {
        color: #ffffff;
	background-color: #000000;}


body {
	color: #333333;
	font-size: 12px;
	font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", "Osaka‐等幅";
	line-height: 1.6;
	background-color: #ffffff;
	text-align:center;
	background:url(https://img13.shop-pro.jp/PA01070/983/etc/bg_image2.jpg) ;
}

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

img {
	border: 0px;
}

h1,h2,h3 {
	position: absolute;
	left: -9999px;
	overflow:hidden;
}


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

/*ページ全体の幅、レイアウトをセンタリング*/
#container {
	margin:0px auto;
	width:800px;
	text-align:left;
	background:url(https://img13.shop-pro.jp/PA01070/983/etc/bg_image.gif) repeat-y;
}




/*leftとmainを囲む*/
.wrapper {
 width:600px;
 float:left;
margin-left:0px;
}

/*　画面左側メニューの幅　*/
.left {
	float: right;
	width:170px;
        padding-left:0px;
}

/*　中央の幅　*/
.main {
	float: right;
	width: 400px;
        padding-left:0px;
        padding-right:0px;
}

.right {
	float: left;
	width:170px;
        padding-right:0px;
}

/*　フッター（コピーライト）　*/
.footer {
        width:740px;
        clear:left;
        padding-left:30px;
        padding-bottom:15px;
        font-size:10px;
	text-align:center;
}

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


/*ヘッダー（ページタイトル、グローバルメニュー）*/

#menu {
        width: 740px;
	height: 25px;
	margin: 0 auto;
        padding:10px 0 10px 0;
}
#menu ul {
	margin: 0;
	padding :0;
	list-style-type : none;
}
#menu li {
	display : inline;
	margin:0;
	float:left;
	text-indent:-9999px;
}
#menu a {
	height: 25px;
	display: block;/*ブロックにして各ボタン全体をリンクエリアにする*/
}
#menu a:hover { 
	background-position:0 25px;
	display:block;
}
#bt_01 { width: 95px; background-image: url(https://img13.shop-pro.jp/PA01070/983/etc/bt_01.gif);} 
#bt_02 { width: 120px; background-image: url(https://img13.shop-pro.jp/PA01070/983/etc/bt_02.gif);} 
#bt_03 { width: 115px; background-image: url(https://img13.shop-pro.jp/PA01070/983/etc/bt_03.gif);} 
#bt_04 { width: 199px; background-image: url(https://img13.shop-pro.jp/PA01070/983/etc/bt_04.gif);} 
#bt_05 { width: 100px; background-image: url(https://img13.shop-pro.jp/PA01070/983/etc/bt_05.gif);}
#bt_06 { width: 111px; background-image: url(https://img13.shop-pro.jp/PA01070/983/etc/bt_06.gif);} 