/*ページ全体------------------------------------*/
body {
	text-align: center;
	vertical-align: top;
	margin: 0px;
	padding: 0px;
	font-size: 16px;
	line-height: 30px;
	background: #0A423F url(image/back.jpg) repeat-x left top;
}
img {
	text-align: left;
	vertical-align: top;
	margin: 0px;
	padding: 0px;
}
a:link {
	color: #CCCCCC;
	text-decoration: none;
}
a:visited {
	color: #CCCCCC;
	text-decoration: none;
}
a:hover {
	color: #00FF99;
	text-decoration: underline;
}
a:active {
	color: #00FF99;
	text-decoration: underline;
}
#wrapper1 {
	width: 830px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	vertical-align: top;
	background: #FFFFFF;
}

/*ブロック設定----------------------------------*/
#movie1 {
	height: 450px;
	width: 830px;
}
#block1 {
	background: url(image/m1_back1.jpg) no-repeat;
	text-align: left;
	vertical-align: top;
	margin: 0px;
	padding: 50px 0px 0px;
	height: 530px;
	width: 830px;
	clear: both;
}
#block2 {
	background: url(image/m2_back1.jpg) no-repeat;
	text-align: left;
	vertical-align: top;
	margin: 10px 0px 0px;
	padding: 0px;
	height: 940px;
	width: 830px;
	clear: both;
}
#block3 {
	background: url(image/m3_image1.jpg) no-repeat right top;
	margin-right: 50px;
	padding-bottom: 30px;
}
#block4 {
	background: url(image/m5_back1.jpg) no-repeat right bottom;
	padding: 20px 60px 70px;
	margin-bottom: 20px;
	clear: both;
	text-align: left;
	vertical-align: top;
}
#block5 {
	background: url(image/m6_back1.jpg) no-repeat right top;
	text-align: left;
	vertical-align: top;
}
#block6 {
	background: url(image/m6_back2.jpg) no-repeat left top;
	text-align: left;
	vertical-align: top;
	font-weight: bold;
	color: #990000;
	margin: 40px 0px 0px 40px;
	padding: 70px 0px 30px 60px;
	clear: both;
}
#block7 {
	width: 610px;
	height: 210px;
	overflow: auto;
	padding: 20px;
	font-size: 14px;
	line-height: 22px;
	border: 1px solid #CCCCCC;
	margin: 0px 0px 30px 90px;
	text-align: left;
	vertical-align: top;
	clear: both;
}
#block7 ol {
	margin-top: 0px;
	padding-top: 5px;
}
#block7 li {
	margin-bottom: 10px;
}

#block7 dt {
	font-weight: bold;
}
#block8 {
	background: url(image/m4_image1_1_2.jpg) no-repeat right 70px;
	padding-bottom: 30px;
}
#block9 {
	background: url(image/m4_image1_1_8.jpg) no-repeat right 70px;
	padding-bottom: 30px;
}

/*申込ボタン------------------------------------*/
#but {
	margin-left: 65px;
}

#but a{
	display: block;
	width: 700px;
	height: 150px;
	background: url(image/btn.jpg) no-repeat 0 0;
}

#but a span{
	display: none;
}

#but a:hover{
	background: url(image/btn.jpg) no-repeat 0 -150px;
}
/*フッター--------------------------------------*/
#footer_wrap {
	background: #000000 url(image/back2.jpg) repeat-x left top;
	text-align: center;
	vertical-align: top;
}
#footer {
	background: #000000 url(image/back2.jpg) repeat-x left top;
	font-size: 12px;
	color: #CCCCCC;
	text-align: center;
	vertical-align: top;
	line-height: 30px;
	width: 830px;
	margin-right: auto;
	margin-left: auto;
}
#footer p {
	color: #999999;
	margin: 10px 0px 0px;
	padding: 10px 0px;
	border-top: 1px dotted #0C3E3F;
}

/*文字装飾--------------------------------------*/
.p1 {
	margin: 0px;
	padding: 25px 60px;
}
.p2 {
	font-weight: bold;
	color: #990000;
	margin: 0px;
	padding: 0px 0px 0px 60px;
}
.p3 {
	margin: 0px;
	padding: 30px 0px 40px 60px;
}

.f_red2 {
	color: #ff0000;
}

.f_red1 {
	color: #990000;
}
.f_line1 {
	color: #FF0000;
	border-bottom: 1px dotted #FF0000;
}
.f_line2 {
	color: #0066CC;
	border-bottom: 1px dotted #0066CC;
}
.t_center {
	text-align: center;
	vertical-align: top;
}

/*マージン設定----------------------------------*/
.mar_l15 {
	margin-left: 15px;
}
.mar_b20 {
	margin-top: 0px;
	margin-bottom: 20px;
}
.mar_l40b50 {
	margin-left: 40px;
	margin-bottom: 50px;
}
.mar_t20l50 {
	margin-left: 50px;
	margin-top: 20px;
}
.mar_l60 {
	margin-left: 60px;
}
.mar_t20l45 {
	margin-top: 20px;
	margin-left: 45px;
}
.mar_t40l160 {
	margin-left: 160px;
	margin-top: 40px;
}