@charset "UTF-8";
/* CSS Document */
/* -----------------------------------------------------------
reset
----------------------------------------------------------- */
div {   zoom: 1;/*for IE 5.5-7*/}
div:after {/*for modern browser*/  content: ".";   clear: both;    display: block; line-height: 0; height: 0;  visibility: hidden;} 
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;
}
address,caption,cite,code,dfn,em,strong,th,var {
font-style:normal;
}
table {
border-collapse:collapse;
border-spacing:0;
border:none;
}
caption,th {
text-align:left;
}
object,
embed {
vertical-align:top;
}
hr,legend {
display:none;
}
h1,h2,h3,h4,h5,h6 {
font-size:100%;
font-weight:normal;
}
img,abbr,acronym,fieldset,a {
border:0;
}
img {
display:block;
}
ul li {
list-style-type:none;
}
ol li {
list-style-type:none;
}

/*-----------------------------------------------------------
body
----------------------------------------------------------- */
/*基本設定*/
body {
font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
text-align:center;
}

/* IE7でpadding指定 */
*:first-child+html body {
padding-left: 1px;
}
/* IE6以下でpadding指定 */
*html body {
padding-left: 1px;
}
strong{
font-weight: normal;
}


/* LayoutClass - Float
============================================================================= */

.alignL { text-align: left; }
.alignR { text-align: right; }
.alignC { text-align: center; }
.alignM { margin: 0px auto; }

.floatL { float: left; }
.floatR { float: right; }
.floatC { clear:both;}

.alignC img{
	margin: auto;
}

/* LayoutClass - space
============================================================================= */

.topmg5 {margin-top:5px;}
.topmg10 {margin-top:10px;}
.topmg15 {margin-top:15px;}
.topmg20 {margin-top:20px;}
.topmg25 {margin-top:25px;}
.topmg30 {margin-top:30px;}
.topmg35 {margin-top:35px;}
.topmg40 {margin-top:40px;}
.topmg45 {margin-top:45px;}
.topmg50 {margin-top:50px;}

.rightmg5 {margin-right:5px;}
.rightmg10 {margin-right:10px;}
.rightmg15 {margin-right:15px;}
.rightmg20 {margin-right:20px;}
.rightmg25 {margin-right:25px;}
.rightmg30 {margin-right:30px;}
.rightmg35 {margin-right:35px;}
.rightmg40 {margin-right:40px;}
.rightmg45 {margin-right:45px;}
.rightmg50 {margin-right:50px;}
.btmmg5 {margin-bottom:5px;}
.btmmg10 {margin-bottom:10px;}
.btmmg15 {margin-bottom:15px;}
.btmmg20 {margin-bottom:20px;}
.btmmg25 {margin-bottom:25px;}
.btmmg30 {margin-bottom:30px;}
.btmmg35 {margin-bottom:35px;}
.btmmg40 {margin-bottom:40px;}
.btmmg45 {margin-bottom:45px;}
.btmmg50 {margin-bottom:50px;}
.btmmg80 {margin-bottom:80px;}

.leftmg5 {margin-left:5px;}
.leftmg10 {margin-left:10px;}
.leftmg15 {margin-left:15px;}
.leftmg20 {margin-left:20px;}
.leftmg25 {margin-left:25px;}
.leftmg30 {margin-left:30px;}
.leftmg35 {margin-left:35px;}
.leftmg40 {margin-left:40px;}
.leftmg45 {margin-left:45px;}
.leftmg50 {margin-left:50px;}

.toppd5 {padding-top:5px;}
.toppd10 {padding-top:10px;}
.toppd15 {padding-top:15px;}
.toppd20 {padding-top:20px;}
.toppd25 {padding-top:25px;}
.toppd30 {padding-top:30px;}
.toppd35 {padding-top:35px;}
.toppd40 {padding-top:40px;}
.toppd45 {padding-top:45px;}
.toppd50 {padding-top:50px;}
.rightp5 {padding-right:5px;}
.rightpd10 {padding-right:10px;}
.rightpd15 {padding-right:15px;}
.rightpd20 {padding-right:20px;}
.rightpd25 {padding-right:25px;}
.rightpd30 {padding-right:30px;}
.rightpd35 {padding-right:35px;}
.rightpd40 {padding-right:40px;}
.rightpd45 {padding-right:45px;}
.rightpd50 {padding-right:50px;}
.btmpd {padding-bottom:5px;}
.btmpd10 {padding-bottom:10px;}
.btmpd15 {padding-bottom:15px;}
.btmpd20 {padding-bottom:20px;}
.btmpd25 {padding-bottom:25px;}
.btmpd30 {padding-bottom:30px;}
.btmpd35 {padding-bottom:35px;}
.btmpd40 {padding-bottom:40px;}
.btmpd45 {padding-bottom:45px;}
.btmpd50 {padding-bottom:50px;}
.leftpd5 {padding-left:5px;}
.leftpd10 {padding-left:10px;}
.leftpd15 {padding-left:15px;}
.leftpd20 {padding-left:20px;}
.leftpd25 {padding-left:25px;}
.leftpd30 {padding-left:30px;}
.leftpd35 {padding-left:35px;}
.leftpd40 {padding-left:40px;}
.leftpd45 {padding-left:45px;}
.leftpd50 {padding-left:50px;}



/* Link
============================================================================= */

a {color: #923231; text-decoration:none;}
a:hover {color: #923231; text-decoration:underline;}
a:hover img{
opacity: .80; /* Standard: FF gt 1.5, Opera, Safari */
filter: alpha(opacity=80); /* IE lt 8 */
-ms-filter: "alpha(opacity=80)"; /* IE 8 */
-khtml-opacity: .80; /* Safari 1.x */
-moz-opacity: .80; /* FF lt 1.5, Netscape */
}

/* -----------------------------------------------------------
ベースレイアウト
iPadなどのレイアウトのインデント調整のため
text-indent: -10000;ではなく下記を使用しています。

text-indent: 100%;
white-space: nowrap;
overflow: hidden;
----------------------------------------------------------- */

/*-----------------------------------------------------------
body
----------------------------------------------------------- */
/*基本設定*/
body {
line-height:1.4;
min-width:1000px;
font-size: 15px;
color:#663300;
border-top: 4px solid #7E2730;
}
.wrap{
width:1000px;
margin:0 auto;
}
/*ヘッダー*/
header{
position:relative;
width: 1000px;
margin:auto;
}
h1{
height: 80px;
left: 0;
position: absolute;
top: 0;
width: 429px;
z-index:100;
}
h1 a{
background: url(../images/logo_head.png) no-repeat top left;
display: block;
text-indent: 100%;
white-space: nowrap;
overflow: hidden;
width: 429px;
height: 80px;
}
header p{
text-indent: 100%;
white-space: nowrap;
overflow: hidden;
width: 443px;
height: 57px;
background: url(../images/head_btn.jpg) no-repeat left top;
position: absolute;
top: 0;
right: 0;
}
header p:hover{
opacity: .80; /* Standard: FF gt 1.5, Opera, Safari */
filter: alpha(opacity=80); /* IE lt 8 */
-ms-filter: "alpha(opacity=80)"; /* IE 8 */
-khtml-opacity: .80; /* Safari 1.x */
-moz-opacity: .80; /* FF lt 1.5, Netscape */
}
/*グローバルナビ*/
#gnav{
height:64px;
background: url(../images/gnav_bg.jpg) repeat left top;
position:absolute;
top: 66px;
left: 0;
}
#gnav ul{
overflow:hidden;
margin:auto;
width:1000px;
}
#gnav ul li{
float:left;
height:64px;
}
#gnav ul li a{
height:64px;
display: block;
text-indent: 100%;
white-space: nowrap;
overflow: hidden;
}
#gnav ul li a em{
display:block;
height:64px;
}
#gnav ul li#ho a {
width:118px;
background: url(../images/gnav_bg.jpg) no-repeat scroll 0 0 transparent;
}
#gnav ul li#ho a:hover,#gnav ul li#ho em {
width:118px;
background: url(../images/gnav_bg.jpg) no-repeat scroll 0 -64px transparent;
}
#gnav ul li#fa a {
width:153px;
background: url(../images/gnav_bg.jpg) no-repeat scroll -118px 0 transparent;
}
#gnav ul li#fa a:hover,#gnav ul li#fa em {
width:153px;
background: url(../images/gnav_bg.jpg) no-repeat scroll -118px -64px transparent;
}
#gnav ul li#le a {
width:123px;
background: url(../images/gnav_bg.jpg) no-repeat scroll -271px 0 transparent;
}
#gnav ul li#le a:hover,#gnav ul li#le em {
width:123px;
background: url(../images/gnav_bg.jpg) no-repeat scroll -271px -64px transparent;
}
#gnav ul li#ex a {
width:150px;
background: url(../images/gnav_bg.jpg) no-repeat scroll -394px 0 transparent;
}
#gnav ul li#ex a:hover,#gnav ul li#ex em {
width:150px;
background: url(../images/gnav_bg.jpg) no-repeat scroll -394px -64px transparent;
}
#gnav ul li#qa a {
width:165px;
background: url(../images/gnav_bg.jpg) no-repeat scroll -544px 0 transparent;
}
#gnav ul li#qa a:hover,#gnav ul li#qa em {
width:165px;
background: url(../images/gnav_bg.jpg) no-repeat scroll -544px -64px transparent;
}
#gnav ul li#ac a {
width:130px;
background: url(../images/gnav_bg.jpg) no-repeat scroll -709px 0 transparent;
}
#gnav ul li#ac a:hover,#gnav ul li#ac em {
width:130px;
background: url(../images/gnav_bg.jpg) no-repeat scroll -709px -64px transparent;
}
#gnav ul li#co a {
width:161px;
background: url(../images/gnav_bg.jpg) no-repeat scroll -838px 0 transparent;
}
#gnav ul li#co a:hover,#gnav ul li#co em {
width:161px;
background: url(../images/gnav_bg.jpg) no-repeat scroll -838px -64px transparent;
}

/*メインコンテンツ*/
#main{
overflow: hidden;
width: 1000px;
margin: 0 auto 100px;
}
article{
width: 752px;
float: right;
text-align: left;
}

/*お問い合わせ*/
article .contact .contents{
overflow: hidden;
width: 622px;
margin: auto;
}
article .contact h3{
margin-bottom: 18px;
}
article .contact .contents p{
float:left;
margin-right: 24px;
}

/*ページトップ*/
#p_top_area {
bottom: 10px;
position: fixed;
right: 10px;
}

/*サイドメニュー*/
aside{
float:left;
width: 221px;
text-align: left;
}
#side_menu{
border: 1px solid #FFEFBF;
padding: 10px 10px 40px 10px;
font-size: 14px;
font-weight: bold;
margin-bottom: 30px;
}
#side_menu li{
border-bottom: #603B27 1px dotted;
background: url(../images/ico_02.gif) no-repeat left center;
padding: 13px 0 13px 25px;
}
#side_menu h2{
margin-bottom: 15px;
}
aside .bnr_area p {
margin-bottom: 12px;
}

/*フッター*/
footer{
background: url(../images/bg_footer.png) repeat center top;
text-align: left;
padding: 25px 0;
}
footer .wrap{
	position: relative;
}
footer a{
color: #fff;
}
footer a:hover{
color: #fff;
}
footer li{
background: url(../images/ico_01.png) no-repeat left 4px;
padding: 0 0 0 20px;
}
footer li ul li{
background: url(../images/ico_03.png) no-repeat left center;
font-size: 12px;
padding: 0 0 0 10px;
margin-bottom: 7px;
}
footer li a.liststyle{
display: inline-block;
margin-bottom: 10px;
}
footer nav{
border-right: 1px dotted #fff;
padding: 10px 30px 10px 20px;
float: left;
}
.copyarea{
	float:right;
	width: 317px;
	position: absolute;
	right: 0;
	top: 30px;
}

/*テーブル*/
table {
border-bottom: #CD8D8D 1px solid;
border-right: #CD8D8D 1px solid;
width: 100%;
}
table th{
border-top: #CD8D8D 1px solid;
border-left: #CD8D8D 1px solid;
padding: 20px 30px ;
background-color: #E9D3C9;
white-space:nowrap;
font-weight: normal;
}
table td{
border-top: #CD8D8D 1px solid;
border-left: #CD8D8D 1px solid;
padding: 20px;
}
.th_style01{
	background-color: #F6EEE1;
	color: #663300;
	text-align: center;
}
/*お問い合わせフォームテーブル*/
.contact_table{
margin-bottom: 20px;
}
.contact_table .small{
font-size: 12px;
color: #663300;
}
.contact_table span{
color: #932633;
display: inline-block;
line-height: 1.2em;
}
.contact_table input{
padding: 10px;
width: 430px;
border: 1px solid #E9D3C9;
}
.contact_table textarea{
padding: 10px;
width: 430px;
border: 1px solid #E9D3C9;
height: 200px;
resize:none;
font-size: 100%;
}
.contact_table input.type01{
width: 115px;
padding: 10px;
margin-right: 10px;
}
.contact_table input.check{
width: 15px;
padding: 0;
border: none;
}
select#course{
background-color: #F9F9F9;
border: 1px #dfdfdf solid;
color: #000;
padding: 6px;
width: 211px;
}
#submit{
background: url(../images/form_btn_01.jpg) no-repeat left top;
width: 225px;
height: 34px;
cursor:pointer;
}
#myreset{
background: url(../images/form_btn_02.jpg) no-repeat left top;
width: 225px;
height: 34px;
cursor:pointer;
}
#submit_end{
background: url(../images/form_btn_03.jpg) no-repeat left top;
width: 225px;
height: 34px;
cursor:pointer;
}
button{
text-indent: 200%;
white-space: nowrap;
overflow: hidden;
border: 0;
margin-right: 10px;
}
.wtn_copyright{
display: none;
}
.button{
text-align: center;
}
#confirm{
margin: 20px 0 30px 0;
}
.error{
color: #932633;
font-weight: bold;
}

/*ボックス*/
.contants{
overflow: hidden;
}
.contants .floatR{
width: 410px;
}
.contants_02{
padding: 50px 0 0;
width: 100%;
background: url(../images/bg_contents_01.gif) no-repeat left top;
}
.contants_02_in{
background: url(../images/bg_contents_02.gif) no-repeat left bottom;
}
.contants_02_in h4{
	margin-bottom: 25px;
}
.contants_02 .alignL{
	width:680px ;
	margin: 0 auto 30px;
}
/*-----------------------------------------------------------
中ページ共通　sub
-----------------------------------------------------------*/
.sub{
background: url(../images/bg.jpg) no-repeat center top scroll;
}
.sub header{
height: 353px;
margin-bottom: 15px;
}
.sub header h2{
position: absolute;
top: 142px;
left: 0;
}
.sub .bread{
position: absolute;
top: 336px;
left: 0;
font-size: 12px;
}
.sub .bread a{
color: #663300;
}
.sub .bread a:hover{
text-decoration: underline;
}

/*ページナビ*/
#nav_area{
	margin-bottom: 60px;
}
#nav_area h3{
	margin-bottom: 30px;
}
.contents_nav{
	overflow: hidden;
}
.contents_nav li{
	float:left;
	margin: 0 3px 3px 0;
}

/*-----------------------------------------------------------
装飾 
-----------------------------------------------------------*/
.fwb{
	font-weight: bold;
}
.fc01{
	color: #923E43;
}