@charset "utf-8";

/* -------------------------------------

	layout.css 

	各ページのレイアウト部分

------------------------------------- */ 

html {
	height: 100%;
	overflow-y: scroll;
}

body {
	height: 100%;
	background-image: url(/img/common/bg.jpg);
	max-width : 5000px;
}

#wrap  {
	min-height: 100%;
	height: auto !important;
	height: 100%;
}

h5{
	font-size: 1.3em;
	font-weight: bold;
	margin: 10px 0 10px 0;
	padding: 10px 15px 10px 15px;
	background-image: url(/img/common/title_bg.gif);
}

h6{
	font-size: 1.5em;
	margin: 0 0 10px 10px;
	padding: 10px 15px 10px 5px;
	line-height: 28px;
	color: #388a94;
}

/*	header
----------------------------------------------------------*/

#header_area {
	padding-top: 10px;
}

#header {
	width: 1000px;
	margin: 0 auto;
}

#logo_area {
	width: 460px;
	height: 150px;
	float: left;
	margin-bottom: 10px;
}

#logo_area h2 {
	margin-top: 20px;
}


#logo_area h1 {
	margin-bottom: 5px;
	font-size: 12px;
	font-weight: bold;
}

#btn_area {
	width: 393px;
	float: right;
	padding-top: 3px;
	margin-bottom: 10px;
}
.header_btn{
	width: 121px;
	float: left;
	margin-right: 10px;	
}

#contact_area {
	width: 530px;
	float: right;
	padding-top: 3px;
	text-align: right;
	background: url(/img/common/bag.png)0 0 no-repeat;
}

#contact_area p {
	margin-top: 7px;
	margin-bottom: 5px;
}



/*	global-nav
----------------------------------------------------------*/

#global-nav {
	width: 100%;
	height: 50px;
}

#global-nav ul {
	width: 1000px;
	margin: 0 auto;
	overflow: hidden;
	/zoom: 1;
}

#global-nav ul li {
	float: left;
}


/*	各バナー
----------------------------------------------------------*/

.banner { 
	position: relative; 
	overflow: auto; 
}
.banner li { 
	list-style: none; 
}
.banner ul li { 
	float: left; 
}



/*	Content
----------------------------------------------------------*/

#content_area {
	overflow:hidden;
	/*padding-bottom: 620px; footer_area(height)+margin */
}

#content {
	width: 1000px;
	margin: 10px auto 0;
}

#main {
	width: 740px;
	float: left;
	margin-top: 20px;
	overflow: hidden;
}


/*	サイドバー
----------------------------------------------------------*/

#aside {
	width: 224px;
	float: right;
	margin-top: 20px;
	margin-left: 10px;
	/zoom: 1;
	z-index: 1;
}

#aside_banner_area_01 {
	padding-bottom: 6px;
	margin-bottom: 20px;
	/zoom: 1;
}

#aside_banner_area_01 ul {
	padding: 4px;
}

#aside_banner_area_01 ul li {
	margin-bottom: 8px;
}

#aside_banner_area_02{
	padding-bottom: 6px;
	margin-bottom: 20px;
	/zoom: 1;
}
#aside_banner_area_02 ul{
	padding: 4px;
}
#aside_banner_area_02 ul li {
	width: 210px;
	margin-bottom: 8px;
	font-size: 0.9em;
	font-weight: bold;
	line-height: 30px;
	border-bottom: 1px dotted #655843;
}
#aside_banner_fb {
	width: 182px;
	background-color: #fff;
	padding: 10px;
	border: 6px solid #e8d8b9;
    border-radius:6px; 
	-moz-border-radius:6px; 
	-webkit-border-radius:6px;
	/zoom: 1;
}



/*	固定メニュー　
----------------------------------------------------------*/

/* 講師一覧ページ */
#aside5300 {
	width: 224px;
	height: 5000px;
	float: right;
	margin-top: 20px;
	margin-bottom: 50px;
	z-index: 1;
	/zoom: 1;
}

/* コース紹介ページ・セミナーページ */
#aside3000 {
	width: 224px;
	height: 3000px;
	float: right;
	margin-top: 20px;
	margin-bottom: 50px;
	z-index: 1;
	/zoom: 1;
}

#aside_banner_area_01 {
	padding-bottom: 6px;
	margin-bottom: 10px;
	/zoom: 1;
}

#aside_banner_area_01 ul {
	padding: 4px;
}

#aside_banner_area_01 ul li {
	margin-bottom: 8px;
}

#aside_banner_area_02{
	padding-bottom: 6px;
	margin-bottom: 20px;
	margin-left: 6px;
	/zoom: 1;
}
#aside_banner_area_02 ul {
	padding: 4px;
}
#aside_banner_area_02 ul li {
	width: 210px;
	margin-bottom: 8px;
	font-size: 0.9em;
	font-weight: bold;
	line-height: 30px;
	border-bottom: 1px dotted #655843;
}
#sidebar {
	height: 600px;
	width: 224px;
	overflow: hidden;
	margin-top:10px 0;
}


/*	各ページ共通　メインタイトル　
----------------------------------------------------------*/


#main_bg {
	width: 1000px;
	height: 200px;
	margin: 0 auto;
	margin-top: 15px;
	background: url(../../common/images/haikei2.png) no-repeat;
	background-position: center center;
}

#main_title {
	padding: 15px 0px;
	position: relative;
	z-index: 1;
}

div#title_box {
	width: 1000px;
	margin: 0 auto;
	padding-top: 10px;
	padding-left: 70px;
}

div#main_title div#title{
	width: 170px;
	height: 90px;
	overflow: hidden;
}



/*	パンくずリスト　
----------------------------------------------------------*/
#pankuzulist {
	width: 1000px;
	margin: 0 auto;
	padding: 10px 15px 0 25px;
	margin-top: 30px;
	text-align: left;
	font-size: 1em;
}
#pankuzulist a{	
	color: #4489b1;
	font-weight: bold;
}
#pankuzulist a:hover{	
	color: #4489b1;
	font-weight: bold;
}



/*	下層ページ共通
----------------------------------------------------------*/
.ttl{
	margin: 5px 0 5px 0; 
}

.ttl-01{
	font-weight: bold;
	font-size: 1.3em;
	margin: 20px 10px 0 5px;
}

.txt_a{
	width: 720px;
	padding: 15px 30px 20px 5px;
	font-size: 1em;
	color: #2d140a;
	line-height: 25px;
}


/*	テーブル処理　*/
table {
 	 width: 100%;
 	 border-spacing: 0;
}
table th {
	width: 30%;
	padding: 15px;
	text-align: center;
 	font-weight: bold;
 	border-top:1px dotted #aca291;
 	border-bottom:1px dotted #aca291;
 	line-height: 120%;
 	background: url(/img/common/table_bg.png);
}
table td {
	padding: 15px;
	background: rgba(255,255,255,0.6);
	border: 1px dotted #aca291;
}
table td span {
	font-weight: bold;
}

.coder {
	width: 100%;
	margin-top: 10px;
	margin-bottom: 20px;
    border-spacing: 0;
}



.sub_page h3 {
	margin-bottom: 15px;
}

#section h4 {
	margin-bottom: 12px;
	font-size: 16px;
	font-weight: bold;
	color: #076a24;
}

#section_content {
	width: 600px;
	margin: 0 auto;
}

#utility_nav {
	padding-top: 10px;
	margin-bottom: 22px;
	font-size: 12px;
	line-height: 1.0;
}

#utility_nav p {
	margin-bottom: 5px;
	font-weight: bold;
}

#utility_nav p~p {
	margin-top: 3px;
}

#utility_nav ul li {
	margin: 0 22px 10px 0;
	display: inline-block;
	/display: inline;
	zoom: 1;
}


.sub_page table th {
	padding: 12px 10px 8px;
	border: 1px solid #ccc;
	background: #ebe4c9;
}

.sub_page table td {
	padding: 8px 10px;
	border: 1px solid #ccc;
	background: #fff;
}

.sub_page table td a {
	color: #008F3C;
}

.section_pagetop {
	padding: 18px 0 40px;
	text-align: right;
}

.reason_pagetop {
	padding: 5px 0 4px 0;
	text-align: right;
}

.reservation_area {
	width: 426px;
	height: 114px;
	padding-top: 15px;
	margin: 0 auto 30px;
	background: url(../images/reservation_bg.jpg) left top no-repeat;
}

.reservation_area p {
	margin-bottom: 10px;
	text-align: center;
}

.offer_area_01 {
	padding-top: 10px;
}

.offer_area_02 {
	margin-bottom: 35px;
}





/*	footer
----------------------------------------------------------*/

.pagetop {
	text-align: right;
	height: 20px;
	width: 1000px;
	padding: 20px 0 4px;
	margin: 0 auto;
	color: #333;
}

#footer_area {
	position: relative;
	height: 200px;
}

#footer {
	background: url(/img/common/footer_bg.jpg)0 0 repeat-x;
	zoom: 1;
}

#footer_nav {
	width: 1000px;
	padding: 30px 0;
	margin: 0 auto;
}

#footer_link_area {
	width: 1000px;
}

.footer_link_box {
	width: 170px;
	margin-right: 10px;
}

#footer_link_area h3 {
	margin-top: -20px;
}

.footer_link_box ul {
	width: 700px;
	float: left;
	margin-top: 25px ;
}

.footer_link_box ul li {
	display: inline;
	padding: 8px 0 5px;
}

.footer_link_box ul li a {
	margin-left: 6px;
	padding-left: 18px;
	background: url(/img/common/arrow_01.png) left center no-repeat;
	font-weight: bold;
	text-decoration: none;
	color: #3e2315;
	font-size: 13px;
}
.footer_link_box ul li a:hover {
	text-decoration: underline;
}

#footer_address_box {
	position: relative;
	bottom: 65px;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
}

#footer_address_box address {
	width: 1000px;
	margin: 0 auto;
	text-align: center;
	margin-bottom: 10px;
}

.footer_address_img{
	position: relative;
	bottom: 60px;
	float: right;
}


/*	人物紹介（インタビューなど）
----------------------------------------------------------*/

#box2 {
	width: 740px;
	padding: 10px 20px;
	margin-bottom: 25px;
	background: rgba(255,255,255,0.5);
}
#border2 {
	padding: 15px 15px 5px 5px;
	border-top: none;
	margin-bottom: 10px;
}

.txt-ttl{
	color: #2d140a;
	font-weight: bold;
	font-size: 1.2em;
	margin: 10px 0 20px 0;
}

.txt-ttl-0{
	margin-bottom :5px;
	color: #2d140a;
	font-weight: bold;
	font-size: 1.5em;
	line-height: 1.4em;
}
.txt-ttl-1{
	margin :5px 0;
	color: #636363;
	font-weight: bold;
	font-size: 0.8em;
}

.txt-ttl-2{
	margin-top :15px;
	margin-bottom: -5px;
	color: #5e5e5e;
	font-weight: bold;
	font-size: 0.8em;
}


.txt-01{
	margin: 10px 15px 10px 0;
	font-size: 1em;
	line-height: 23px;
	color: #161616;
}

#box1 {
	width: 660px;
	overflow: hidden;	
	padding: 10px 15px 10px 15px;
	margin: 10px 0 5px 0;;
	background: #f9f8f9;
}

#profile{	
	float: left;
	width: 660px;
	padding: 15px;
	font-size: 1em;
	background: #f9f8f9;
	margin-bottom: 2px;
}

#imgR{
	width: 334px;
	float: right;
	padding: 0 0 5px 10px;
	margin: 5px 5px 10px 10px;
}

#imgR-02{
	width: 150px;
	float: right;
	padding: 40px 10px 5px 15px;
}

#qa_border {
	padding: 15px 5px 5px 15px;
	border-top: none;
	margin-bottom: 10px;
}

.qa-ttl{
	margin: 15px 0 20px 0;
	padding: 0 0 13px 25px;
	color: #161616;
	font-weight: bold;
	font-size: 1.2em;
	border-bottom: 3px solid #cacaca;	
	background: url(/img/common/bag_img_a.gif)0 0 no-repeat;
}

.question{
	margin: 20px 0 10px 0;
	padding:2px 0 10px 30px;
	font-size: 1em;
	color: #898989;
	font-weight: bold;
	background: url(/img/qa/q.png)0 0 no-repeat;
}
.answer{
	margin: 5px 0;
	padding:2px 0 20px 5px;
	font-size: 1em;
	line-height: 23px;
	color: #161616;
	border-bottom: 1px dotted #cacaca;	
}

.center{
	margin: 0 auto;
}

#box3 {
	padding: 10px ;
	margin-bottom: 10px;
	background: url(/img/common/bg_sabi.gif) repeat;
}
#box3 .ttl{
	color: #fff;
	font-size: 1.5em;
	font-weight: bold;
	margin: 20px 10px 30px 10px;
}
#box3 .txt{
	margin: 5px 15px 20px 15px;
	padding: 2px 0 10px 5px;
	font-size: 1.1em;
	line-height: 23px;
	color: #fff;
	border-bottom: 2px dotted #cacaca;	
}


/*	link
----------------------------------------------------------*/

a {
	text-decoration: underline;
	color: #31312f;
	outline: none;
}

a:hover {
	text-decoration: none;
	color: #31312f;
}

a.link_mark_01 {
	padding: 4px 0 4px 20px;
	background: url(../images/arrow_04.png) left center no-repeat;
}


/*	装飾
----------------------------------------------------------*/

.attention {
	color:#CC0000;
}

.indent {
	padding-left: 1em;
	text-indent: -1em;
}

/*	ソーシャルボタン
----------------------------------------------------------*/
#socialbuttons div {
  float: left;
  margin-top: 15px;
}


/*	簡易ロールオーバー
----------------------------------------------------------*/
#interview_box a:hover img,
#contents_box a:hover img,
#thumbnail_container a:hover img,
#main_visual_thumbnail li a:hover img,
.topics_img a:hover img,
.news_title a:hover img,
.course-btn a:hover img,
.pagetop a:hover img,
.opacity a:hover img,
#contact_area p a:hover img,
#btn_area p a:hover img,
#tipics_banner a:hover img,
#utility_nav ul li a:hover img,
.offer_area_01 a:hover img,
.offer_area_02 a:hover img,
#aside_banner_area_01 a:hover img,
#reason_box a:hover img,
#top_m_box a:hover img,
#top_box a:hover img,
#price_R a:hover img,
#TxtBoxL a:hover img,
#guide_box a:hover img,
#price_border a:hover img,
#top_b_box a:hover img,
#title_area a:hover img {
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
}


/* bottom Fixed 
------------------------------------------*/
.bottom_contact {
	position: fixed;
	bottom: -1px;
	left: 0;
	width: 100%;
	height: 105px;
	background: #fde000;
    z-index: 20;
    opacity: 0.83;
	behavior: url(PIE.htc)\9;
}
.bottom_contact p {
	position: relative;
	height: 160px;
	bottom: 55px;
	text-align: center;
}
.bottom_contact a:hover img {
	opacity: 0.9;
}
