@charset "utf-8";



/* contents
--------------------------------------------------------------------------
01. Paragraph element
02. List element
03. Font Size
04. Module Heading
--------------------------------------------------------------------------
*/


/* update history
--------------------------------------------------------------------------
12/01/2008 Adjustment of all css files.
--------------------------------------------------------------------------
*/



/* 01. Section
----------------------------------------------------------------------- */
div.section{
	width:631px;
	margin-left:60px;
}
div.section h2{
	margin-left:-60px;
}
div.section h2 img{
	position:relative;
}
div.section ul.normal{
	position:relative;
	margin:-30px 0 50px 2em;
}
div.section div.section{
	width:571px;
	margin-left:0;
}
div.section div.section ul.normal{
	margin:0 0 12px 2em;
}
div.section div.section h3{
	padding:30px 0 15px;
	border-top:2px groove #8D8D8D;
}
