@charset "Shift_JIS";

* {
	margin: 0;
	padding:0;
	border:0;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',	Meiryo,'ＭＳ Ｐゴシック';
}

body {
	font-size: 14px;
	text-align: center;
	background: #F3F3F3 url(img/bg.jpg) repeat-x fixed;
	line-height:110%;
}


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

a {
	color: #0000ff;
	text-decoration: underline;
}

a:link,a:visited,a:active {
	color: #0000ff;
}

a:hover {
	color: #ff9900;
}


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

.aka { color: #ff0000}
.ao { color: #0000cc}
.tya { color: #C1272D}
.gray { color: #3d3737}
.green { color: #009900}
.gray1 { color: #C0C0C0}

.b { font-weight: bold; }

.size10 { font-size: 10px; }
.size11 { font-size: 11px; }
.size12 { font-size: 12px; }
.size13 { font-size: 13px; }
.size14 { font-size: 14px; }
.size15 { font-size: 15px; }
.size16 { font-size: 16px; }
.size17 { font-size: 17px; }
.size18 { font-size: 18px; }
.size19 { font-size: 19px; }
.size20 { font-size: 20px; }
.size21 { font-size: 21px; }
.size22 { font-size: 22px; }
.size23 { font-size: 23px; }
.size24 { font-size: 24px; }
.size25 { font-size: 25px; }
.size26 { font-size: 26px; }
.size27 { font-size: 27px; }
.size28 { font-size: 28px; }
.size29 { font-size: 29px; }

.line { background: #ffff00; }

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

.dotted { border-bottom:dotted 1px; }

.imgl {
	margin: 10px 20px 10px 10px;
	padding: 0;
	float: left;
}

.imgr {
	margin: 10px 10px 10px 20px;
	padding: 0;
	float: right;
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* 見出し */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */

h1 {
	font-size: 10px;
	color: #000;
	text-align: right;
	padding-top: 5px;
	padding-right: 5px;
	height: 20px;
}

h2 {
	width: 666px;
	font-size: 32px;
	font-weight: bold;
	color: #C1272D;
	line-height: 130%;
	text-align: center;
	margin: 70px auto 30px auto;
}

h3 {
	font-size: 24px;
	font-weight: bold;
	color: #000000;
	padding: 30px 10px 10px 100px;
	text-align: left;
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* コンテンツ基本レイアウト */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */

#container {
	width: 800px;
	text-align: left;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	border-left: solid #9A9A9A 5px;
	border-right: solid #9A9A9A 5px;
	background-color: #fff;
}

.contents {
	width: 750px;
	margin: 0px 25px;
}

.contents p{
	padding-bottom: 5px;
}

.catch {
	text-align: center;
	margin: 0px auto 0px auto;
	padding: 50px 10px 0px 10px;
}

.catch p{
	color:#000;
	font-size:32px;
	font-weight:bold;
	line-height:130%;
	word-break: break-all;
}

.boxt {
	text-align: center;
	margin: 0px auto 0px auto;
	padding: 10px 10px 40px 10px;
}

.boxt p{
	padding-top: 10px;
	padding-bottom: 10px;
}

.box2 {
	font-size: 14px;
	margin: 10px auto 20px auto;
	padding-bottom: 15px;
	overflow: auto;
	word-break: break-all;
}

.box2 p{
	line-height:150%;
	font-size:14px;
	color:#000;
	margin: 10px 10px 10px 10px;
}

.detail {
        text-align: center;
        margin: 100px 0px 100px 0px;
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* 特典 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */

.toku1_head {
	height:92px;
	margin:0px auto;
	background: transparent url(img/toku_head.jpg)  no-repeat center top;
}
.toku1_body {
	padding:20px 40px 20px 40px;
	background: transparent url(img/toku_body.jpg)  repeat-y center top;
}
.toku1_foot {
	height:28px;
	margin:0px auto 20px auto;
	background: transparent url(img/toku_foot.jpg)  no-repeat center top;
}
.toku1_body p {
	font-size:14px;
	line-height:150%;
	text-align:left;
	text-justify:inter-ideograph; 
	margin:0 0 0;
	padding:5px 0 5px 0;
}

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

#footer {
	width: 801px;
	color:#fff;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	font-size: 12px;
	background-color: #333333;
	clear:both;
	margin: 0;
}

#footer ul {
	padding-top: 0px;
	padding-right: 5px;
	padding-left: 5px;
	text-align: center;
}

#footer li {
	list-style-type: none;
	display: inline;
	padding: 0px 5px 0px 5px;
	font-size: 10px;
	line-height: 20px;
}

#footer li a {
	font-size: 10px;
	color:#fff;
	text-decoration: underline;
}

#footer li a:hover {
	color: #ff9900;
	text-decoration: none;
}

#footer p {
	color:#fff;
	text-align: center;
	padding: 0px 20px 0px 20px;
	font-size: 10px;
}

#footer a{
	color:#fff;
	text-decoration:none;
	font-size:12px;
}

.clear {
	clear:both;
}

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

Copyright 株式会社Mithril All rights Reserved.
--------------------------------------------------------------------------*/
