@charset "utf-8";
/*
CSS Information
==============================================================

	Site Name: AOSEF
	Description: TOP モジュール用
	Version: 1.0

==============================================================
*/


/*
CONTENTS
==============================================================

	0: 汎用class

	1: div#wrapper
	
	2: div#header
	
	3: div#gnav

	4: div#content
		
	5: div#footer
	
==============================================================
*/


/*=========================================================
4: div#content
=========================================================*/
#wrapper #content #mainVisal{
	margin: 5px 0 25px 0;
}

/* what's new
==============================================================*/
.section #whatsNew dl{
	clear: both;
	overflow: hidden;
	margin: 0 10px;
	width: 670px;
	height: auto;
	background: url(../common/img/dotted.gif) repeat-x 0 bottom;
}
#wrapper #content #whatsNew dl dt,
#wrapper #content #whatsNew dl dd{
	float: left;
	height: auto;
	padding: 15px 0 5px 0;
}
#wrapper #content #whatsNew dl dt{
	width: 90px;
	word-break: break-all;
}
#wrapper #content #whatsNew dl dd{
	width: 580px;
}


