@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#info h3{
	padding-bottom:12px;
}

div.#info{
	padding-top:20px;
}
p.info_txt1{
	width:690px;
}

p.info_txt2{
	width:690px;
	margin-bottom:0;
	padding-bottom:0;
}

.guide1{
	font-weight:bold;
	margin-bottom:0;
}

ul.autopolis1	{
	width:690px;
	margin-top:0;
	padding-top:0;
	margin-bottom:12px;
	list-style-type:disc;
	margin-left:15px;
}

ul.autopolis2	{
	width:690px;
	margin-bottom:12px;
	margin-left:10px;
}

/* 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%;
}
