@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
----------------------------------------------------------------------- */
h2{
	margin-bottom:12px;
}
p.txt{
	width:690px;
	margin-bottom:30px;
}
div.section h3{
	padding-bottom:12px;
}
div.section#kaze p.txt,
div.section#orangeroad p.txt{
	float:right;
	width:365px;
}
div.section#relax p.txt,
div.section#trialclub p.txt{
	float:left;
	width:365px;
	margin-right:20px;
}
div.section p.img{
	float:left;
	margin-bottom:0!important;
}


/* 99. clearfix
----------------------------------------------------------------*/
div.section#kaze:after,
div.section#orangeroad:after,
div.section#relax:after,
div.section#trialclub:after{
	display:block;
	clear:both;
	content:"";
}
* html body div.section#kaze,
* html body div.section#orangeroad,
* html body div.section#relax,
* html body div.section#trialclub{/*IE6 only*/
	display:inline-block;
}
*:first-child + html div.section#kaze,
*:first-child + html div.section#orangeroad,
*:first-child + html div.section#relax,
*:first-child + html div.section#trialclub{/*IE7 only*/
	display:inline-block;
	min-height:1%;
}
