@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;
}
h3{
	width:690px;
}
p.txt{
	width:690px;
	margin-bottom:30px;
}
div.section h3{
	padding-bottom:12px;
}
div.section#team{
	clear:both;
	padding-top:30px;
}

div#nakasuga_txt{
	float:right;
	width:454px;
}

div.section#nakasuga p.img{
	float:left;
	margin-bottom:0!important;
}

div.section#machine p.txt{
	float:right;
	width:365px;
}

div.section#machine p.img{
	float:left;
	margin-bottom:0!important;
	width:300px;
}


div.section#info{
	padding-top:30px;
	clear:both;
}
p.info_txt{
	width:690px;
}

.guide1{
	font-weight:bold;
	margin-bottom:0;
}
.guide2	{
	font-weight:bold;
	margin-top:12px;
}

ul.ticket{
	list-style-type:disc;
	margin-left:15px;
}
/* 99. clearfix
----------------------------------------------------------------*/
div.section#nakasuga:after,
{
	display:block;
	clear:both;
	content:"";
}
* html body div.section#nakasuga,
{/*IE6 only*/
	display:inline-block;
}
*:first-child + html div.section#nakasuga,
*:first-child + html div.section#sato{/*IE7 only*/
	display:inline-block;
	min-height:1%;
}
