@charset "UTF-8";

@import url("structure.css");

/* ======================================

 index.html

======================================= */

/* ======================================

 ##### OVERRIDE #####

======================================= */

#contents
{
	float: none;
	width: 960px;
}
/* ======================================

 main

======================================= */


/* ======================================

 what's new

======================================= */

#contents h2
{
	margin: 0 0 20px;
}
#contents .news
{
	clear: both;
	width: 960px;
}
#contents .news dt
{
	float: left;
	width: 6em;
	padding-left: 15px;
	background: url(../img/com/arrow_right.gif) no-repeat left 0.3em;
}
#contents .news dd
{
	padding-left: 8em;
	margin-bottom: 20px;
}
