@charset "Shift_JIS";

#main h2{
	text-indent:70px;
	clear:both;
}

/**********************************************************************
 * Table関連
 */
#main table,
#main th,
#main td{
	border:1px solid #82AF74;
}

#main th{
	width:180px;
	background-color:#F0FDE1;
	color:#333;
	
}

#main td.title{
	color:#009900;
	height:35px;
	background-repeat:no-repeat;
	padding:0px 0px 0px 30px;
	font-size:120%;
	font-weight:bold;
}

#main table td ul li{
	margin-left:3px;
	background:url(img/li1_bg.gif) 0px 4px no-repeat;
	line-height:160%;
	padding:0px 0px 0px 15px;
	color:#333;
}

/**********************************************************************
 * メイン画像
 */
body.jpn .mainphoto {
	height:211px;
	background-image:url(img/mainphoto_index_jpn.jpg);
}

body.eng .mainphoto {
	height:211px;
	background-image:url(img/mainphoto_index_eng.jpg);
}

/**********************************************************************
 * お知らせ枠
 */
#news{
	float:left;
	display:inline;
	background-color:#F00;
	width:700px;
	height:264px;
	color:#666;
	font-size:90%;
	margin-bottom:15px;
	background:url(img/news_bg.gif) no-repeat ;
	padding:0 0 0 0;
}

#news .section{
	float:left;
	display:inline;
	clear:both;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #F60;
	width:640px;
	margin-bottom:8px;
}

#news h1,
#news h2{
	display:none;
}

#news .inner{
	float:left;
	display:inline;
	margin:54px 5px 10px 15px;
	height:200px;
	width:675px;
	overflow:scroll;
	overflow-x:hidden;
	padding:0;
}

#news h3{
	font-size:14px;
	margin-bottom:2px;
	height:28px;
	padding-left:100px;
	line-height:normal;
	border:none;
	background-repeat:no-repeat;
	background-image:url(img/news_icon_jpg_0.jpg);
}
body.eng #news h3{
	background-image:url(img/news_icon_eng_0.jpg);
}

#news h3.info{background-position:0 0 !important;}
#news h3.prischool{background-position:0 -50px;}
#news h3.honey{background-position:0 -100px;}
#news h3.afterschool{background-position:0 -150px;}
#news h3.jr-english{background-position:0 -200px;}
#news h3.admission{background-position:0 -250px;}



/*余白共通設定*/
#news h4,
#news h5,
#news p,
#news table,
#news ul{
	margin:0px 0px 3px 10px;
	clear:both;
}

#news h4{
	color:#930;
}


#news p{
	line-height:120%;
	color:#555;
}

#news table,
#news table th,
#news table td{
	width:auto;
	border-color:#ccc;
}

#news table{
	width:630px;
}

#news a.btn_more{
	display:block;
	clear:both;
	width:120px;
	height:22px;
	text-indent:-9999px;
	line-height:0px;
}
#news a.btn_more:hover{
	background-position:0 -50px;
}
body.jpn #news a.btn_more{
	background-image:url(img/news_btnmore_jpn.gif);
}
body.eng #news a.btn_more{
	background-image:url(img/news_btnmore_eng.gif);
}


#news .single h3{
	float:left;
	display:inline;
	width:420px;
	margin-right:0;
	clear:none;
}

#news .single p{
	float:right;
	display:inline;
	width:120px;
	margin:5px 0 0 0 ;
	clear:none;
}

/*****************************************************************************************
 * BOXエリア
 */
 
#main .box2{
	height:230px;
}

#main .box2 h3 span{
	display:none;
}

#main .box2 img{
	float:left;
	display:inline;
	clear:none;
	margin:0px 0px 0px 10px;
}

#main .box2 p,
#main .box2 ul{
	float:left;
	display:inline;
	margin:0px 0px 0px 10px;
	clear:none;
}

#main .box2 p{
	width:185px;
}

#main .box2 p.leader{
	line-height:18px;
	width:200px;
	margin:0 0 4px 4px ;
}

#main .box2 ul,
#main .box2 ul li{
	width:165px;
}


#main .mapbox,
#main .mapbox .header{
	background-image:url(img/box2_white_bg.gif);
}

#main .mapbox .header{
	height:8px;
	font-size:1px;
}

#main .mapbox{
	height:269px;
}

#main .mapbox iframe,
#main .mapbox p{
	width:320px;
	margin:2px 0px 0px 10px;
	line-height:14px;
}

#main .mapbox iframe{
	height:180px;
}

#main .mapbox small{
	margin:2px 0px 0px 250px;
	font-size:10px;
	line-height:normal;
}

/*****************************************************************************************
 * #main バナー
 */

#main .banabox{
	background-image:none;
}

#main .banabox a{
	display:block;
	width:340px;
	height:127px;
	text-indent:-9999px;
}

#main .banabox a:hover{
	background-position:0 -200px;
}

body.jpn #main .banabox a.nyukai{
	background-image:url(img/bana_nyukai_jpn.jpg);
	margin-bottom:15px;
}
body.jpn #main .banabox a.gallery{
	background-image:url(img/bana_gallery_jpn.jpg);
}

body.eng #main .banabox a.nyukai{
	background-image:url(img/bana_nyukai_eng.jpg);
	margin-bottom:15px;
}
body.eng #main .banabox a.gallery{
	background-image:url(img/bana_gallery_eng.jpg);
}

