/* title setting */
h1	{
	margin:0px auto;
	padding:0px 0px 23px;
}


/* layout settting */
#ctt	{
	margin:0px auto;
	padding:0px;
	width:640px;
	background:url(img/text-bg.gif) top right no-repeat;
}

/* text setting */
h3	{
	margin:0px auto;
	padding:7px 0px 30px;
	text-align:left;
}

p.text	{
	margin:0px auto;
	padding:0px 0px 35px;
	font-size:9pt;
	line-height:1.5;
	text-align:left;
}

p.text a.tocontact	{
	display:block;
	width:104px;
	height:15px;
	padding:0px;
	margin:20px auto 0px 20px;
}

p.text a.tocontact:link	{ background:url(img/tocontact.gif) top left no-repeat; }
p.text a.tocontact:visited	{ background:url(img/tocontact.gif) top left no-repeat; }
p.text a.tocontact:hover	{ background:url(img/tocontact.gif) bottom left no-repeat; }
p.text a.tocontact:active	{ background:url(img/tocontact.gif) bottom left no-repeat; }

p.text a span	{ display:none; }

/* qa setting */
h4	{
	margin:0px auto;
	padding:0px 0px 8px 0px;
	border-bottom:1px solid #cccccc;
	text-align:left;
}

p.a	{
	margin:0px auto;
	padding:10px 0px 35px 85px;
	text-align:left;
	font-size:9pt;
	line-height:1.6;
	background:url(img/a.gif) 0px 10px no-repeat;
}

img.line	{
	padding:2px;
	border:1px solid #cccccc;
	float:right;
	margin-left:25px;
	margin-top:10px;
}

