﻿@charset "utf-8";

/** News CSS2.0 **/
/** Last Up Date 2008-08-01 pm6:00 **/

#section_header_home{
	clear: both;
	height: 100px;
	width: 750px;
	display: block;
	background-color: gray;
}



/** Section Menu **/
#contents_wrapper #contents #section_menu{
	font-size: 12px;
	width: 530px;
	margin-top: -15px;
	text-align: right;
}

#section_menu ul{
	text-align: left;
	margin-top: 0;
	margin-bottom: auto;
	float: left;
	height: 20px;
}

#section_menu li{
	margin-right: 7px;
	padding-right: 7px;
	border-right: 1px solid #666666;
	display: inline;
}
#section_menu #section_menu_end{
	padding-right: 0;
	border-right-width: 0;
}

#section_menu li a:link , #section_menu li a:visited{
	text-decoration: none;
}

#section_menu li a:hover{
	text-decoration: underline;
}
#section_menu li #on_menu_select{
	font-weight: bold;
	text-decoration: none;
}
/** END Section Menu **/





/**News **/
#contents .news{
	clear: both;
	display: block;
}
#contents .news h2{
	width: 520px;
	height: 25px;
	display: block;
	text-indent: -9999px;
	clear: both;
	background-repeat: no-repeat;
}
#contents .news #past_event{
	background-image: url(news_pic/past_event.gif);
}
#contents .news #whats_new{
	background-image: url(top_pic/whats_new.gif);
}
#contents .news #press_release{
	background-image: url(top_pic/press_release.gif);
}

p.y_list{
	text-align: right;
	margin-left: 0px;
	font-size: 13px;
	line-height:21px;
	width:525px;
}
p.y_list_e{
	text-align: right;
	margin-left: 20px;
	margin-bottom: 20px;
	margin-top: 5px;
	font-size: 15px;	
}
p.y_list a{
	margin-right: 5px;
	padding-right: 15px;
	background-image: url(news_pic/kai_mark.gif);
	background-repeat: no-repeat;
	background-position: right;
}

.news_dl{
	width: 520px;
	height: 300px;
	overflow: auto;
	display: block;
	clear: both;
	margin-top: 15px;
	margin-left: 15px;
	margin-bottom: 5px;
	font-size: 15px;
	line-height: 20px;
}

.news_dl dt{
	clear: left;
	background-image: url(../css/pic/mark_right.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
	float: left;
	display: block;
	width: 87px;
}
.news_dl dt.nend{
	background-image: url(pic/mark_right_g.gif);
	background-position: left;
	width: 87px;
	font-weight: bold;
	margin-top: 0px;
}
.news_dl dd.nend{
	margin-top: 0px;
	width: 380px;
}
.news_dl dt.e_t, .news_dl dd.e_t{
	margin-top: 0;
}

.news_dl dd{
	float: left;
	margin-left:0px;
	padding-left: 0px;
	display: block;
	width: 393px;
	margin-bottom: 15px;
}
.news_dl dd.end{
	margin-bottom: 30px;
}
.news_dl dd em{
	font-weight: bold;
}
/** End Index Only **/