@charset "shift_jis";
/* = Reset
-------------------------------------------------------------- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,th,var{font-style:normal;font-weight:normal;}
li{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym{border:0;font-variant:normal;}
sup{vertical-align:text-top;}
sub{vertical-align:text-bottom;}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}
input,textarea,select{*font-size:100%;}
legend{color:#000;}
img {vertical-align:top;}

html>/**/body {
	font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic", "Osaka",sans-serif;
}
* + html body {
	font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic", "Osaka",sans-serif;
}

/* メイリオ
	font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic", "Osaka",sans-serif;
*/


/* For modern browsers */
.cf:before,
.cf:after {
	content:"";
	display:table;}
.cf:after {clear:both;}
/* For IE 6/7 (trigger hasLayout) */
.cf {zoom:1;}

.clr {
	clear: both;
	line-height: 0;
	display: block;
	height: -1px;
}

/* = ALL
-------------------------------------------------------------- */
body {
	text-align: center;
	font-size: 100%;
	color: #000;
	background: #fff;
	line-height: 1.5;
}
a {
	color: #2200cc;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}


/* font */
.fl {float: left;}
.fr {float: right;}
.ta_l {text-align: left;}
.ta_c {text-align: center;}
.ta_r {text-align: right;}
.lh17 {line-height: 1.7;}
.lh20 {line-height: 2;}
.f10 {font-size: 10px;}
.f14 {font-size: 14px;}
.f15 {font-size: 15px;}
.f16 {font-size: 16px;}
.f18 {font-size: 18px;}
.red {color: #f00;}
.bold {font-weight: bold;}

/* mgn */
.mgn05 {margin-bottom: 5px;}
.mgn08 {margin-bottom: 8px;}
.mgn10 {margin-bottom: 10px;}
.mgn13 {margin-bottom: 13px;}
.mgn15 {margin-bottom: 15px;}
.mgn20 {margin-bottom: 20px;}
.mgn25 {margin-bottom: 25px;}
.mgn30 {margin-bottom: 30px;}
.mgn35 {margin-bottom: 35px;}
.mgn40 {margin-bottom: 40px;}
.mgn45 {margin-bottom: 45px;}
.mgn50 {margin-bottom: 50px;}
.mgn55 {margin-bottom: 55px;}
.mgn60 {margin-bottom: 60px;}
.mgn65 {margin-bottom: 65px;}
.mgn70 {margin-bottom: 70px;}





/* = 共通部分
-------------------------------------------------------------- */

.tab-title {
	text-align: center;
	color: #1d1d1d;
	font-size: 20px;
	font-weight: bold;
	padding: 0 8px;
	border-bottom: 2px solid #0e114f;
}

h3 {
	background-color: #229F22;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	padding: 0 5px;
	margin: 0 0 5px;
}

/* = スタイル
-------------------------------------------------------------- */

#main-box {
	width: 960px;
	margin: 0 auto;
}

#header {
	width: 960px;
	height: 150px;
	background-color: #ccc;
	margin: 0 0 15px;
}

/* ▼タブ */
#tabcontrol a {
	width: 153.5px;
	color: #fff;
	display: inline-block;            /* インラインブロック化 */
	border-width: 1px 1px 1px 1px;    /* 下以外の枠線を引く */
	border-style: solid;              /* 枠線の種類：実線 */
	border-color: #ccc;              /* 枠線の色：黒色 */
	padding: 0.75em 1em;              /* 内側の余白 */
	text-decoration: none;            /* リンクの下線を消す */
	background-color: #229F22;          /* 背景色：白色 */
	position: relative;               /* JavaScriptでz-indexを調整するために必要 */
	font-size: 15px;
}
/* ▼タブにマウスポインタが載った際(任意) */
#tabcontrol a:hover {
   text-decoration: underline;       /* 文字に下線を引く */
}

#tabbody {
	width: 942px;
	text-align: left;
	padding: 8px 8px;
	color: #1d1d1d;
	margin: 15px 0;
	border-width: 1px 1px 1px 1px;
	border-style: solid;
	border-color: #ccc;
	font-size: 14px;
}

#footer {
	width: 958px;
	height: 30px;
	border-width: 1px 1px 1px 1px;
	border-style: solid;
	border-color: #ccc;
	padding: 8px 0 0 0;
}

#tabpage1 img {
	width: 231px;
}
