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

body {
	color: #000000;
	font-size: small;
	font-family: AppleSystem,"メイリオ", "游ゴシック体","Yu Gothic",YuGothic,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;

	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:800px;
	text-align:left;
}

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


.header {  
           width:100%;
 clear:left; 
	font-size: 13px;
           margin-top: 25px;
	margin-bottom: 10px;
	text-align:right;
	color: #666666;
	padding: 0px 0 0;
　　　　　 font-family:arial;
           font-weight:lighter;
}

.header a {color: #666666;text-decoration: none;}
.header a:link {color: #666666;text-decoration: none;}
.header a:visited {color: #666666;text-decoration: none;}
.header a:active {color: #666666;text-decoration: none;}
.header a:hover {color: #666666;text-decoration: none;}



.logo {  
           width:100%;
 clear:left; 
	margin-top: 40px;
	margin-bottom: 0px;
	text-align:left;
	color: #666666;
	padding: 0px 0 0;
　　　　　 
}



/*　画面左側メニューの幅　*/
.side {
	float: left;
	width:200px;
}

/*　画面右側の幅　*/
.main {
	float: left;
	width: 600px;
}

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

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

/*　フッター（コピーライト）　*/

.footer {  
           width:100%;
           clear:left;
	font-size: 11px;
	margin-bottom: 0px;
	text-align:center;
	color: #666666;
	padding: 0px 0 0;
　　　　　 font-family:arial;
           font-weight:lighter;
}

.footer a {color: #666666;text-decoration: none;}
.footer a:link {color: #999999;text-decoration: none;}
.footer a:visited {color: #999999;text-decoration: none;}
.footer a:active {color: #999999;text-decoration: none;}
.footer a:hover {color: #999999;text-decoration: none;}



#group-list {
	
	padding:5px 0px 0px;
	margin:10px 20px 0px 0px;
           font-size: 14px;
	margin-bottom: 0px;
	text-align:left;
	color: #666666;
	padding: 0px 0 0;
　　　　　 font-family:arial;
           font-weight:lighter;

}

#group-list a {color: #666666;text-decoration: none;}
#group-list a:link {color: #666666;text-decoration: none;}
#group-list a:visited {color: #666666;text-decoration: none;}
#group-list a:active {color: #0000cc;text-decoration: none;}
#group-list a:hover {color: #0000cc;text-decoration: none;}

/*　カテゴリー　*/

.category {  

           padding:5px 0px 0px;
	margin:10px 20px 0px 0px;
	font-size: 14px;
	margin-bottom: 0px;
	text-align:left;
	color: #666666;
	padding: 0px 0 0;
　　　　　 font-family:arial;
           font-weight:lighter;
}

.category a {color: #666666;text-decoration: none;}
.category a:link {color: #666666;text-decoration: none;}
.category a:visited {color: #666666;text-decoration: none;}
.category a:active {color: #0000cc;text-decoration: none;}
.category a:hover {color: #0000cc;text-decoration: none;}


.category dd {  

background:url(https://img13.shop-pro.jp/PA01090/330/etc/yajirushi2.gif) no-repeat;

background-position:0px 7px;
	padding-left:12px;
	margin-bottom:3px;

           
}


/* 追加 */

b,strong{
  font-weight: bold;
}