@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
----------------------------------------------------------------------- */
*{
	margin:0;
	padding:0;
}


h2{
	margin-bottom:12px;
	padding-top:20px;
	clear:both;
}

div.img_space{
	width:690px;
}

p.img{
	width:344px;
	height:291px;
}

p.txt{
	width:690px;
}

div.point{
	width:690px;
	}

p.img2{
	width:150px;
	height:125px;
	float:left;
	margin-bottom:20px;	
}

p.img3{
	width:150px;
	height:106px;
	border:solid 1px #CCC;
	float:left;
	margin-bottom:20px;	
}

p.txt2{
	width:520px;
	padding-left:20px;
	float:right;
	}

p.txt3{
	width:518px;
	padding-left:20px;
	float:right;
	}
	
h3	{
	padding-top:10px;
	margin-bottom:10px;
}

div#soubi{
	clear:both;
	margin-top:40px;
}

table	{
	width:690px;	
}

tr.table_title	{
	height:25px;
	font-weight:bold;
}

tr.table_content	{
	height:160px;
	vertical-align:top;
}


th.fearture	{
	width:198px;
	padding-left:22px;
	background:url(../../images/pas/circle.gif) no-repeat #CCC;
	text-align:left;
}

td.fearture_2	{
	width:220px;
}


td.blank	{
	width:15px;
}

p.illust	{
	float:left;
	padding-bottom:20px;
	padding-right:5px;
}

p.soubi_txt	{
	font-size:0.75em;
	line-height:1.6;
	padding:5px;	
}


td.second	{
	clear:both;
	width:15px;
}

p.here	{
	text-align:right;
}
	

