/************************
	HOME PAGE
************************/
#outer	{
	background:			#fff url(../img/bg_etc_mid.gif) repeat-y scroll top left;
}
#header	{
	background:			url(../img/bg_etc_top.gif) no-repeat scroll top left;
}
#footer	{
	background:			url(../img/bg_etc_bottom.gif) no-repeat scroll bottom left;
}

/************************
	CONTENTS
************************/
h1	{
	margin:				20px 20px 30px 20px;
	padding:			0;
	text-indent:		0;
	color:				#008bd1;
	font-size:			2em;
}

/************************
	CONTACT
************************/
table	{
	width:				500px;
	margin:				10px auto;
	border-collapse:	collapse;
	font-size:			1em;
}
caption	{
	margin:				10px 0;
	font-weight:		bold;
}
tr	{
	border-bottom:		1px solid #ccc;
}
td	{
	padding:			6px 0.5em;
}
td .Warning	{
	font-weight:		bold;
	color:				#c00;
}
tfoot	{
	text-align:			center;
}
tfoot input	{
	margin:				0 20px;
}
#fname	{
	width:				180px;
}
.ct-error	{
	width:				460px;
	margin:				10px auto;
	font-weight:		bold;
	color:				#c00;
}
#contact	input,textaea	{
	font-size:			1em;
}
#contact	select,option	{
	font-size:			1em;
}

/************************
	SITEMAP
************************/
#sitemap	{
	margin:				20px 50px;
	color:				#000;
}
#sitemap dt	{
	font-size:			1.2em;
	color:				#333;
	font-weight:		bold;
	margin:				0.4em 0;
}
#sitemap dt a	{
	color:				#333;
	font-weight:		bold;
}
#sitemap dt a:hover	{
	color:				#de363a;
}
#sitemap dd	{
	margin:				0.4em 0 1.2em 3em;
}
#sitemap dd a	{
	background-color:	transparent;
}
#sitemap dd a:hover	{
	background-color:	#ff8888;
}

/************************
	PRIVACY
************************/
#privacy	{
	margin:				20px 40px;
}
#privacy dt	{
	font-size:			1.2em;
	margin:				0.4em 0;
}
#privacy dd	{
	margin:				0.4em 0 1.2em 3em;
}

/************************
	COMPANY INFO
************************/
#companyinfo	{
	line-height:		1.5em;
	margin:				20px 20px 20px 20px;
	border-bottom:		1px solid #a00;
	padding-bottom:		1em;

}
#companyinfo h2	{
	font-size:			1.4em;
	margin:				20px 0px;
}
#companyinfo img	{
	float:				right;
	margin-left:		20px;
}
#companyinfo dl		{
	margin:				0;
	padding:			0;
}
#companyinfo dd		{
	font-size:			0.95em;
	padding-left:		0;
	margin-left:		20px;
	margin-bottom:		8px;
}

#accessinfo	{
	line-height:		1.5em;
	margin:				20px 20px 10px 20px;
}
#accessinfo	p {
	text-align:			left;
	margin-left:		2em;
}
#accessinfo img	{
	margin:				10px 0;
}
#googlelink	{
	font-size:			1.1em;
	text-align:			center;
}

