@charset "utf-8";
/*===========================================*/
/*==基本設定==*/
/*===========================================*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,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,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	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;
}

html{ overflow-y: scroll;} /*スクロールバーの有無によるズレ対策*/
html,body{
font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
font-size: 16px;
line-height: 2;
color: #FFF;
background: #000;
}
body{	}
*html,body{ font-family: "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;} /*IE6*/
input,textarea,select{
font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
}
input,select { vertical-align: middle;}
*html input,*html textarea{ font-family: "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;} /*IE6*/
img{ vertical-align: top; border: none;}
a{ color: #FFF; }
a:hover{ text-decoration: none;}



/*===========================================*/
/*==ページ設定==*/
/*===========================================*/

#body_top {
	background: url(../img/bg_heder.jpg) no-repeat center 0 #000;
}
#body_top header {
	padding: 0px 50px 43px 25px;
	font-size:15px;
}
#wrap {
	width: 958px;
	border: 1px solid #5C5C5C;
	margin: 0 auto;
}
.wrap_top {
	background: url(../img/head_bg.jpg) no-repeat top center;
	padding:393px 0 0;
	}

#gnavi { margin-bottom: 30px;}
#gnavi ul { overflow: hidden;}
#gnavi ul li { float: left;}

#movie {
	text-align: center;
	background: url(../img/top02.jpg) no-repeat center 290px;
	padding: 30px 0 20px;
}
#movie #movie_inner {
	width: 780px;
	margin: 30px auto 140px;
}

#about {
	min-height: 770px;
	height: auto !important;
	height: 770px;
}
#about h1 {
	margin-bottom: 50px;
}
#about p {
	margin-bottom: 2em;
	padding: 0 420px 0 60px;
}
#prifile {
	background: url(../img/bg_profile.jpg) no-repeat 0 0;
	min-height: 460px;
	height: auto !important;
	height: 460px;
}
#prifile h1,
#prifile h2 {
	margin-bottom: 20px;
	padding: 0 60px 0 440px;
}
#prifile p {
	margin-bottom: 2em;
	padding: 0 60px 0 440px;
}


#voice1 {
	min-height: 770px;
	height: auto !important;
	height: 770px;
}
#voice1 h1 {
	margin-bottom: 50px;
}
#voice1 p {
	margin-bottom: 2em;
	padding: 0 420px 0 60px;
}

#voice_prifile1 {
	background: url(../img/bg_profile.jpg) no-repeat 0 0;
	height: auto !important;
}
#voice_prifile1 h1,
#voice_prifile1 h2 {
	margin-bottom: 20px;
	padding: 0 60px 0 60px;
}
#voice_prifile1 p {
	margin-bottom: 2em;
	padding: 0 420px 0 60px;
	font-size:14px;
}

#voice2 {
	height: auto !important;
}
#voice2 h1 {
	margin-bottom: 50px;
}
#voice2 p {
	margin-bottom: 2em;
	padding: 0 60px 0 425px;
}

#voice_prifile2 {
	background: url(../img/bg_profile.jpg) no-repeat 0 0;
	min-height: 560px;
	height: auto !important;
	height: 560px;
}
#voice_prifile2 h1,
#voice_prifile2 h2 {
	margin-bottom: 20px;
	padding: 0 60px 0 420px;
}
#voice_prifile2 p {
	margin-bottom: 2em;
	padding: 0 60px 0 425px;
	font-size:14px;
}



.btn_form {
	text-align: center;
}



#footernavi {
	background: url(../img/foot_bg.png) no-repeat 0 center;
	padding: 50px 0;
	text-align: center;
	display: block;
}

footer { overflow: hidden; padding: 20px 30px 30px;}
footer #left { float: left;}
footer #right {
	float: right;
	text-align: right;
	font-size: 14px;
	line-height: 1.5;
	padding-top: 10px;
}

#form_wrap {
 width: 800px;
 background: #FFF;
 padding: 40px;
 text-align: left;
 color: #333;
 font-size: 14px;
 margin: 20px auto;
}

.box_form_top { border-top: 2px solid #CCC;}

.box_form_class {
 border-bottom: 2px solid #CCC;
 padding: 20px;
 overflow: hidden;
 line-height: 1.5;
}
.box_form_class p {
 width: 150px;
 float: left;
 font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", "Osaka", sans-serif ;
 font-size: 24px;
 font-weight: bold;
}
.box_form_class table {
 width: 460px;
 float: right;
 border-collapse:collapse;
 border:0px;
 border-top: 1px solid #CCC;
}
.box_form_class th { text-align: left; font-weight: normal; padding: 8px 12px; white-space: nowrap; border-bottom: 1px solid #CCC;}
.box_form_class td { text-align: right; font-weight: bold; padding: 8px 12px; white-space: nowrap; border-bottom: 1px solid #CCC;}

.box_form_class_bg_01 { background: #FFFFCC;}
.box_form_class_bg_02 { background: #DDFFCC;}
.box_form_class_bg_03 { background: #DDFFFF;}



.box_form_pay {
 border-bottom: 2px solid #CCC;
 padding: 20px;
}
.box_form_pay_ttl {
 color: #FF0000;
 font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", "Osaka", sans-serif ;
 font-size: 18px;
 font-weight: bold;
}


.form {
 margin: 0 auto 30px;
 text-align: left;
 line-height: 1.6;
}
.form_h3 {
 font-size: 18px;
 margin-bottom: 10px;
}
.form table {
 margin-left: auto;
 margin-right: auto;
 text-align: center;
}
.form table td {
 text-align: left;
}

.form_payment {
 background: #FFFFCC;
 padding: 20px 0;
 margin-bottom: 10px;
}


.form_table {
	width: 100%;
 border-collapse:collapse;
 border:0px;
 border-top: 1px solid #CCC;
 border-left: 1px solid #CCC;
}
.form_table th {
 width: 150px;
 border-bottom: 1px solid #CCC;
 border-right: 1px solid #CCC;
 background: #FFFFCC;
 text-align: left;
 vertical-align: top;
 padding: 10px 10px 10px 12px;
}
.form_table td {
 border-bottom: 1px solid #CCC;
 border-right: 1px solid #CCC;
 background: #FFF;
 padding: 10px;
 vertical-align: top;
}

.form_attention { color: #FF0000;}


#company {
	width: 600px;
	margin: 40px auto 100px;
	border-top: 1px solid #FFF;
	border-left: 1px solid #FFF;
	color: #FFF;
}
#company th {
	width: 150px;
	background: #000;
	padding: 15px;
	border-right: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
}
#company td {
	background: #000;
	padding: 15px;
	border-right: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
}


#hidden{
	text-indent:-9999px;
	height: 0px;
}