/*----------------------------------
デフォルト設定
----------------------------------*/

body {
	color: #474747;
	font-family:"ＭＳ Ｐゴシック", "Osaka", "ヒラギノ角ゴ Pro W3", verdana, arial, sans-serif;
	background-color: #EBEBEB;
	font-size: 12px;
	line-height:1.8em;
}

body, div {
	margin: 0;
	padding: 0;
}

p {
	margin: 0;
	padding: 0;
}

.right {
	text-align: right;
}

.center {
	text-align: center;
}

img {
	border: none;
}

img.va-mid {
	vertical-align: middle;
}

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;
}

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

.rose{
	color:#ff0066;
}

/*----------------------------------
　レイアウト設定
----------------------------------*/
#wrapper {
	margin: 0 auto;
	width: 790px;
}

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

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

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

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

#topimg {
	width: 790px;
	height: 250px;
	margin: 0 0 20px;
}

/* #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,
.crs-contCrip {
	width: 668px;
	background: #F9F7EB;
	border-right: 1px solid #D3D3D3;
	border-left: 1px solid #D3D3D3;
	padding: 20px;
}

.crs-contCrip{
	padding-top: 0;
}

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

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

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

.crs-cont .tbl-lsn th,
.crs-contCrip .tbl-lsn th{
	background: #ff9900;
	color: #fff;
	padding: 0.5em 0.8em;
	font-size: 10px;
	line-height:1em;
}

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

.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;
}

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

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

pageTop

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

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

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

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

foot

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

#foot{
 width:790px;
 font-size:10px;
 line-height:1.3em;
 text-align:center;
 margin:0 auto;
 padding-top:15px;
 padding-bottom:5px;
 background-image:url(../../../../img/bg_foot.jpg);
 background-repeat:repeat-x;
 background-position:left top;
}

#foot ul{
 margin-bottom:10px;
}

#foot ul li{
 display:inline;
}

#foot ul li a{
 color:#474747;
 text-decoration:none;
}

#foot ul li a:hover{
 text-decoration:underline;
}

div#serch{
 margin-top:20px;
}

p#copyR{
 margin-top:30px;
}


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

foot 全ページ共有フッターリンク

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

#foot ul#common{
	text-align: left;
	width:730px;
    margin:0 auto 20px auto;
	}

#foot ul#common li{
	line-height: 140%;
}

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

foot-btmLink

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

#foot ul#btmLink {
 position:relative;
 width:910px;
 height:110px;
 margin-bottom:15px;
 padding-bottom: 17px;
 background-repeat:repeat-x;
 background-position:left bottom;
}

#foot ul#btmLink li {
 width:180px;
 height:50px;
}

#foot ul#btmLink li#bl1{
 position: absolute;
 top: 0;
 left: 65px;
}

#foot ul#btmLink li#bl2{
 position: absolute;
 top: 0;
 left: 255px;
}

#foot ul#btmLink li#bl3{
 position: absolute;
 top: 0;
 left: 445px;
}

#foot ul#btmLink li#bl4{
 position: absolute;
 top: 0;
 left: 635px;
}

#foot ul#btmLink li#bl5{
 position: absolute;
 top: 60px;
 left: 65px;
}

#foot ul#btmLink li#bl6{
 position: absolute;
 top: 60px;
 left: 255px;
}

#foot ul#btmLink li#bl7{
 position: absolute;
 top: 60px;
 left: 445px;
}

#foot ul#btmLink li#bl8{
 position: absolute;
 top: 60px;
 left: 635px;
}

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

foot-courseLink

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

#foot ul#btmCourse {
 position:relative;
 width:910px;
 height:20px;
}

#foot ul#btmCourse li {
 width:110px;
 height:20px;
}

#foot ul#btmCourse li a{
 text-decoration:none;
}

#foot ul#btmCourse li#bc1{
 position: absolute;
 top: 0;
 left: 85px;
}

#foot ul#btmCourse li#bc1 a{
 display:block;
 width:100%;
 height:100%;
 background-repeat:no-repeat;
 background-position:left top;
}

#foot ul#btmCourse li#bc2{
 position: absolute;
 top: 0;
 left: 205px;
}

#foot ul#btmCourse li#bc2 a{
 display:block;
 width:100%;
 height:100%;
 background-repeat:no-repeat;
 background-position:left top;
}

#foot ul#btmCourse li#bc3{
 position: absolute;
 top: 0;
 left: 325px;
}

#foot ul#btmCourse li#bc3 a{
 display:block;
 width:100%;
 height:100%;
 background-repeat:no-repeat;
 background-position:left top;
}

#foot ul#btmCourse li#bc4{
 position: absolute;
 top: 0;
 left: 445px;
}

#foot ul#btmCourse li#bc4 a{
 display:block;
 width:100%;
 height:100%;
 background-repeat:no-repeat;
 background-position:left top;
}

#foot ul#btmCourse li#bc5{
 position: absolute;
 top: 0;
 left: 565px;
}

#foot ul#btmCourse li#bc5 a{
 display:block;
 width:100%;
 height:100%;
 background-repeat:no-repeat;
 background-position:left top;
}

#foot ul#btmCourse li#bc6{
 position: absolute;
 top: 0;
 left: 685px;
}

#foot ul#btmCourse li#bc6 a{
 display:block;
 width:100%;
 height:100%;
 background-repeat:no-repeat;
 background-position:left top;
}


#foot ul#btmCourse li#bc1 a b,
#foot ul#btmCourse li#bc2 a b,
#foot ul#btmCourse li#bc3 a b,
#foot ul#btmCourse li#bc4 a b,
#foot ul#btmCourse li#bc5 a b,
#foot ul#btmCourse li#bc6 a b{
 position: absolute;
 top: -9999px;
 left: -9999px;
}

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

groupLink

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

table#groupLink{
 width:780px;
 margin:30px auto 0 auto;
 border-top:1px solid #CCCCCC;
 border-left:1px solid #CCCCCC;
}

table#groupLink th{
 vertical-align:middle;
 padding:0.5em 0.8em;
 background-color:#F5F5F8;
 border-right:1px solid #CCCCCC;
 border-bottom:1px solid #CCCCCC;
}

table#groupLink td{
 text-align:center;
 padding:0.5em 0.8em;
 border-right:1px solid #CCCCCC;
 border-bottom:1px solid #CCCCCC;
}

table#groupLink td a{
 font-size:10px;
 color:#666666;
 text-decoration:none;
}

table#groupLink td a:hover{
 text-decoration:underline;
}

table#groupLink td#glpr a{
 padding:1px 0 2px 30px;
 background-image:url(../../../../img/bg_glpr.gif);
 background-repeat:no-repeat;
 background-position:left top;
}

/*お問合せテーブル*/

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:#F9F7EB;
	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;
}


/*カレンダー*/
table.event{
}
table.event th{
	padding:2px 4px;
	width:89px;
	font-size:10px;
	border-top:1px solid #D1D1E0;
	border-bottom:1px solid #D1D1E0;
	background-color:#FFFFEC;
	background-repeat:repeat-y;
	background-position:left top;
	line-height:160%;
	text-align:left;
}
table.event td{
	padding:2px 4px;
	width:89px;
	font-size:10px;
	border-bottom:1px solid #D1D1E0;
	background-repeat:repeat-y;
	background-position:left top;
	line-height:160%;
}
/*カレンダー　日曜*/
table.event .sun{
	color:#FF3769;
	background-image:none;
}
/*カレンダー　祝日*/
table.event .holi{
	color:#FF3769;
}
/*カレンダー　土曜*/
table.event .sat{
	color:#0033FF;
}
/*カレンダー　他の月*/
table.event .otherMonth{
	color:#CCCCCC;
}
/*カレンダー　専科*/
table.event .senkaDate{
	background-color:#FF3300;
	color:#FFFFFF;
	padding:1px 4px;
	text-decoration:none;
	margin-right:5px;
}
table.event .senkaTxt{
	color:#FF3300;
	text-decoration:underline;
}
/*カレンダー　エアライン*/
table.event .airlineDate{
	background-color:#0099FF;
	color:#FFFFFF;
	padding:1px 4px;
	text-decoration:none;
	margin-right:5px;
}
table.event .airlineTxt{
	color:#0099FF;
	text-decoration:underline;
}
/*カレンダー　レッスン＆ディナー*/
table.event .lessonDate{
	background-color:#92690A;
	color:#FFFFFF;
	padding:1px 4px;
	text-decoration:none;
	margin-right:5px;
}
table.event .lessonTxt{
	color:#92690A;
	text-decoration:underline;
}
/*カレンダー　TOEIC*/
table.event .toeicDate{
	background-color:#009900;
	color:#FFFFFF;
	padding:1px 4px;
	text-decoration:none;
	margin-right:5px;
}
table.event .toeicTxt{
	color:#009900;
}
/*カレンダー　給付*/
table.event .kyufuDate{
	background-color:#FF6600;
	color:#FFFFFF;
	padding:1px 4px;
	text-decoration:none;
	margin-right:5px;
}
table.event .kyufuTxt{
	color:#FF6600;
}
/*カレンダー　英検*/
table.event .eikenDate{
	background-color:#FF0000;
	color:#FFFFFF;
	padding:1px 4px;
	text-decoration:none;
	margin-right:5px;
}
table.event .eikenTxt{
	color:#FF0000;
	text-decoration:underline;
}

/*カレンダー　夏期集中*/
table.event .summerDate{
	background-color:#3366FF;
	color:#FFFFFF;
	padding:1px 4px;
	text-decoration:none;
	margin-right:5px;
}
table.event .summerTxt{
	color:#3366FF;
	text-decoration:underline;
}

/*カレンダー　マルチ*/
table.event .multiDate{
	background-color:#FF3366;
	color:#FFFFFF;
	padding:1px 4px;
	text-decoration:none;
	margin-right:5px;
}
table.event .multiTxt{
	color:#FF3366;
}





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

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;
}

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

carender

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

#cArea{
 position:relative;
 width:680px;
 height:200px;
}

#cTable{
 position:absolute;
 width:240px;
 top:10px;
 right:10px;
}

table#carender{
 font-size:10px;
 line-height:1em;
 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;
}

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