@charset "utf-8";



/* ////////// main ////////// */
#home #main {
	float:left;
	background: #FFFFFF url(../images/img/body_home.gif) no-repeat left top;
	width: 800px;
	position: relative;
}
/* -- contents -- */
#home #contents {
	float:left;
	width: 550px;
	padding: 17px 0px 30px;
}



/* ////////// title ////////// */
#home h2 {
	background: url(../images/img/home_dt_news.gif) no-repeat left top;
	width: 510px;
	height: 28px;
	font-size: 0;
	line-height: 0;
	text-indent: -9999px;
	margin: 0px 20px;
	display: block;
}



/* ////////// what's new ////////// */
#home #contents table {
	width: 510px;
	margin: 0px 20px;
}
#home #contents th {
	background: url(../images/img/home_dd_news.gif) repeat-x left bottom;
	font-size: 10px;
	line-height: 2;
	letter-spacing: 1px;
	width: 60px;
	padding: 10px 0px;
}
#home #contents td {
	background: url(../images/img/home_dd_news.gif) repeat-x left bottom;
	width: 450px;
	padding: 10px 0px;
}
#home #contents td a:link {color :#AC7301; text-decoration: underline;}
#home #contents td a:visited {color: #AC7301; text-decoration: underline;}
#home #contents td a:hover {color: #FF9900; text-decoration: underline;}
#home #contents td a:active {color: #FF9900; text-decoration: underline;}

