/*----------------------------------
デフォルト設定
----------------------------------*/
*{
 margin:0;
 padding:0;
}

body {
	color: #474747;
	font-family:"ＭＳ Ｐゴシック", "Osaka", "ヒラギノ角ゴ Pro W3", verdana, arial, sans-serif;
	background-color:#FFF;
	font-size: 12px;
	line-height:1.8em;
	background:url(../img/bg.jpg) repeat-x left top fixed ;
}

img, p, ul, li, dl, dt, dd { 
 margin: 0;
 padding: 0;
}

.right {
	text-align: right;
}

.floatL {
 float: left;
}

.floatR {
 float: right;
}
.center {
	text-align: center;
}

img {
 border: 0;
 vertical-align:bottom;
}

img.va-mid {
	vertical-align:text-bottom;
}

em {
	font-size: 12px;
}

h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.2;
}

.clearFloat{
	clear:both;
}

table td{
	vertical-align:top;
}


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

head

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

#headTop {
	background-image:url(../img/bg_headTop.jpg);
	background-position:top;
	background-repeat:repeat-x;
}

#head {
	position:relative;
	width:1040px;
	height:850px;
	margin:0 auto 0 auto;
	background-image:url(../img/img_headBg.jpg);
	background-position:top;
	background-repeat:no-repeat;
	background-color:#FFF;
}
h1{
	color:#FFF;
	position:absolute;
	top:8px;
	left:10px;
	font-size:10px;
	line-height:1em;
	font-weight: normal;
}


#topBack {
	position:absolute;
	top:6px;
	right:10px;
}
h2{
	position:absolute;
	top:40px;
	left:253px;
}

#topBadge{
	position:absolute;
	top:40px;
	left:146px;
}

#main_image{
	position:absolute;
	top:130px;
	left:253px;
}

#portfolio{
	width:570px;
	height:220px;
}

#topMap{
	position:absolute;
	top:143px;
	right:10px;
}

#topMsg{
	position:absolute;
	top:380px;
	left:253px;
}

#topPhoto{
	position:absolute;
	top:310px;
	left:12px;
}

#b_kids{
	position:absolute;
	top:526px;
	left:180px;
}
#b_pr{
	position:absolute;
	top:526px;
	left:70px;
}

#calArea{
	position:absolute;
	top:550px;
	left:50px;
}

/*----------------------------------
courseArea
----------------------------------*/

#courseArea{
	position:absolute;
	width:300px;
	top:380px;
	right:20px;
}

#courseArea ul#course{
	list-style-type:none;
}
#courseArea ul#course li{
	margin:0;
	
}

/*----------------------------------
フォント色
----------------------------------*/

.rose{
	color:#ff0066;
}

/*----------------------------------
　メニュー
----------------------------------*/
#wrapper2 {
	margin: 0 auto;
	width: 950px;
	background-color:#FFF;
	padding:0 20px 10px 20px;
}

/*----------------------------------
　レイアウト設定
----------------------------------*/
#wrapper {
	margin: 0 auto;
	width: 950px;
	padding:0 45px;
	background-color:#FFF;
}

#header {
	width: 790px;
	height: 20px;
	padding-top: 5px;
}

#header h1 {
	width: auto;
	font-size: 10px;
}

/* #allcont
----------------------------------*/

#allcont {
	background: #fff;
	margin:0;
}

#topimg {
	width: 840px;
	margin: 0;
}

/* #content
----------------------------------*/

#content {
	margin: 0 auto;
	width: 740px;
	background: #fff;
}

.topicPath {
	width:740px;
	height:21px;
	font-size:10px;
	line-height:1em;
	margin:0 auto 20px auto;
}

.topicPath ul{
	margin:0;
	padding:0;
}

.topicPath ul li {
	float:left;
	height:15px;
	padding-top:4px;
	background-color:#F9F7EB;
	border-top:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
	list-style-type: none;
}
.topicPath ul li a {
	color:#474747;
	text-decoration:none;
}
.topicPath ul li a:hover {
	text-decoration:underline;
}

.topicPath ul li.homeL{
 display:block;
 width:141px;
 padding-left:30px;
 background-image:url(../../../../img/bg_pathHomeL.gif);
 background-repeat:no-repeat;
 background-position:left top;
 border-left:1px solid #CCCCCC;
}

.topicPath ul li.mid {
	display:block;
	padding-left:10px;
	padding-right:20px;
	background-image:url(../../../../img/bg_pathMid.gif);
	background-repeat:no-repeat;
	background-position:right top;
}
.topicPath ul li.end {
	display:block;
	padding-left:10px;
	padding-right:10px;
}
.topicPath ul li.local {
	padding-left:20px;
	border-color:#FFFFFF;
	background-color:#FFFFFF;
	background-image:url(../../../../img/bg_pathEnd.gif);
	background-repeat:no-repeat;
	background-position:left top;
}

/* course
----------------------------------*/

.crs-cont {
	width: 668px;
	background: #F6F6F6;
	border-right: 1px solid #D3D3D3;
	border-left: 1px solid #D3D3D3;
	padding: 20px;
}

.crs-cont .twocol {
	width: 668px;
}

.crs-cont .tbl-lsn {
	width: 668px;
	margin: 0 0 20px;
	border-top: 1px solid #5DB0D7;
	border-left: 1px solid #5DB0D7;
}

.crs-cont .tbl-lsn th,
.crs-cont .tbl-lsn td {
	border-right: 1px solid #5DB0D7;
	border-bottom: 1px solid #5DB0D7;
}


.crs-cont .tbl-lsn_gre {
	width: 668px;
	margin: 0 0 20px;
	border-top: 1px solid #008C5F;
	border-left: 1px solid #008C5F;
}
.crs-cont .tbl-lsn_gre th,
.crs-cont .tbl-lsn_gre td {
	border-right: 1px solid #008C5F;
	border-bottom: 1px solid #008C5F;
}

.crs-cont .tbl-lsn_gre th {
	background: #F6F6F6;
	color: #008C5F;
	font-size: 10px;
	padding: 0.5em 0.8em;
	line-height:1em;
}

.crs-cont .tbl-lsn_gre td {
	background: #fff;
	text-align: center;
	vertical-align:middle;
	padding: 0.5em 0.8em;
	line-height: 1.4em;
}


.crs-cont .tbl-lsn_pink {
	width: 668px;
	margin: 0 0 20px;
	border-top: 1px solid #F83D5E;
	border-left: 1px solid #F83D5E;
}
.crs-cont .tbl-lsn_pink th,
.crs-cont .tbl-lsn_pink td {
	border-right: 1px solid #F83D5E;
	border-bottom: 1px solid #F83D5E;
}

.crs-cont .tbl-lsn_pink th {
	background: #F6F6F6;
	color: #F83D5E;
	font-size: 10px;
	padding: 0.5em 0.8em;
	line-height:1em;
}

.crs-cont .tbl-lsn_pink td {
	background: #fff;
	text-align: center;
	vertical-align:middle;
	padding: 0.5em 0.8em;
	line-height: 1.4em;
}


.crs-cont .tbl-lsn th {
	background: #F6F6F6;
	color: #3667C2;
	font-size: 10px;
	padding: 0.5em 0.8em;
	line-height:1em;
}

.crs-cont .tbl-lsn td {
	background: #fff;
	text-align: center;
	vertical-align:middle;
	padding: 0.5em 0.8em;
	line-height: 1.4em;
}

.schedule {
	margin: 0 0 20px;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
}

.schedule th,
.schedule td {
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
}

.schedule th {
	padding: 0.2em 1em;
	background: #ccc;
	text-align: center;
	font-weight: bold;
}

.schedule td {
	padding: 0.3em 1em;
	background: #fff;
	text-align: center;
}

.crs-name {
	width:710px;
	height:35px;
}


.mtable {
	width:710px;
	margin: 0 auto;
}

.line {
	margin-top: 20px;
	margin-bottom: 20px;
	height:1px;
	width:668px;
	background-image:url(../img/paku_dash.gif);
	background-repeat:repeat-x;
}

.line_m {
	margin-top: 10px;
	margin-bottom: 10px;
	height:1px;
	width:668px;
	background-image:url(../img/paku_dash.gif);
	background-repeat:repeat-x;
}

.crs-cont ul{
	margin:0 0 0 10px;
	padding:0 0 0 10px;
}

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

pageTop

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

div#pageTop{
 position:relative;
 width:840px;
 height:29px;
}

div#pageTop a{
 position:absolute;
 top:0;
 right:10px;
 width:120px;
 height:29px;
 display:block;
}



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

お問合せテーブル

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


table.contact{
	border-top:1px solid #999999;
	border-left:1px solid #999999;
}

table.contact th{
	border-bottom:1px solid #999999;
	border-right:1px solid #999999;
	background:#F6F6F6;
	padding:5px 10px;
}

table.contact td{
	border-bottom:1px solid #999999;
	border-right:1px solid #999999;
	padding:5px 10px;
}

/*btmTxt*/

#btmTxt{
 text-align:right;
 font-size:10px;
 line-height:1.2em;
 margin-bottom:20px;
 margin-right:10px;
}

#btmTxt em i{
 font-style:normal;
}

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

carender

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

#cArea{
 position:relative;
 width:650px;
 height:260px;
 background-image:url(../img/bg_cArea.jpg);
 background-position:top left;
 background-repeat:no-repeat;
}

#cTable{
 position:absolute;
 width:260px;
 bottom:10px;
 left:10px;
}

#cMlBtn{
 position:absolute;
 right:30px;
 bottom:10px;
}

#monthMsg{
 position:absolute;
 top:115px;
 left:150px;
 color:#ffffff;
 text-align:center;
 width:440px;
}

#monthName{
 position:absolute;
 top:160px;
 left:55px;
 color:#ffffff;
 text-align:left;
 width:55px;
 font-size:18px;
}

table#carender{
 font-size:10px;
 line-height:1.2em;
 border-collapse:collapse;
 background-color:#fff;
}

table#carender th{
 font-weight:normal;
 border:1px solid #ccc;
}

table#carender th#cTit{
 font-weight:bold;
 font-size:12px;
 color:#fff;
 padding:5px;
 background-color:#E4215D;
}

table#carender th#month{
 color:#fff;
 padding:3px;
 background-color:#F1839E;
}

table#carender th#month p{
 font-weight:bold;
 font-size:12px;
 margin-bottom:3px;
}

table#carender th.dTit{
 background-color:#F9F7EB;
 color:#555555;
}

table#carender td{
 padding:2px 2px 10px 2px;
 border:1px solid #ccc;
 color:#555555;
}
table#carender td span{
 font-size:12px;
 margin-left:3px;
}
table#carender td.dSun{
 background-color:#FFF7FC;
}
table#carender td.dSat{
 background-color:#EEFDFF;
}
.box3Table td{
	padding-right:20px;
}


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

clearFix

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

.clearFix:after {
 content: "."; 
 display: block; 
 height: 0; 
 clear: both; 
 visibility: hidden;
}

.clearFix {
 display: inline-table;
 min-height: 1%;
}

/* Hides from IE-mac \*/

* html .clearFix {
 height: 1%;
}

.clearFix {
 display: block;
}

/* End hide from IE-mac */

/* interview */
.voiceBoxMain{
	background-color: #fffcdf;
	text-align:left;
}

.interviewTBL td{
	padding-bottom: 5px;
}

.f_boxMain{
	border-right: 2px #ff9999 solid;
	background-color: #fffcdf;
}

.f_boxMainL{
	border-left: 2px #ff9999 solid;
	background-color: #fffcdf;
}

.f18m{
	font-size: 18px;
}


.dot{
	margin-bottom:15px;
	padding-bottom:15px;
	background-image:url(../img/bg_dot.gif);
	background-repeat:repeat-x;
	background-position:left bottom;
}

