@charset "Shift_JIS";



/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* 共通 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
*{
}
address, em, cite, dfn, var {
	font-style: normal;
}
input, textarea {
	font-family: sans-serif;
	font-weight: normal;
}
img,fieldset {
	border: 0;
}

body {
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-size:16px;
	font-weight:normal;
	font-style:normal;
	line-height:175%;
	color: #000;
	margin:0px;
	padding:0px;
}

a:hover {
	text-decoration: none;
}
a:visited {
	color: #0000ff;
}

img {
	border:0;
}

h1,h2,h3,h4,h5,h6 {
	font-weight:normal;
	font-style:normal;
	line-height:120%;
	margin:0px 0px 10px ;
	padding:0px ;
}
p,li {
	font-size:16px;
	font-weight:normal;
	font-style:normal;
	line-height:200%;
	margin:0px;
	padding:0px ;
}



/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* デザイン */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */

body {
	text-align:center;
	background: transparent url(image/bg_bdy.gif)  repeat center top;
}
.bg-img0 {
	background: transparent url(image/bg_img0.jpg)  repeat-x center top;
}
.bg-img1 {
	width:980px;
	margin:0 auto;
	background: transparent url(image/bg_img1.jpg)  no-repeat 0 0;
}
.bg-img2 {
	padding:16px 0 0;
	background: transparent url(image/bg_img2.png)  no-repeat 0 0;
}
.ctnr {
	width:980px;
	margin:0 auto;
	padding:0 0 25px;
	background: transparent url(image/ctnr_body.png)  repeat-y 0 0;
}
.ctnr_head {
	width:980px;
	height:45px;
	margin:0px auto;
	background: transparent url(image/ctnr_head.png)  no-repeat 0 0;
}
.ctnr_foot {
	width:980px;
	height:60px;
	margin:0px auto;
	background: transparent url(image/ctnr_foot.png)  no-repeat 0 0;
}
.ctnr-inner {
	width:830px;
	text-align:left;
	margin:0px auto;
	padding:0px;
}

.bgRed1{
	background: #FF0000;
}
.bgRed2{
	background: #CC0000;
}
.bgBlack{
	background: #000000;
}
.bgYellow{
	background: #FFFF00;
}
.coRed1{
	color: #FF0000;
}
.coRed2{
	color: #CC0000;
}
.coWhite{
	color: #FFFFFF;
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* 申し込み */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
a:hover img.btnon {
    opacity: .7;
    filter: alpha(opacity=60);
    -ms-filter: "alpha( opacity=60 )";
}


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

div.foot {
	color:#666666;
	font-size:11px;
	font-weight:normal;
	line-height:200%;
	text-align:center;
	margin:0 auto ;
	padding:50px 0px 0px ;
}
div.foot a {
}
div.foot a {
	color:#333333;
	text-decoration:none;
}
div.foot a:hover {
	text-decoration:underline;
}
address { 
	font-style:normal;
}

/* end */