﻿@charset "utf-8";
/*--------------------------
   index.css

   トップページレイアウト
--------------------------*/

body{
	background:url(../img/top/bg_body_top.gif) repeat-x;
}

/*TOPのFlashの上部余白*/
.top_flash{
	margin:10px 0 0 0;
}


/*ページ下部　バナーエリア*/
#top_foot_info{
	margin:20px 0 0 0;
}
#top_foot_info li{
	padding:0 20px 0 0;
	height:70px;
	float:left;
}

/*学校案内*/
#top_school_annnai{
	padding:8px 0 0 12px;
	width:248px;
	height:62px;
	background:url(../img/top/bg_annnai.gif) repeat-x;
	line-height:1;
}
/* for IE */
*html #top_school_annnai{
	height:70px;
	width:260px;
}



#top_school_annnai dt{
}
#top_school_annnai dd{
	margin:8px 3px 0 0;
	float:left;
}

