@charset "utf-8";
/*------------------------------------------------------ページ名称*/

/* ***************************************************
   用途
   *************************************************** */
/* ----------------------------------------------- 
 *	#id名 .class名
 * ----------------------------------------------- */


/* -----------------------------------------------
 *	#sidebar
 * ----------------------------------------------- */
/* ------------------------------------ 
 *	#sidebar dl.lnavi
 * ------------------------------------ */
dl.lnavi{
	background-image: url(/img/school/common/lnavi_bg_btm.gif);
	background-position: left bottom;
	padding-bottom: 5px;
	background-repeat: no-repeat;
	margin-bottom: 14px;
}
dl.lnavi dd{
	display: block;
	background-image: url(/img/school/common/lnavi_bg.gif);
	padding-left: 13px;
}


/* ----------------------------------------------- 
 *	 #school h
 * ----------------------------------------------- */
#school h4 {
	margin:0 0 30px 0;	
}
 
#school h5 {
	margin:0 0 15px 0;	
}

/* ------------------------------------ 
 *	#contents .contTtl
 * ------------------------------------ */
.contTtl{
	background-image: url(/img/school/common/cont_ttl_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 41px;
	position: relative;
	margin-bottom:30px;
}
.contTtl h3{
	position: absolute;
	left: 15px;
	top: 8px;
}
.contTtl ul{
	position: absolute;
	left: 226px;
	top: 11px;
}
.contTtl ul li{
	float:left;
	margin:0px;
}

/* ------------------------------------ 
 *	#contents .iconLiGreen
 * ------------------------------------ */
 
.iconLiGreen ul {
	margin:0;
	padding:0;
}

.iconLiGreen ul li {
	background:url(/img/school/common/icon_list_green.gif) no-repeat 0 3px;
	margin:0 0 3px 0;
	padding:0 0 0 15px;
}


/* ----------------------------------------------- 
 *	 #school .colLeft235 .colRight235
 * ----------------------------------------------- */
 
#school .colLeft235 {
 	width:235px;
 	float:left;
 	margin:0 15px 0 0;
 }
 
#school .colRight235 {
 	width:235px;
 	float:left;
 	margin:0;
 }
 

/* ----------------------------------------------- 
 *	 #school h
 * ----------------------------------------------- */

.colLeft80 {
	float:left;
	width:80px;
}

.colRight155 {
	width:155px;
	float:left;
}


