@charset "UTF-8";
/* 
 File name:	1st.css
 Author:	icat:design02
 Info:		第一階層目用CSS　index用
------------------------------------------------------------*/
@import url("dammy.css"); 
@import url("common.css"); 	/*__共通.css__*/
@import url("layout.css"); 	/*__共通レイアウト.css__*/
/*
------------------------------------------------------------*/
#body1st #headBox{
	background:#000;
	display:block;
	height:70px;
	margin:0px;
	padding:0px;
}
#body1st #headBox #h1TitIndex{
	font-size:12px;
	line-height:14px;
	width:900px;
	text-align:left;
	margin:0px auto;
	padding:0px;
}
#body1st #headBox #h1TitIndex a{
	color:#000;
}
#body1st #mainBox{}
#body1st #contBox{
	width:920px;display:block;
	height:630px;
	background:url(../img/index/main.jpg) no-repeat top right #0b0207;
	margin:0px auto;
	padding:0px;
	/*padding:300px 0px 20px 0px;*/
}
#body1st #contBox .inner{
	/*background:url(../img/index/bgEntryListBox.jpg) no-repeat top left;*/
	padding-top:10px;
}

#body1st #contBox .entryList{
	display:block;
	/*width:320px;*/
	/*width:360px;*/
	margin:0px 0px 10px 0px;
	/*padding:300px 0px 0px 0px;*/
	/*padding:260px 0px 0px 0px;*/
	/*padding:240px 0px 30px 0px;*/
	/*padding:200px 0px 30px 0px;*/
	padding:100px 0px 30px 0px;
}
#body1st #contBox .entryList .dlList{
	/*margin:0px 0px 5px 15px;*/
	/*margin:0px 0px 0px 15px;*/
	margin:0px;
	/*padding:10px 10px 0px 12px;*/
	padding:5px 10px 0px 12px;
	/*height:150px;*/
}
#body1st #contBox .entryList #academyList,
#body1st #contBox .entryList #lessonList,
#body1st #contBox .entryList #diaryList{
/*border:solid 1px #c00;*/
/*padding:8px 8px 3px 12px;*/
padding:8px 8px 5px 12px;
margin:0px 0px 4px 0px;
/*background:url(../img/common/dateHead.gif) repeat-x 0px 0px #830529;*/
background:url(../img/index/bgList2.gif) no-repeat 0px 0px;
width:240px;
}
#body1st #contBox .entryList #academyList{
background:url(../img/index/bgList3.gif) no-repeat 0px 0px;
}

#body1st #contBox .entryList #academyList,
#body1st #contBox .entryList #lessonList{
margin:0px 0px 8px 0px;
}
#body1st #contBox .entryList #clubList{}
#body1st #contBox .entryList #schoolList{}
#body1st #contBox .entryList #infoList{
	/*height:100px;*/
}
#body1st #contBox .entryList #infoList{
	/*background:url(../img/index/bgEntryListBox.jpg) no-repeat top right;*/
}
#body1st #contBox .entryList #pubList{
	/*background:url(../img/index/bgEntryListBox2.jpg) no-repeat top right;
	margin:0px 0px 8px 15px;
	padding:10px 10px 8px 12px;*/
}
#body1st #contBox .entryList .dlList dt{
	color:#9a9799;
	/*letter-spacing:2px;*/
	letter-spacing:1px;
	font-size:11px;
	line-height:13px;
	padding:0px 0px 8px 0px;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-transform:uppercase;	
}
#body1st #contBox .entryList .dlList dt span{
	color:#6F3830;
	padding:0px 5px 0px 0px;
}
#body1st #contBox .entryList #academyList dt{
	/*letter-spacing:0px;
	font-family: verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	font-size:10px;
	line-height:13px;
	padding:5px 0px 8px 0px;*/
}

#body1st #contBox .entryList #academyList dt a{
color:#fff;
}

#body1st #contBox .entryList #lessonList dt a,
#body1st #contBox .entryList #diaryList dt a{
color:#fff;
}
#body1st #contBox .entryList #lessonList dd a,
#body1st #contBox .entryList #diaryList dd a{
color:#DFD499;
}
#body1st #contBox .entryList #academyList dt span,
#body1st #contBox .entryList #lessonList dt span,
#body1st #contBox .entryList #diaryList dt span{
/*color:#c00;*/
color:#000;
}

#body1st #contBox .entryList .dlList dt a{
	color:#9a9799;
}
#body1st #contBox .entryList .dlList dt a:hover{
	color:#c2c0c0;
}
#body1st #contBox .entryList .dlList dd{
	font-size:10px;
	line-height:13px;
	/*padding:0px 0px 8px 0px;*/
	padding:0px 0px 5px 1.2em;
}
#body1st #contBox .entryList .dlList dd a{
	color:#8d8d8d;
}
#body1st #contBox .entryList .dlList dd a:hover{
	color:#c2c0c0;
}
#body1st #contBox .entryList #academyList dd a{color:#fff;}

#body1st #contBox .entryList #academyList dt a:hover,
#body1st #contBox .entryList #academyList dd a:hover{color:#000;}

#body1st #contBox .entryList .dlList .dateLine{
	/*width:100px;*/
	width:70px;
	display:block;
	height:1.5em;
}
#body1st #contBox .entryList .dlList .titLine{
	display:block;
	padding:0px 0px 0px 72px;
	margin:-1.48em 0px 0px 0px;
	_margin:-1.4em 0px 0px 0px;
}
/*
--------------------------------------------------*/
#body1st #h1Logo{
	display:block;
	float:left;
}
#body1st #gNaviBox{
	margin:0px;
	padding:50px 20px 30px 0px;
}
#body1st #gNavi #gN07 a:hover,
#body1st #gNavi #gN06 a:hover,
#body1st #gNavi #gN05 a:hover,
#body1st #gNavi #gN04 a:hover,
#body1st #gNavi #gN03 a:hover,
#body1st #gNavi #gN02 a:hover,
#body1st #gNavi #gN01 a:hover{background:none;border-bottom:none;}
/*
------------------------------------------------------------*/
#body1st #footBox{marign:0px 0px 10px 0px;padding:0px;}
#body1st #footBox address{font-szei:1px;color:#000;}

/*__+090331__*/
#topFoot_sitemap{
text-align:right;
float:none;
clear:both;
font-size:11px;
}
#topFoot_sitemap a{
color:#9a9799;
}
#topFoot_sitemap a:hover{
color:#c2c0c0;
}
/*
------------------------------------------------------------*/
body:after{
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}
/*
-----------------------------*/
/*
-----------------------------*/
/*

