@charset "utf-8";

/* --------------------------
 top
 -------------------------- */
#billboard{ background-color:#000;}

/* outline */
#index #outline h3{
	height:83px;
	background:url(../img/contents_top.gif) top no-repeat;
	text-indent:-9999px;
}
#index #outline p{
	float:left;
	width:415px;
	margin-top:10px;
	font-size:12px;
}
#index #outline a.scholarship{
	float:right;
	width:150px;
	margin:10px 0 5px 15px;
}

/* contents_bn */
#index #contents_bn{
	clear:both;
}
#index #contents_bn ul{
	margin-right:-5px;
	/margin-right:-3px; /* ie6-7 */
}
#index #contents_bn li{
	float:left;
	margin-right:5px;
	/margin-right:3px; /* ie6-7 */
}
#index #contents_bn li.ogata{
	margin-top:5px;
}

/* news */
#index #news{
	background:url(../img/bg_news.gif) #fff repeat-y;
	clear:both;
}

#index #news h3{
	background:url(../img/title_news.gif) no-repeat; 
	height:25px;
	padding:10px 10px 0 0;
}
#index #news h3 span{
	float:left;
	width:100px;
	text-indent:-9999px;
}
#index #news h3 a{
	float:right;
	background:url(../img/icon_next.gif) left center no-repeat;
	padding-left:15px;
	font-size:12px;
	font-weight:normal;
}
#index #news table{
	width:540px;
	margin:0 20px 10px 20px;
	border:none;
}
#index #news td{
	border:none;
	border-bottom:1px #999 dotted;
	width:70px;
	background:url(../img/icon_next.gif) left 13px no-repeat;
	padding:10px 10px 10px 17px;
	font-size:12px;
}
#index #news th{
	border:none;
	border-bottom:1px #999 dotted;
	padding:10px;
	text-align:left;
}
#index #news #news_btm{
	background: url(../img/bg_news_btm.gif) bottom no-repeat; 
	height:4px;
}
