@charset "shift-jis";

* {
	margin: 0;
	padding: 0;
}
body {
	font-size: 14px;
	text-align: center;
	background: #F5F6F7 url(img/bg.png) repeat-x;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',	Meiryo,'ＭＳ Ｐゴシック';
}
p {
	font-size: 14px;
	line-height: 160%;
	padding-bottom: 10px;
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* リンク色 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */

a {
	text-decoration: underline;
	color: #3A4199;
}
a:hover {
	text-decoration: none;
	color: #E2041B;
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* 装飾 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */

.aka { color: #ff0000; }
.ao { color: #0000cc; }
.tya { color: #bd000e; }
.gray { color: #3d3737; }
.green { color: #009900; }

.size8 { font-size: 8px; }
.size9 { font-size: 9px; }
.size10 { font-size: 10px; }
.size11 { font-size: 11px; }
.size12 { font-size: 12px; }
.size14 { font-size: 14px; }
.size16 { font-size: 16px; }
.size18 { font-size: 18px; }
.size20 { font-size: 20px; }
.size22 { font-size: 22px; }
.size24 { font-size: 24px; }
.size26 { font-size: 26px; }
.size28 { font-size: 28px; }
.size36 { font-size: 36px; }
.size48 { font-size: 48px; }
.size72 { font-size: 72px; }

.b { font-weight: bold; }
.strong{ font-weight: bold; }
.em{ font-weight: bold; }

.yline { background: #ffff00; }

.center {
	text-align: center;
	padding:5px 0px 0px 0px;
}
.left {
	text-align: left;
	padding: 5px 5px 0px 0px;
}
.right {
	text-align: right;
	padding: 5px 0px 0px 5px;
}

.to_link {
	margin: 20px 0px 0px 0px;
	text-align: right;
}
.to_link_r {
	font-size: 18px;
	font-weight: bold;
	margin: 20px 0px 0px 0px;
	text-align: right;
}

/* 画像
─────────────────────────── */

img{
	border: none;
	margin: 0;
	padding: 0;
}
a img {
	border: none;
}
.imgl {
	padding: 0px 25px 10px 0px;
	float: left;
}
.imgr {
	padding: 0px 0px 10px 25px;
	float: right;
}


/* 見出し
─────────────────────────── */

h1 {
	width: 950px;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	text-align: right;
	margin: 2px auto;
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* コンテイナー */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */

#container {
	width: 950px;
	margin: 0px auto 20px;
	padding: 0;
	background-color: #FFFFFF;
	border: solid 1px #C4C4C4;
	overflow: hidden;
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* バナー */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */

.banner-in {
	position: relative;
	width: 950px;
	height: 100%;
	margin: 0 auto;
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* オプトイン */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */

.opt {
	width: 900px;
	margin: 20px 20px;
	padding: 5px;
	background: url(img/opt-bg.jpg) repeat-x;
	border: solid 1px #E7F1F6;
	clear: both;
	overflow: hidden;
}
.opt-in {
	margin: 0;
	padding: 10px;
	border: solid 1px #95BBD6;
	overflow: hidden;
}
p.opt-catch {
	font-size: 30px;
	font-weight: bold;
	line-height: 160%;
	color: #bd000e;
	text-align: center;
	padding: 0;
}

/* メール入力フォーム
─────────────────────────── */

.opt-left {
	float: left;
	width: 450px;
	margin: 10px 0 0;
	padding: 5px;
}
.opt-left p {
	font-size: 12px;
	text-align: left;
	padding: 0;
}
table.form {
	width: 450px;
	font-size: 13px;
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0px 0px 10px;
	padding: 0;
}
table.form td {
	vertical-align: top;
	padding: 7px 0;
}
table.form td p {
	font-weight: bold;
	color: #ff0000;
	padding: 7px 0 0;
}
input.mail-form {
	font-size: 18px;
	font-weight: bold;
	width: 405px;
	padding: 5px 0px 5px 45px;
	text-align: left;
	background: #FFFFFF url(img/mail.png) no-repeat left 8px;
	font-family: 'メイリオ','Meiryo';
}

/* 個人情報の管理・取扱い
─────────────────────────── */

.opt-right {
	float: right;
	width: 380px;
	margin: 10px 0 0 20px;
	padding: 5px;
}
p.privacy-title {
	font-size: 12px;
	padding: 5px 5px 2px;
	background-color: #F19C2B;
	text-align: left;
	line-height: 120%;
}
.privacy-content {
	height: 180px;
	margin: 0;
	padding: 5px;
	background-color: #FFFFFF;
	border: 1px solid #C4C4C4;
	overflow-y: scroll;
}
.privacy-content p {
	font-size: 12px;
	text-align: left;
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* 商品＆ブレット */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */

.main-waku {
	width: 892px;
	margin: 0 auto 20px;
	padding: 5px;
	background-color: #F2F2F2;
	text-align: left;
	clear: both;
	overflow: hidden;
}
.main-waku-in {
	width: 890px;
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	text-align: left;
	clear: both;
	overflow: hidden;
}


/* ブレット
─────────────────────────── */

ul.product-bullet {
	float: left;
	width: 550px;
	margin: 0 0 20px;
	padding: 0 20px;
}
ul.product-bullet li{
	list-style: none;
	font-size: 14px;
	font-weight: bold;
	line-height: 150%;
	text-align: left;
	margin: 0;
	padding: 2px 0px 10px 30px;
	background: url(img/checkbox.gif)  no-repeat left top;
}


/* 商品イメージ
─────────────────────────── */

.product-image {
	float: right;
	width: 300px;
	text-align: center;
	margin: 0 auto 20px;
	padding: 0;
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* 記事 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */

.content {
	float: left;
	width: 620px;
	margin: 0 0 20px;
	padding: 0 20px 0;
}
.content p {
	font-size: 15px;
}

/* 自己紹介
─────────────────────────── */

.introduction {
	float: right;
	width: 204px;
	margin: 0 20px 20px 0;
	padding: 2px;
	border: solid 1px #C4C4C4;
}
.introduction-in {
	width: 204px;
	padding: 10px 0 0;
	background-color: #F4F5F7;
}
p.profile {
	text-align: center;
	margin: 0 auto 5px;
}
.introduction-in p {
	font-size: 13px;
	padding: 0;
	background-color: #F4F5F7;
	padding: 5px 10px;
}

/* 見出し
─────────────────────────── */

h2 {
	font-size:24px;
	font-weight:bold;
	text-align: left;
	margin: 0 0 30px;
	padding: 5px 10px;
	background: #FFFFFF url(img/h2.jpg) repeat-x bottom;
	border-top: 4px solid #333333;
	clear: both;
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* フッター */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */

#footer {
	width: 100%;
	background-color: #333333;
	border-top: 2px solid #5A5A56;
	clear: both;
}

/* メニュー
─────────────────────────── */

#footer ul {
	width: 795px;
	text-align: center;
	margin: 0 auto;
	padding: 15px 0;
	background-color: #333333;
	border-bottom: 1px solid #000000;
}
#footer li {
	list-style-type: none;
	display: inline;
	padding: 0px 5px;
	font-size: 12px;
	color: #FFFFFF;
}
#footer li a {
	color: #FFFFFF;
	text-decoration: none;
}
#footer li a:hover {
	color: #FF9900;
	text-decoration: none;
}

/* コピーライト
─────────────────────────── */

#foot-end {
	width: 795px;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
	color: #FFFFFF;
	margin: 0px auto;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #333333;
	border-top: 1px solid #666666;
}
#foot-end a {
	text-decoration: none;
	color: #FFFFFF;
}
#foot-end a:hover {
	text-decoration: none;
	color: #FFFFFF;
}

/* フォーム
─────────────────────────── */

td {
	padding: 5px;
}
input, textarea, select {
	font-family: sans-serif;
	font-weight: normal;
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* 特定電子メール法に基づく表記 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */

.law-content {
	width: 900px;
	margin: 20px 20px 0;
	padding: 5px;
	clear: both;
	overflow: hidden;
}
table.law {
	width: 840px;
	height: auto;
	font-size: 13px;
	margin: 0px 30px 20px 30px;
	padding-top: 10px;
	padding-bottom: 15px;
}
td.right {
	text-align: left;
	padding: 10px;
	border-top: 1px solid #CCCCCC;
}
td.left {
	font-weight: bold;
	text-align: left;
	padding: 10px;
	background-color: #F8F8F8;
	border-top: 1px solid #CCCCCC;
}
td.right-last {
	text-align: left;
	padding: 10px;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}
td.left-last {
	font-weight: bold;
	text-align: left;
	padding: 10px;
	background-color: #F8F8F8;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}
#law-copyright {
	width: 100%;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
	color: #CCCCCC;
	margin: 0px auto;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #333333;
	border-top: 1px solid #666666;
}
#law-copyright a {
	text-decoration: none;
	color: #FFFFFF;
}
#law-copyright a:hover {
	text-decoration: none;
	color: #FFFFFF;
}


/*--------------------------------------------------------------------------
このCSSファイルは、unlimited affiliate購入者の方のみに使用許可されるものです。
このCSSファイルの無断配布及び商用販売を固く禁じます。

Copyright 株式会社Mithril All rights Reserved.
http://www.mithril-web.com/
--------------------------------------------------------------------------*/
