/* ------------------------------------- 
 *	ページレイアウト
 * ------------------------------------- 

/*ページ全体の幅、レイアウトをセンタリング*/

#container
{
width:830px;
margin:0px auto;
padding:20px 50px;
background-color:#ffffff;
}


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

#header
{
text-align:left;
width:100%;
margin:10px;
}

#header h1
{
font-size:95%;
font-weight:normal;
margin-bottom:10px;
}

#header .menu img {
	background: #555555;
	}

#header .menu img:hover {
	background: #006633;
	}


.logo
{
float:left;
margin-right:30px;
}


/*　画面左メイン　*/

#main
{
width:650px;
float:left;
margin:10px 0px;
}

.headding
{
width:100%;
border-bottom:solid 2px #006633;
}

.headding h2
{
text-align:left;
color:#006633;
padding-left:10px;
font-size:100%;
}

.pankuzu
{
width:100%;
text-align:right;
clear:both;
margin:10px 0px 0px 0px;
}

.chapter
{
width:100%;
text-align:left;
background-color:#006633;
color:#ffffff;
clear:both;
line-height:140%;
}

.count
{
text-align:right;
clear:both;
width:100%;
}

.item
{
margin:5px 2px;
float:left;
width:125px;
line-height:120%;
text-align:center;
font-size:85%;
}

.item img
{
margin-bottom:3px;
}

.img_chapter
{
margin-top:20px;
clear:both;
}


/*　画面右　*/

#mainright
{
float:right;
margin:10px 0px;
font-size:96%;
width:160px;
}

#mainright img
{
margin-bottom:10px;
}

/*　商品カテゴリー　*/

#category
{
width:180px;
background-color:#006633;
margin-bottom:10px;
}

#category img
{
margin:5px 0px 0px 0px;
}

#category a:link 
{
margin:auto;
text-align:left;
color:#ffffff;
text-decoration:none;
background-color:#006633;
display:block;
width:175px;
height:20px;
padding:4px 0px 0px 7px;
}

#category a:visited 
{
margin:auto;
text-align:left;
color:#ffffff;
text-decoration:none;
background-color:#006633;
display:block;
width:175px;
height:20px;
padding:4px 0px 0px 7px;
}

#category a:hover 
{
margin:auto;
text-align:left;
color:#ffdd33;
text-decoration:none;
background-color:#006633;
display:block;
width:175px;
height:20px;
padding:4px 0px 0px 7px;
}


/*　ショップ情報　*/
.shopinfo
{
text-align:left;
float:left;
margin-top:20px;
}

.shopinfo p
{
margin:10px 0px;
}

.shop50
{
border:1px solid #cccccc;
padding:2px;
width:320px;
}

.shop_chapter
{
width:324px;
background-color:#555555;
color:#ffffff;
}

.shop_h
{
background-color:#e8e8e8;
width:80px;
text-align:center;
}


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

#footer
{
width:100%;
background-color:#006633;
color:#ffffff;
clear:both;
margin-top:10px;
}

#footer a:link 
{
color:#ffffff;
text-decoration:underline;
background-color:#006633;
}

#footer a:visited 
{
color:#ffffff;
text-decoration:underline;
background-color:#006633;
}

#footer a:hover 
{
color:#ffffff;
text-decoration:none;
background-color:#006633;
}

#footer a:active 
{
color:#ff0000;
text-decoration:none;
}


/*　サイトマップ全体のボックス　*/

.cmsp_map {
  text-align:left;
  margin-right:5px;
  padding:0px;
  float:left;
  width:210px;
}


/*大項目*/

.cmsp_map div {
  margin:5px 0px;
  padding:0px;
}


/*サブカテゴリーを囲む*/

.cmsp_map dl {
  margin:0px;
  padding:0px;
}

/*サブカテゴリー名*/

.cmsp_map dt {
  margin:5px 0px 0px 10px;
  padding:0px;
}


/*サブカテゴリー内の商品リストを囲む*/

.cmsp_map dd {
  margin:0px 0px 0px 10px;
  padding:0px;
}


/*商品リスト*/

.cmsp_map ul {
  margin:0px 0px 10px 0px;
  padding:0px;
}

.cmsp_map li {
  margin:5px 0px 0px 10px;
  padding:0px;
  font-weight:normal;
  list-style-type:disc;
  list-style-image:none;
  background:none;
}

/* ************************************************ 
 *	共通設定
 * ************************************************ */


* {
	margin: 0px;
	padding: 0px;
}

body {
color: #555555;
font-size:80%;
font-family:"ＭＳ Ｐゴシック","Osaka",sans-serif;
letter-spacing:normal;
text-align:center;
line-height:150%;
background-image:url("https://img09.shop-pro.jp/PA01039/599/etc/top.gif");
}

img {
	border: 0px;
}

a:link 
{
color:#0077bb;
text-decoration:none;
}

a:visited 
{
color:#0077bb;
text-decoration:none;
}

a:hover 
{
color:red;
text-decoration:none;
}

.f-right
{
float:right;
}

.clear
{
clear:both;
}

.gray
{
color:#cccccc;
}

.small
{
font-size:85%;
}

.red
{
color:red;
}

.green
{
color:#006633;
}

.red_s
{
color:red;
font-size:90%;
}

h2,h3
{
text-align:right;
font-size:85%;
font-weight:normal;
}

.kanbai {
         color:#ffffff;         
         background-color:red;
         margin-left:2px;
         padding:0px 1px;
         }