@charset "utf-8";

/*
======== table of content. =================================

summary:トップページ用レイアウト定義

-CONTENT

-MAIN
  - MAIN RIGHT
  	

============================================================
*/



/*-------------------------------------
CONTENT
---------------------------------------*/
div#content {
}



/*-------------------------------------
MAIN
---------------------------------------*/

div#main {
	margin:17px 0 0 0;
}

div#mainRight {
	width:606px;
}

/* Flash
---------------------*/
p.print-flash {
	display:none;
}

/* NEWS TITLE
---------------------*/
div#newsTitle {
	position:relative;
	width:606px;
	height:50px;
	background:
		url(../images/index/bg_ttl_news.gif) 
		no-repeat left top;
}
div#newsTitle h3 {
	width:208px;
	height:20px;
	padding:15px 0 0 13px;
}

div#newsTitle a {
	display:block;
	position:absolute;
	top:27px;
	right:5px;
}

/* NEWS LIST
---------------------*/
dl#newsList {
	width:585px;
	margin:25px 6px 25px 15px;
}

dl#newsList dt {
	clear:left;
	width:85px;
	float:left;
	padding:0 0 0 74px;
}
dl#newsList dt.news{
	background:url(../images/index/ico_news.gif) no-repeat 0 2px;
}
dl#newsList dt.important{
	background:url(../images/index/ico_important.gif) no-repeat 0 2px;
}
dl#newsList dt.education{
	background:url(../images/index/ico_education.gif) no-repeat 0 2px;
}
dl#newsList dt.award{
	background:url(../images/index/ico_award.gif) no-repeat 0 2px;
}

dl#newsList dd {
	margin: 0 0 10px 158px;
	text-indent:0;
}
* html dl#newsList dd {
	text-indent:-5px;
}
/*
dl#newsList dd a:link,
dl#newsList dd a:visited {
	color:#006699;
	text-decoration:underline;
}

dl#newsList dd a:hover {
	text-decoration: none;
}
*/

