@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; }                     /* 画像設定　間隔や枠を付けるかどうか */
.left {
	text-align: left;
}
.right {text-align:right;}




/******************************* ▼ 全体の設定 ▼ */
body {
	background:  #ff0000 url(img/bg-1280.jpg) no-repeat fixed center top;
}
/******************************* ▲ 全体の設定 ▲ */



/******************************* ▼ リンクの色と下線 ▼ */
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;} /*選択中*/

/******************************* ▲ リンクの色と下線 ▲ */


div#header {
	width: 730px;
	height:220px;
	padding-top:10px;
	text-align:right;
	border-bottom: 1px dotted #AF4900;
	padding-bottom: 30px;
}

div#header ul {
	color: #ffffff;
	font-size: 0.9em;
	padding:0 5px 0;
	list-style: none;
}
div#header li {
	display: inline;
	margin-left: 1em;
	font-size: 1.5em;
	font-weight: bold;
}
#header{
	background-image     : url(img/top.gif);background-repeat   : no-repeat;            /* 繰り返さない */
	width                : 730px;                /* ヘッダー画像　横幅 */
	height               : 200px;                /* ヘッダー画像　縦幅 */
	margin-left          : 10px;                 /* 左端からの間隔 */
	display              : block;
}
#header img {
	border: 1px solid #ff4500;
	text-align: center;
}


h1 { 
font-size:12px;                                 /* 文字サイズ */
text-align:center;                              /* 中央寄せ   */
padding-top:10px;                               /* 最上部との間隔 */
margin-bottom:5px;
}
                              /* ▽「h1」部分（タイトル）のリンクの設定▽ */




/*************************************** ▼ 商品タイトル ▼ */
h2 {
	font-size:14px;                                 /* 文字サイズ */
	text-align:left;
	font-weight: bold;                      /* 文字に下線を引く */
	font-family: "ＭＳ ゴシック", "Osaka−等幅";
}
/*************************************** ▲ 商品タイトル ▲ */



/******************************* ▼ ヘッダー ▼ */
#outline{
	width                : 750px;    /* y座標のみ繰り返す（詳しくは使用解説書でも説明します） */
	border-left:  #cccccc 1px solid;   /* サイトの左枠 */
	border-right: #cccccc 1px solid;   /* サイトの右枠 */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
/******************************* ▲ ヘッダー ▲ */



/******************************* ▼メイン ▼ */
#outline2 {
	width                : 730px;                
	margin               : 0px 10px 10px 10px;
}



.main  {                                     
padding: 35px 10px 25px 10px;                
clear: both;
}

.mailform {
	text-align           : left;
	padding              : 20px;
	border               : 2px outset #0000FF;
	clear                : both;
	height: auto;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 20px;
	background-image: url();
}
.mailform p {
	float: left;
	width: 280px;
	font-size: 13px;
	color: #FFFFFF;
}
.mailform img {
	float: right;
}
.mailform1 {                                   /* メールフォーム */
	text-align           : left;                /* 中央寄せ */
	padding              : 20px;   /* 枠から外側へ向けて上、右、下、左の間隔 */
	border               : 3px double #FF0000;     /* 枠の太さ、タイプ、色 */
	clear                : both;
	height: auto;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 20px;
	background-image: url();
}
.mailform1 p {
	float: left;
	width: 280px;
	font-size: 14px;
	color: #FFFFFF;
}
.mailform1 img {
	float: right;
}
.both {
	clear: both;
}

.kakomi{                                     /* 商品説明 */
	margin               : 0px;   /* 枠と「.main」の枠との上、右、下、左の間隔 */
	border               : 2px double #999999;     /* 枠の太さ(2px)・実線(solid)※他には点線（dotted）二重線(double)などがある・枠の色（#000000） */
	clear                : both;
	padding: 10px;
	text-align: center;
}
.kakomi img {
	margin: 5px;
}

.img {                                        /* 画像など */
	text-align           : center;                /* 中央寄せ */
	padding              : 30px 0px 30px 0px;     /* 上、右、下、左の間隔 */
	clear                : both;
	color: #FFFFFF;
}

.check-box {                                  /* チェックボックス */
	padding              : 20px 0px 30px 0px;     /* 本文と枠との上、右、下、左の間隔 */
	margin               : 50px 20px 60px 20px;   /* 枠と「.main」の枠との上、右、下、左の間隔 */
	border               : 3px double #0000CC;     /* 枠の太さ(2px)・実線(solid)※他には点線（dotted）二重線(double)などがある・枠の色（#CCCCCC） */
	clear                : both;
	color: #FFFFFF;
}

.check-box li {                               /* チェックボックスのリストの設定 */
	list-style           : none;
	background-image     : url(img/cl.gif);       /* チェックリストのイメージ画像 */
	background-repeat    : no-repeat;
	padding-left         : 35px;                  /* チェックリスト画像と左枠の間隔 */
	margin-bottom        : 5px;                   /* チェックボックス枠と真下の項目（特典）との間隔 */
	padding-right: 25px;
}

.konyusya {                                    /* 購入者の声 */
padding              : 10px 10px 10px 10px;    /* 本文と枠との上、右、下、左の間隔 */
margin               : 50px 20px 60px 20px;    /* 枠と「.main」の枠との上、右、下、左の間隔 */
border               : 2px dotted #CCCCCC;     /* 枠の太さ(2px)・点線（dotted）※他には実線(solid)二重線(double)などがある・枠の色（#CCCCCC） */
background-color     : #ffffff;                /* 枠内の背景色 */
clear                : both;
}

.kakomi1 {                                     /* 商品説明 */
padding              : 20px 30px 30px 30px;   /* 本文と枠との上、右、下、左の間隔 */
margin               : 40px 20px 20px 20px;   /* 枠と「.main」の枠との上、右、下、左の間隔 */
border               : 2px solid #000000;     /* 枠の太さ(2px)・実線(solid)※他には点線（dotted）二重線(double)などがある・枠の色（#000000） */
clear                : both;
}

.tokuten {                                    /* 特典 */
	padding              : 20px;   /* 本文と枠との上、右、下、左の間隔 */
	margin               : 20px;   /* 枠と「.main」の枠との上、右、下、左の間隔 */
	border               : 4px double #ff9999;    /* 枠の太さ(4px)・二重線(double)※他には点線（dotted）実線(solid)などがある・枠の色（#ff9999） */
	height: 250px;
	background-image: url();
}
.tokuten　ul {
	width: 200px;
	list-style: none;
	margin: 0px;
}


.tokuten li {
	color: #000033;
	font-weight: bold;
	list-style: none;
	font-size: 10px;
}
.List_r {
	float: right;
	width: 240px;
	font-size: 11px;
	color: #FFFFCC;
	padding-left: 30px;
	font-weight: bold;
}



.tokuten img {
	float: left;
}


.right {                                       /* 今日の日付と名前部分 */
padding              : 20px 50px 20px 0px;
text-align           : right;                  /* 右寄せ */
clear                : both;
}

.site {                                       /* 他ページへのリンク部分（メニュー部分） */
text-align           : center;                /* 中央寄せ */
padding              : 10px 0px 15px 3px;     /* 上、右、下、左の間隔 */
clear                : both;
}
/******************************* ▲ メイン ▲ */



/******************************* ▼ フッター ▼ */
#footer{                                      /* コピーライト部分 */
font-size            : 11px;                  /* コピーライトの文字サイズ */
margin-top           : 60px;                  /* フッターの真上の部分との間隔 */
width                : 750px;                 /* フッターの枠の横幅 */
height               : 70px;                  /* フッターの枠の縦幅 */
background-image     : url(img/footer.jpg);   /* フッターの背景画像の設定 */
background-repeat    : no-repeat;             /* 背景画像を繰り返さない */
clear                : both;
text-align           : right;                 /* 右寄り（右寄り） */
}
/******************************* ▲ フッター ▲ */
