@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: #ffffff url(img/bg.gif) repeat-x;
	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: #bd000e}
.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: 5px 20px 10px 10px;
	padding: 0;
	float: left;
}

.imgr {
	margin: 5px 10px 10px 20px;
	padding: 0;
	float: right;
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* ヘッダー */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */

#top-header {
	height: 3px;
	background-image: url(img/top-bg.gif);
	background-repeat: repeat-x;
	margin: 0;
}

#header {
	width:800px;
	height:100px;
	position:relative;
	margin: 0px 5px;
}

#header p {
	color:#808080;
	font-size:12px;
	line-height:120%;
	font-weight:normal;
	text-align:left;
	margin:0px 0px 10px 7px;
	padding:1px 20px 1px 20px;
}

#container {
	width: 810px;
	text-align: left;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	background: url(img/cont-bg.jpg) repeat-y;
	background-color: #fff;
}

*html #container {
	width: 810px;
	text-align: left;
	margin: -17px auto 0px auto;
	padding: 0px 0px 0px 0px;
	background: url(img/cont-bg.jpg) repeat-y;
	background-color: #fff;
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* グローバルナビゲーション */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */

#navi {
	display:block;
	position:relative;
	width: 756px;
	height:40px;
	overflow: hidden;
	margin:0px auto 0px auto;
}

*html #navi {
	display:block;
	position:relative;
	width: 756px;
	height:40px;
	overflow: hidden;
	margin:0px 27px 0px 27px;
	text-align: center;
}

#navi .first {
	font-weight: bold;
	width: 189px;
	height:40px;
	float: left;
	text-align: center;
	margin:0px auto 0px auto;
	line-height: 40px;
	list-style-type: none;
}

#navi .first a {
	display: block;
	text-decoration: none;
	color: #fff;
	background: url(img/navi1.gif) 0 0 no-repeat;
}

#navi .first a:hover {
	background: url(img/navi1.gif) bottom left no-repeat;
}

#navi li {
	font-weight: bold;
	width: 189px;
	height:40px;
	float: left;
	text-align: center;
	margin:0px auto 0px auto;
	line-height: 40px;
	list-style-type: none;
}

#navi li a {
	display: block;
	text-decoration: none;
	color: #fff;
	background: url(img/navi2.gif) 0 0 no-repeat;
}

#navi li a:hover {
	background: url(img/navi2.gif) bottom left no-repeat;
}

#navi .last {
	font-weight: bold;
	width: 189px;
	height:40px;
	float: left;
	text-align: center;
	margin:0px auto 0px auto;
	line-height: 40px;
	list-style-type: none;
}

#navi .last a {
	display: block;
	text-decoration: none;
	color: #fff;
	background: url(img/navi3.gif) 0 0 no-repeat;
}

#navi .last a:hover {
	background: url(img/navi3.gif) bottom left no-repeat;
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* 見出し */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */

h1 {
	width: 790px;
	font-size: 10px;
	color: #808080;
	text-align: right;
	padding: 3px 10px 3px 0px;
}

h2 {
	width: 760px;
	font-size: 24px;
	line-height: 120%;
	font-weight: bold;
	color: #BD000E;
	padding: 0px 10px 10px 18px;
	text-align: left;
	font-weight:bold;
}

#header a{
	text-decoration:none;
	color: #000000;
}

h3 {
	height:42px;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	line-height: 42px;
	text-align: left;
	text-indent: 32px;
	background-image: url(img/h3.gif);
	background-repeat: no-repeat;
	width: 756px;
	padding-top: 2px;
}

h4 {
	font-size: 18px;
	font-weight: bold;
	color: #ffffff;
	margin: 0px 0px 20px 0px;
	padding: 10px 10px 5px 10px;
	text-align: left;
	background-color: #122F89;
}

#foottitle {
	font-size: 13px;
	font-weight:bold;
	color:#666;
	margin: 5px 0px 2px 0px;
	padding: 7px 20px 5px 20px;
	text-align: left;
	background-color: #eeeeee;
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* コンテンツ基本レイアウト */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */

#contents {
	width: 760px;
	margin: 25px;
}

#contents p{
	padding-bottom: 5px;
	padding-left: 5px;

}

.boxt {
	text-align: center;
	margin: 0px auto 0px auto;
	padding: 10px 10px 50px 10px;
}

.boxt p{
	padding-top: 10px;
	padding-bottom: 10px;
}

.box2 {
	width:750px;
	height:auto;
	font-size: 14px;
	margin: 10px 2px 20px 4px;
	padding-top: 15px;
	padding-bottom: 15px;
	overflow: auto;
	word-break: break-all;
}

.box2 p{
	line-height:140%;
	font-size:14px;
	color:#000;
	margin: 10px 10px 10px 10px;
}

.tokuten{
	line-height:140%;
	font-size: 14px;
	margin: 0px 0px 30px 0px;
	padding: 10px 10px 10px 10px;
	border: 2px solid #122F89;
	overflow: auto;
	clear:both;
	word-break: break-all;
}

.detail {
        text-align: center;
        margin: 100px auto 100px auto;
 }


/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* フッター */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */

#footer {
	width: 800px;
	margin: 0px 5px;
	padding-top: 5px;
	border-top: 1px dotted #666;
	background-color: #eeeeee;
	text-align: center;
	clear:both;
}

#footer p {
	color:#666;
	text-align: left;
	padding: 3px 20px 0px 20px;
	font-size: 10px;
}

#foot {
	width: 800px;
	height: 26px;
	font-size:12px;
	color: #fff;
	background-image: url(img/bottom-bg.gif);
	background-repeat: repeat-x;
	margin: 0px 5px;
}

#foot p {
	color: #fff;
	background: none;
	margin: 0px;
	padding: 0px;
	line-height: 26px;
	text-align: center;
	margin:0px;
	font-weight: bold;
	padding-right: 13px;
	background: none;
}

#foot a {
	text-decoration: none;
	font-style:normal;
	color: #fff;
}

.clear {
	clear:both;
}


/*--------------------------------------------------------------------------
このCSSファイルは、unlimited affiliate購入者の方のみに使用許可されるものです。
このCSSファイルの無断配布及び商用販売を固く禁じます。

Copyright 株式会社Mithril All rights Reserved.
--------------------------------------------------------------------------*/
