@charset "utf-8";
/* CSS Document */

* {
	margin: 0px auto;
	padding: 0px;
	list-style: none;
	font-family: "ＭＳ Ｐゴシック","Hiragino Kaku Gothic Pro W3","ヒラギノ角ゴ Pro W3","Osaka";
	color:#444455;
	font-size:16px;
}

a{
	text-decoration:none;
	color:#1111CC;
}

a:visited{
	color:#1111CC;
}

a:hover{
	color:#FF6600;
}

a img{
	border:none;
}


html {
	overflow-x: hidden;
	overflow:scroll;
}

body {
	background-image:url(../img/background_image.gif);
	text-align: center;
}

div#wrapper {
	width: 100%;
	background: url(../img/background_top.gif) repeat-x;
}

div#header_wrapper{
	height:140px;
	width:800px;

}


div#header {
	vertical-align:top;
    display: -moz-inline-box; /*for Firefox 2*/
    display: inline-block; /*for modern*/
    /display: inline; /*for ie5～7*/
    /zoom: 1; /*for ie5～7*/
}

div.logo{
	width:428px;
	text-align:left;
}

div#navi_menu{
	height:100px;
	width:360px;
	margin:0 0 10px 0;
	
	vertical-align:bottom;
    display: -moz-inline-box; /*for Firefox 2*/
    display: inline-block; /*for modern*/
    /display: inline; /*for ie5～7*/
    /zoom: 1; /*for ie5～7*/
}

div#frame_top {
	width: 820px;
	height: 30px;
	margin-top:-20px;
	background: url(../img/frame_top.png);
}

div#frame_middle {
	width:820px;
	text-align:left;
	background-image: url(../img/frame_middle.png);
}

div#frame_bottom {
	width: 820px;
	height: 30px;
	background: url(../img/frame_bottom.png);
}

div#inner_wrapper {
	width:740px;
	margin-left:40px;
}

div#sub_title{
	height:51px;
	padding:10px 0 10px 20px;
}

/*-----------------*/
/*index*/
/*-----------------*/
div#index_sub_wapper{
	width:740px;	

	vertical-align:top;
	display: -moz-inline-box; /*for Firefox 2*/
    display: inline-block; /*for modern*/
    /display: inline; /*for ie5～7*/
    /zoom: 1; /*for ie5～7*/
}

#index_swf{
	}

div#news{
	width:430px;	

	border-right:dotted 1px #999;

	vertical-align:top;
	display: -moz-inline-box; /*for Firefox 2*/
    display: inline-block; /*for modern*/
    /display: inline; /*for ie5～7*/
    /zoom: 1; /*for ie5～7*/
}

div#news h3{
	margin:5px 10px;
	font-size:10px;
	color:#333;
}
div#news h4{
	margin-left:20px;
	margin-bottom:10px;
	font-size:16px;
	color:#009;
}


div#go_entry{
	width:280px;
	padding:40px 0 0 20px;

	vertical-align:top;
	display: -moz-inline-box; /*for Firefox 2*/
    display: inline-block; /*for modern*/
    /display: inline; /*for ie5～7*/
    /zoom: 1; /*for ie5～7*/
}

div#go_entry p{
	font-size:14px;
}

/*-----------------*/
/*instructor*/
/*-----------------*/


div#instructor_pic{
	margin:50px 0 0 30px;
	
	vertical-align:top;
	display: -moz-inline-box; /*for Firefox 2*/
    display: inline-block; /*for modern*/
    /display: inline; /*for ie5～7*/
    /zoom: 1; /*for ie5～7*/
}

div#instructors_profile{
	width:360px;
	margin:0px 0 0 30px;

	vertical-align:top;
    display: -moz-inline-box; /*for Firefox 2*/
    display: inline-block; /*for modern*/
    /display: inline; /*for ie5～7*/
    /zoom: 1; /*for ie5～7*/
}

div#instructors_profile h2{
	font-size:22px;
	font-weight:200;
}

div#instructors_profile p{
	font-size:16px;
	line-height:1.5em;
}

/*-----------------*/
/*miraijuku*/
/*-----------------*/
div.go_atmos{
	margin:20px 0 0 20px;
}

div.miraijuku_sub_title{
	margin:20px 0 8px 10px;
}

div.miraijuku_p{
	margin:5px 0 0 10px;
}

div.miraijuku_p p{
	line-height:1.5em;
}

div.panel-overlay h2{
	padding-top:6px;
	font-size:18px;
	font-weight:800;
	color:#44f;
}


/*-----------------*/
/*link*/
/*-----------------*/
div.link{
	margin:-9px 30px 0px 30px;
}


div.link ul li{
	margin:10px 0 5px 0;
	list-style-image:url(../../link/img/arrow.png);
}

div.link ul p{
	margin-left:20px;
	font-size:14px;
}

/*-----------------*/
/*entry*/
/*-----------------*/
div.go_entry_form{
	margin:0 0 10px 7px;
}
div.go_entry_form_right{
	text-align:right;
	margin:10px 10px 0 0;
}

div#entry_chart{
}

div.entry_step{
	width:700px;
	border:#999 thin dashed;
	margin:0 0 10px 20px;
    display: -moz-inline-box; /*for Firefox 2*/
    display: inline-block; /*for modern*/
    /display: inline; /*for ie5～7*/
    /zoom: 1; /*for ie5～7*/
}
div.entry_step p{
	margin-left:10px;
	size:12px;
}


div#boshuyoukou{
}
div#seinen{
}

div.entry_sub_title{
	margin:10px 0 4px 10px;
}

/*--bof entry tabe----------*/
.entry_table {
	width:100%;
	border-collapse:collapse;
	line-height:1.5em;
}

.entry_table th {
	width:25%;
	padding:4px 2px 2px 4px;
	text-align:center;
	vertical-align:middle;
	color:#444455;
	background-color:#e3e8ee;
	border:1px solid #cccccc;
}
.entry_table td {
padding:4px 2px 2px 6px;
background-color:#FFFFFF;
border:1px solid #e3e8ee;
}
/*--eof entry tabe----------*/

/*-----------------*/
/*entryform*/
/*-----------------*/
ul.inline li{
	display:inline;
}

#age{
	vertical-align:baseline;
}

#text_kome{
	font-size:smaller;
	color:#F30;
}

#total_price_input{
	border:none;
}

/*-------------------------KWICKS--------------------*/
.kwicks {
	list-style: none;
	position: relative;
	margin: 0;
	padding: 0;
	width:240px;
	height:50px;
	z-index:2;
}
.kwicks li {
	display: block;
	float: left;
	overflow: hidden;
	padding: 0;
	cursor: pointer;
	width: 100px;
	height: 50px;
	z-index:2;
	cursor:pointer;
}
.kwicks li a {
	background-image:url(../img/mainmenu.png);
	background-repeat:no-repeat;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial;
	font-size: 14px;
	letter-spacing: -0.07em;
	color: #AA0000;
	height: 50px;
	outline:none;
	display:block;
	z-index:100;
	cursor:pointer;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
}
.kwicks li h3 {
	position: absolute;
	width: 120px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial;
	font-size: 10px;
	color: #FF6600;
	letter-spacing: -0.02em;
	outline:none;
	z-index:0;
	cursor:pointer;
	text-transform: uppercase;
	font-weight: normal;
	margin-left: 5px;
	text-decoration: none;
	left: 0px;
	top: 15px;
	right: 0px;
	bottom: 0px;
}
#kwick_1, #kwick_2, #kwick_3, #kwick_4, #kwick_5, #kwick_6 {
	margin: 0pt;
	overflow: hidden;
	position: absolute;
	display: block;
	width: 120px;
}
#kwick_1 {
	left: 0px;
}
#kwick_2 {
	left: 120px;
}
#kwick_3 {
	right:-120px;
}
#kwick_4 {
	left: 0px;
}
#kwick_5 {
	left: 120px;
}
#kwick_6 {
	right:-120px;
}

#kwick_1 a {
	background-position:0px 0px;
}
#kwick_1 a:hover, #kwick_1 a#active {
	background-position:0px -50px;
}
#kwick_2 a {
	background-position:-190px 0px;
}
#kwick_2 a:hover, #kwick_2 #active {
	background-position:-190px -50px;
}
#kwick_3 a {
	background-position:-380px 0px;
}
#kwick_3 a:hover, #kwick_3 #active {
	background-position:-380px -50px;
}
#kwick_4 a {
	background-position:-570px 0px;
}
#kwick_4 a:hover, #kwick_4 #active {
	background-position:-570px -50px;
}
#kwick_5 a {
	background-position:-760px 0px;
}
#kwick_5 a:hover, #kwick_5 #active {
	background-position:-760px -50px;
}
#kwick_6 a {
	background-position:-950px 0px;
}
#kwick_6 a:hover, #kwick_6 #active {
	background-position:-950px -50px;
}

/*-------------------------KWICKS--------------------*/
