@charset "Shift_JIS";      /* 文字コード */

html,body,div,h1,h2,h3,h4,p,fieldset,a,br,form,hr,input {margin: 0px; padding: 0px;}
img { margin: 0px; padding: 0px; border: none; }                     /* 画像設定　間隔や枠を付けるかどうか */

}

/******************************* ▼ 全体の設定 ▼ */

body {
font-family:'メイリオ','Verdana';                /* フォント */
font-size            : 14px;                     /* 文字サイズ */
line-height          : 180%;                     /* 行間 */
color                : #333333;                  /* 文字色 */

background-repeat:repeat                       /* x座標のみ繰り返す（詳しくは使用解説書でも説明します） */
}
#container{
	width: 750px;
	margin: 10px auto;
	background-color: #ffffff;
	padding: 2px 0px;
}
/******************************* ▲ 全体の設定 ▲ */



/******************************* ▼ リンクの色と下線 ▼ */
a:link    {color:#0000FF; text-decoration:none;}      /* 通常 「color」は色 「text-decoration」は下線を引く(underline)か引かないか(none) */
a:active  {color:#0000FF; text-decoration:none;}      /*実行中*/
a:visited {color:#0000FF; text-decoration:none;}      /*訪問済*/
a:hover   {color:#FF9900; text-decoration:underline;} /*選択中*/

/******************************* ▲ リンクの色と下線 ▲ */



/******************************* ▼ 決済ボタン（ロールオーバー） ▼ */
.rollover01 {
	width:382px;
	height:68px;
	margin-top: 50px;
	margin-right:auto;
	margin-left: auto;
	background:url(img/mousikomi_on.gif) no-repeat center top;
}

.rollover01 a {
	display:block;
	width:382px;
	height:68px;
	font-size:1px;
	line-height:1px;
	outline:none;
}

.rollover01 a:hover { 
	text-indent:-9999px;
} 
/******************************* ▲ 決済ボタン（ロールオーバー） ▲ */



/*************************************** ▼ サイトタイトル ▼ */
h1 { 
font-size:12px;                                 /* 文字サイズ */
text-align:center;                              /* 中央寄せ   */
padding-top:10px;                               /* 最上部との間隔 */
margin-bottom:5px;
}
                              /* ▽「h1」部分（タイトル）のリンクの設定▽ */
h1 a:link    { color:#666666; text-decoration:none; }       /* 通常 */
h1 a:active  { color:#666666; text-decoration:none; }       /*実行中*/
h1 a:visited { color:#666666; text-decoration:none; }       /*訪問済*/
h1 a:hover  { color:#666666; text-decoration:underline; }                  /* 文字に下線を引く */
                              /* △「h1」部分（タイトル）のリンクの設定△ */



/*************************************** ▲ サイトタイトル ▲ */



/*************************************** ▼ 商品タイトル ▼ */
h2 {
font-size:16px;                                 /* 文字サイズ */
text-align:left;                                /* 左寄せ   */
padding-top:10px;                               /* 最上部との間隔 */
margin-bottom:5px;
font-weight: bold;                              /* 文字を太くする */
}
/*************************************** ▲ 商品タイトル ▲ */

/* ===== ヘッダー ===== */
#header {
  background:url(img/header1.jpg) no-repeat;/*背景画像*/
  height:150px;
  margin-bottom:15px;
   padding-top:50px;
}

h1 {
  text-align:left;
  margin-left:20px;
  font-size:25px;
  text-decoration:underline; 
}

h2 {
  margin:0 0 0 20px;
  text-align:left;
  margin-left:20px;
  padding-top:20px;
  font-size:15px;
}

#header p {
  text-align:left;
  margin-left:10px;
  padding-top:20px;
}


/******************************* ▲ ヘッダー ▲ */





/******************************* ▼メイン ▼ */


b { background-color: yellow 
}

.img {                                        /* 画像など */
text-align           : center;                /* 中央寄せ */
padding              : 10px 0px 10px 0px;     /* 上、右、下、左の間隔 */
clear                : both;
}

.check-box {                                  /* チェックボックス */
padding              : 20px 0px 30px 0px;     /* 本文と枠との上、右、下、左の間隔 */
margin               : 50px 20px 60px 20px;   /* 枠と「.main」の枠との上、右、下、左の間隔 */
border               : 1px solid #dcdcdc;     /* 枠の太さ(2px)・実線(solid)※他には点線（dotted）二重線(double)などがある・枠の色（#CCCCCC） */
clear                : both;
}

.check-box li {                               /* チェックボックスのリストの設定 */
list-style           : none;
background-image     : url(img/cl.gif);       /* チェックリストのイメージ画像 */
background-repeat    : no-repeat;
padding-left         : 35px;                  /* チェックリスト画像と左枠の間隔 */
margin-bottom        : 15px;                   /* チェックボックス枠と真下の項目（特典）との間隔 */
height               : 30px;
}

.kakomi1 {                                     /* 商品説明 */
padding              : 20px 30px 30px 20px;   /* 本文と枠との上、右、下、左の間隔 */
margin               : 10px 20px 20px 10px;   /* 枠と「.main」の枠との上、右、下、左の間隔 */
border               : 1px solid #dcdcdc;     /* 枠の太さ(2px)・実線(solid)※他には点線（dotted）二重線(double)などがある・枠の色（#dcdcdc） */
clear                : both;
}

.price-box {
  width:100%;
  line-height:1.5em;
  margin:10px 0;
}

#catch7 {
  font-size: 20px;
  line-height:1.5em;
  margin: 40px 50px; 
}

.site {                                       /* 他ページへのリンク部分（メニュー部分） */
text-align           : center;                /* 中央寄せ */
padding              : 10px 0px 15px 3px;     /* 上、右、下、左の間隔 */
clear                : both;
}
.font-20 {
  font-size: 20px;
}

.inline-center {
  text-align: center;
}

.inline-left{
  text-align: left;
}

.inline-right{
  text-align: right;
}

/******************************* ▲ メイン ▲ */



/******************************* ▼ フッター ▼ */
#footer{                                      /* コピーライト部分 */
font-size            : 11px;                  /* コピーライトの文字サイズ */
margin-top           : 30px;                  /* フッターの真上の部分との間隔 */
width                : 750px;                 /* フッターの枠の横幅 */
height               : 1px;                  /* フッターの枠の縦幅 */
background-image     : url();   /* フッターの背景画像の設定 */
background-repeat    : no-repeat;             /* 背景画像を繰り返さない */
clear                : both;
text-align           : right;                 /* 右寄り（右寄り） */
}
/******************************* ▲ フッター ▲ */