@charset "utf-8";
/* CSS Document */


/* ***********************************************************
*
* Since: 2012-03-23
* Editor: harada
* Modified: 2012-03-23 by:harada
*
* ***********************************************************
*/ 


/* ***********************************************************
*
* 01.common
* 02.トップページ
* 03.スタジオ紹介
* 04.レッスン案内
* 05.入会/レッスン料
* 06.お知らせ
*
* ***********************************************************
*/ 



/* CSS common */

* {
    margin: 0;
    padding: 0;
}

body {
	background-image: url(img/com_bg.gif);
	background-repeat: repeat;
	background-position: left top;
}


#header{
	height: auto;
	width: 100%;
	background: url(img/com_header_line.gif) repeat-x center top;
	padding: 5px 0px 0px;
}




#header_boxin{
	margin: 0px auto;
	height: auto;
	width: 980px;
	background: #000000;
	padding: 0px 15px 20px;
	position: relative;
}


	#header_boxin .tel{
	height: 44px;
	width: 179px;
	top: -5px;
	right:15px;
	bottom: 0px;
	position: absolute;
	}


#header_left_box{
	float: left;
	height: auto;
	width: 550px;
}

#header_left_box h1{
	padding: 10px 0px 15px;
}

#header_right_box{
	float: right;
	height: auto;
	width: 300px;
	padding: 50px 0px 0px;
}


	#header_right_box .list dt,
	#header_right_box .list dd{
	text-align: right;
	height: auto;
	width: 100%;	
	}
	
	#header_right_box .list dt{
	padding: 0px 0px 5px;
	font-weight: bold;
	}





#footer_navi_box{
	background: #1a1a1a;
	height: auto;
	width: 100%;
	margin: 0px 0px 20px;
}


#footer_navi_box_in{
	margin: 0px auto 0px;
	padding: 20px 0px;
	height: auto;
	width: 950px;
}


#footer_navi_box_in .list_box{
}


#footer_navi_box_in .list_box li{
	border-left: 1px solid #666;
	height: auto;
	width: 316px;
	float: left;
	text-align: center;
}

#footer_navi_box_in .list_box li:first-child{
  margin-left: 0;
  padding-left: 0;
  border-left: 0;
}

address{
	background: url(img/com_header_line.gif) repeat-x center -3px;
	text-align: center;
	display: block;
	padding: 15px 0px;
	height: auto;
	width: 100%;
	overflow:hidden;
}





#com_main_contents{
	background: #000000;
	margin: 0px auto;
	height: auto;
	width: 980px;
	padding: 0px 0px 30px;
}

#com_main_contents_in{
	margin: 0px auto;
	height: auto;
	width: 950px;
	padding: 20px 0px;
}




#globalnav_container #globalnav {
	clear: both;
	width: 950px;
	height: 125px;
	margin: 0px auto 20px;
	background: url(img/com_menu_box.gif) no-repeat 0% 0%;
	font-size: 0;
}

#globalnav_container #globalnav li {
	display: inline;
	float: left;
}

#globalnav_container #globalnav li a {
	display: block;
	height: 125px;
	text-indent: -9999px;
	background: url(img/com_menu_box.gif) no-repeat 0% 0%;
}


/* nav_01 */
#globalnav_container #globalnav .nav_01 {
	width: 239px;
}
#globalnav_container #globalnav .nav_01 a {
	width: 239px;
	background-position: -0px 0%;
}
#globalnav_container #globalnav .nav_01 a:hover{
	background-position: -0px -125px;
}



/* nav_02 */
#globalnav_container #globalnav .nav_02 {
	width: 240px;
}
#globalnav_container #globalnav .nav_02 a {
	width: 240px;
	background-position: -239px 0%;
}
#globalnav_container #globalnav .nav_02 a:hover{
	background-position: -239px -125px;
}



/* nav_03 */
#globalnav_container #globalnav .nav_03 {
	width: 239px;
}
#globalnav_container #globalnav .nav_03 a {
	width: 239px;
	background-position: -478px 0%;
}
#globalnav_container #globalnav .nav_03 a:hover{
	background-position: -478px -125px;
}


/* nav_04 */
#globalnav_container #globalnav .nav_04 {
	width: 232px;
}
#globalnav_container #globalnav .nav_04 a {
	width: 232px;
	background-position: -718px 0%;
}
#globalnav_container #globalnav .nav_04 a:hover{
	background-position: -718px -125px;
}


#com_contents_left{
	float: left;
	height: auto;
	width: 709px;
}

#com_contents_right{
	float: right;
	height: auto;
	width: 218px;
}

#footer_menu_box{
	background: #FF6600;
	height: auto;
	width: 100%;
}

#footer_menu_box ul{
	text-align: center;
	height: auto;
	width: 100%;
	padding: 5px 0px;
}

#footer_menu_box li{
	padding: 0px 20px;
	display: inline;
	text-align: center;
}

#footer_menu_box li a{
	color: #000000;
    text-decoration: underline;
}

#footer_tel_box{
	background: #000000;
	margin: 0px auto;
	padding: 30px 0px;
	height: auto;
	width: 980px;
	text-align: center;
}





/* CSS トップページ */

#top_contents_left{
	float: left;
	height: auto;
	width: 635px;
}

#top_contents_right{
	float: right;
	height: auto;
	width: 290px;
}

#top_main_pic{
	background: url(img/top_main_picbg.jpg) repeat-x center top;
	height: 475px;
	width: 100%;
}

#top_main_pic .box_in{
	margin: 0px auto;
	height: auto;
	width: 950px;
}


#top_maincontents{
	background: url(img/top_maincontents_bg.jpg) no-repeat center top;
	margin: 0px auto 0px;
	height: 424px;
	width: 934px;
}

#top_maincontents .main_text{
	height: auto;
	width: 390px;
	padding: 205px 0px 0px 0px;
}


#top_picup_box{
	width: 100%;
	height: auto;
}

#top_picup_box .navi{
	width: 100%;
	height: auto;
}

#top_picup_box .navi li{
	float: left;
	height: 323px;
	width: 314px;
	display: block;
	padding: 25px 0px 0px;
}

#top_picup_box .navi .mr05{
    display: inline;
    margin-left: 5px;
}

#top_topic_box{

}

#top_topic_box .box_in{
	margin: 30px 0px 0px;
	background: url(img/top_topic_bgbtn.gif) no-repeat center bottom;
	height: auto;
	width: 290px;
	color: #000000;
	padding-bottom: 20px;
}

#top_topic_box .box_in ul{
	margin: 0px auto;
	height: auto;
	width: 250px;
}

#top_topic_box .box_in li{
	padding: 8px 0px;
	border-bottom: 1px dotted #FF3300;
}

#top_topic_box .box_in li:last-child{
	border-width: 0px;
	border-style: none;
}


/* CSS スタジオ紹介 */

.info_box{
	width:709px;
	margin-top:40px;
}

.info_box .left_box{
	width:464px;
	float:left;
}

.info_box .right_box{
	float:right;
	width:233px;
}

.info_box .left_box .left{
	width:154px;
	float:left;
	font-size: 13px;
	line-height: 1.5em;
	color: #FFFFFF;	
}

.info_box .left_box .right{
	width:284px;
	float:right;
}

.info_box .left_box .box_in{
	width:448px;
	margin:0px 0px 10px 15px;
}

.font15{
	font-size:15px;
}

.page_top{
	text-align:right;
	padding:10px;
}

.map{
	margin:20px 0px 0px;
}



/* CSS レッスン案内 */
.text{
	padding:0px 15px;
	line-height:1.5em;
}

.font_title{
	font-size:17px;
	font-weight: bold;
	color: #FFFFFF;	
	padding:10px 15px;
}

#main_box{
	width:694px;
	margin:40px 0px 30px 15px;
}

#main_box .left_box{
	width:414px;
	float:left;
}

#main_box .right_box{
	width:263px;
	float:right;
}

.main_bar{
	width:679px;
	border: 1px solid #FFFFFF;
	margin:30px 0px 15px;
	padding:10px 15px;
	font-size: 16px;
	color: #FFFFFF;	
}

#lesson_sub_bar_littel{
	width:180px;
	margin:20px 0px 15px;
	background-color: #ff6000;
	background-image: url(img/lesson_courses_little_bar.gif);
	background-position: 15px center;
	background-repeat: no-repeat;
	padding:5px 0px 5px 230px;
	font-size:15px;
}

#lesson_sub_bar_junior{
	width:240px;
	margin:20px 0px 15px;
	background-color: #ff6000;
	background-image: url(img/lesson_courses_junior_bar.gif);
	background-position: 15px center;
	background-repeat: no-repeat;
	padding:5px 0px 5px 170px;
	font-size:15px;
}

#lesson_sub_bar_young{
	width:240px;
	margin:20px 0px 15px;
	background-color: #ff6000;
	background-image: url(img/lesson_courses_young_bar.gif);
	background-position: 15px center;
	background-repeat: no-repeat;
	padding:5px 0px 5px 170px;
	font-size:15px;
}

#lesson_sub_bar_general{
	width:220px;
	margin:20px 0px 15px;
	background-color: #ff6000;
	background-image: url(img/lesson_courses_general_bar.gif);
	background-position: 15px center;
	background-repeat: no-repeat;
	padding:5px 0px 5px 190px;
	font-size:15px;
}

.photo_box{
	width:709px;
	margin:10px 0px 0px;
}

.photo_box .left_box{
	width:351px;
	float:left;
}

.photo_box .right_box{
	width:351px;
	float:right;
}

#lessontime_bar_blue{
	width:709px;
	height:57px;
	margin:35px 0px 20px;
	background-image: url(img/lesson_lessontime_studioyou_bg.gif);
	background-repeat: no-repeat;
	text-align:right;	
}

#lessontime_table_blue{
	padding:3px 0px;
	text-align:center;
	border-top: 2px solid #00c6ff;
	border-left: 2px solid #00c6ff;
	font-weight: bold;
	color: #000000;
	background-color: #FFFFFF;
}

#lessontime_table_blue th{
	padding: 10px;
	border-bottom: 2px solid #00c6ff;
	border-right: 2px solid #00c6ff;
	font-size: 13px;
	color: #00c6ff;
	font-weight: bold;
}

#lessontime_table_blue td{
	padding:5px 0px;
	text-align:center;
	border-bottom: 2px solid #00c6ff;
	border-right: 2px solid #00c6ff;
	font-size: 13px;
	line-height: 1.5em;		
}

#lessontime_table_blue .youbi{
	padding:0px;
	border-bottom: 2px solid #00c6ff;
	border-right: 2px solid #00c6ff;
	font-size: 13px;
	color: #00c6ff;
	font-weight: bold;
}

#lessontime_bar_orange{
	width:709px;
	height:57px;
	margin:35px 0px 20px;
	background-image: url(img/lesson_lessontime_steering_bg.gif);
	background-repeat: no-repeat;
	text-align:right;
}

#lessontime_table_orange{
	padding:3px 0px;
	text-align:center;
	border-top: 2px solid #ffa800;
	border-left: 2px solid #ffa800;
	font-weight: bold;
	color: #000000;
	background-color: #FFFFFF;
}

#lessontime_table_orange th{
	padding: 10px;
	border-bottom: 2px solid #ffa800;
	border-right: 2px solid #ffa800;
	font-size: 13px;
	color: #ffa800;
	font-weight: bold;
}

#lessontime_table_orange td{
	padding:5px 0px;
	text-align:center;
	border-bottom: 2px solid #ffa800;
	border-right: 2px solid #ffa800;
	font-size: 13px;
	line-height: 1.5em;		
}

#lessontime_table_orange .youbi{
	padding:0px;
	border-bottom: 2px solid #ffa800;
	border-right: 2px solid #ffa800;
	font-size: 13px;
	color: #ffa800;
	font-weight: bold;
	text-align:center;
}

#lessontime_bar_green{
	width:709px;
	height:57px;
	margin:35px 0px 20px;
	background-image: url(img/lesson_lessontime_music_bg.gif);
	background-repeat: no-repeat;
	text-align:right;
}

#lessontime_table_green{
	padding:3px 0px;
	text-align:center;
	border-top: 2px solid #40d131;
	border-left: 2px solid #40d131;
	font-weight: bold;
	color: #000000;
	background-color: #FFFFFF;
}

#lessontime_table_green th{
	padding: 10px;
	border-bottom: 2px solid #40d131;
	border-right: 2px solid #40d131;
	font-size: 13px;
	color: #40d131;
	font-weight: bold;
}

#lessontime_table_green td{
	padding:5px 0px;
	text-align:center;
	border-bottom: 2px solid #40d131;
	border-right: 2px solid #40d131;
	font-size: 13px;
	line-height: 1.5em;		
}

#lessontime_table_green .youbi{
	padding:0px;
	border-bottom: 2px solid #40d131;
	border-right: 2px solid #40d131;
	font-size: 13px;
	color: #40d131;
	font-weight: bold;
	text-align:center;
}


/* CSS 入会/レッスン料 */
#admission_step_box01{
	width:659px;
	height:180px;
	padding: 25px;
	background-image: url(img/admission_flow_box_bg01.gif);
	background-repeat: no-repeat;
	margin-top:10px;
}

#admission_step_box01 .left_box{
	width:325px;
	float:left;
	line-height:1.8em;
	padding-top:40px;
}


#admission_step_box01 .right_box{
	width:315px;
	float:right;
	line-height:1.8em;
	padding-top:40px;	
}

.center{
	text-align:center;
}

#admission_step_box02{
	width:659px;
	height:50px;
	padding: 65px 25px 10px 25px;
	background-image: url(img/admission_flow_box_bg02.gif);
	background-repeat: no-repeat;
	margin-top:10px;
}

#admission_fees_box{
	padding:30px 0px;
	background-image: url(img/admission_fees_bg.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}

#admission_fees_box table{
	padding:20px;
}

#admission_fees_box td{
	padding:7px 20px;
	font-size: 16px;
	font-weight: bold;	
}

.font20{
	font-size:20px;
}

.font23{
	font-size:23px;
}

.yerrow{
	color:#FFFF00;
	font-size:16px;
}


/* CSS お知らせ */
.news_box{
	width:709px;
}

.news_box table{
	margin:0px auto;
}

.news_box .title{
	width:679px;
	height:23px;
	background-image: url(img/news_title_bar.gif);
	font-size: 16px;
	font-weight: bold;
	color: #333333;	
	padding:8px 15px;
	margin:40px 0px 20px;
}

.news_box .comment{
	width:415px;
	padding:5px;
	color: #333333;
	font-size: 14px;
	line-height: 24px;
}

.news_box .box_in{
	width:675px;
	padding:15px;
	border: 2px double #ff6000;
	background-color: #FFFFFF;
	margin:20px 0px;
}

.news_box .pic{
	width:250px;
}



/* CSS reset================================================================== */

html {
    overflow-y: scroll;
}


body {
	color: #FFFFFF;
	font: 13px/1.5 "メイリオ";
	margin: 0;
	padding: 0;
	text-align: center;
}


body, x:-moz-broken {
    margin-left: -1px;
}


* + html body {
    font-family: 'ＭＳ Ｐゴシック';
    font-size: 75%;
}


* html body {
    font-family: 'ＭＳ Ｐゴシック';
    font-size: 75%;
}


a {
    overflow: hidden;
}


a img, img {
    border: 0 none;
    vertical-align: bottom;
}


abbr, acronym {
    border: 0 none;
}


address, caption, cite, code, dfn, em, th, strong, var {
    font-style: normal;
    font-weight: normal;
}
blockquote, dd, div, dl, dt, h1, h2, h3, h4, h5, h6, li, ol, p, pre, span, ul {
    margin: 0;
    padding: 0;
    text-align: left;
}
caption, th {
    text-align: left;
}
code, kbd, pre, samp, tt {
    font-family: monospace;
    line-height: 100%;
}
* + html code, kbd, pre, samp, tt {
    font-size: 108%;
}
h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
    margin: 0;
    padding: 0;
}
ul {
    list-style: none outside none;
}
q:before, q:after {
    content: "";
}
button, fieldset, form, input, label, legend, select, textarea {
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 100%;
}

.clear{
	clear: both;
}

.pt05 { padding-top: 05px;}
.pt10 { padding-top: 10px;}
.pt15 { padding-top: 15px;}
.pt20 { padding-top: 20px;}
.pt25 { padding-top: 25px;}
.pt30 { padding-top: 30px;}
.pt35 { padding-top: 35px;}
.pt40 { padding-top: 40px;}

.pb05 { padding-bottom: 05px;}
.pb10 { padding-bottom: 10px;}
.pb15 { padding-bottom: 15px;}
.pb20 { padding-bottom: 20px;}
.pb25 { padding-bottom: 25px;}
.pb30 { padding-bottom: 30px;}
.pb35 { padding-bottom: 35px;}
.pb40 { padding-bottom: 40px;}





/* CSS basic================================================================== */


a:hover {
    color: #E68890;
    text-decoration: none;
}
a {
    color: #E68890;
    cursor: pointer;
    text-decoration: underline;
}
fieldset {
    border: medium none;
    text-align: center;
}
label {
    cursor: pointer;
}
input, textarea {
    line-height: 1.4;
    margin: 0 0.2em 0.2em 0;
    padding: 0.1em;
    vertical-align: middle;
}
input[type="checkbox"], input[type="radio"] {
    vertical-align: middle;
}
input[type="submit"] {
    padding: 0.1em;
}
legend {
    background: none repeat scroll 0 0 #FFFFFF;
    padding: 0.3em;
}
select {
    padding: 0;
}
* html input {
    font-family: 'ＭＳ Ｐゴシック';
    padding: 0.1em;
}
* html input.checkbox, * html input.radio {
    vertical-align: -0.3em;
}
* html input.submit {
    line-height: 1.2;
    padding-top: 0.2em;
}
* html select {
    font-family: 'ＭＳ Ｐゴシック';
    vertical-align: -0.2em;
}
* html textarea {
    font-family: 'ＭＳ Ｐゴシック';
}
* + html input {
    font-family: 'ＭＳ Ｐゴシック';
    padding: 0.1em;
}
* + html input.submit {
    line-height: 1.2;
    padding-top: 0.2em;
}
* + html select {
    font-family: 'ＭＳ Ｐゴシック';
    vertical-align: -0.2em;
}
* + html textarea {
    font-family: 'ＭＳ Ｐゴシック';
}
html:first-child input {
    padding: 0.1em;
}
html:first-child input[type="checkbox"], html:first-child input[type="radio"] {
    vertical-align: middle;
}
html:first-child input[type="submit"] {
    padding: 0.3em;
}
html:first-child select {
    padding: 0.2em 0.5em;
}
body:first-of-type input {
    padding: 0.1em;
}
body:first-of-type input[type="checkbox"], body:first-of-type input[type="radio"] {
    vertical-align: text-top;
}
body:first-of-type input[type="submit"] {
    padding: 0.3em 0.3em 0.2em;
}
abbr, acronym {
    border-bottom: 1px dotted;
    cursor: help;
}
blockquote {
    margin: 1em;
}
caption {
    margin-bottom: 0.5em;
    text-align: center;
}
em, strong {
    font-weight: bold;
}
div {
}
div:after {
    clear: both;
    content: ".";
    display: block;
    font-size: 0.1em;
    height: 0.1px;
    line-height: 0;
    visibility: hidden;
}
.clearfix:after {
    clear: both;
    content: "";
    display: block;
}
* html .clearfix {
    display: inline-block;
}
* + html .clearfix {
    display: inline-block;
}
