@charset "utf-8";

*
{
	margin:0;
	padding:0;
}

body
{
	text-align:center;
	color:#999999;
	background-color:black;
	background-repeat:repeat-y;
	background-position:center;
	background-image:url();
	font-family:Meiryo, Helvetica, Verdana, Arial, sans-serif;
	font-size:smaller;
}

a         {text-decoration:none;}
a:link    {color:#3399ff;}
a:visited {color:#3399ff;}
a:active  {color:#9BAAB3;}
a:hover   {color:#3399ff;text-decoration:underline;}
a img     {text-decoration:none;}

img
{
	border:0px;
	padding:0;
	margin:0;
}

h1, h2, h3, h4, h5, h6
{
	font-weight:normal;
}

strong, em, b, i, u
{
	font-style:normal;
	font-weight:bold;
}
strong
{
	color:darkred;
}

ul, ol
{
	margin-left:10px;
	padding-left:10px;
}

table.line
{
		padding:0;
	margin:0;
	line-height:1.2em;
	border:1px solid #3399ff;
	border-width:1px 1px 0 1px;
}
table.line th
{
		padding:4px;
	text-align:center;
	font-weight:normal;
	white-space:nowrap;
	border-bottom:1px solid #3399ff;
	vertical-align:top;
}
table.line td
{
	border-bottom:1px solid #3399ff;
	padding:4px;
			}
table.line2
{
		padding:0;
	margin:0;
	line-height:1.2em;
	border:1px solid #3399ff;
	border-width:1px 1px 0 1px;
}
table.line2 th
{
	padding:4px;
	text-align:left;
	font-weight:normal;
	white-space:nowrap;
	border-bottom:1px solid #3399ff;
}
table.line2 td
{
	border-bottom:1px solid #3399ff;
	padding:4px;
}

address
{
				font-size:x-small;
	font-style:normal;
		}


#container
{
	line-height:130%;
	margin:0 auto 0px auto;
			text-align:left;
	width:800px;
		}

#head
{
	padding:20px 0;
}
	#head h1
	{
		display:none;
		width:0;
		height:0;
	}
	#navi
	{
		clear:both;
		text-align:center;
	}
		#navi ul
		{
			list-style:none;
			margin:0;
			padding:0;
		}
		#navi ul li
		{
			display:inline;
			float:left;
		}
		#navi ul li a
		{
			display:block;
			text-align:center;
			width:200px;
			height:50px;
			text-decoration:none;
			white-space:nowrap;
			text-indent:-9999px;
		}
			#navi ul li a#catToppage {background:url(/img/btn_top.gif);}
			#navi ul li a#catProducts {background:url(/img/btn_product.gif);}
			#navi ul li a#catSupport {background:url(/img/btn_support.gif);}
			#navi ul li a#catCompany {background:url(/img/btn_company.gif);}
			#navi ul li a:hover#catToppage {background:url(/img/btn_top-hover.gif);}
			#navi ul li a:hover#catProducts {background:url(/img/btn_product-hover.gif);}
			#navi ul li a:hover#catSupport {background:url(/img/btn_support-hover.gif);}
			#navi ul li a:hover#catCompany {background:url(/img/btn_company-hover.gif);}

#box
{
	clear:both;
	float:none;
	padding-top:20px;
}
	#center
	{
	}
		.content
		{
		}
		.content .text
		{
		}

#foot
{
	clear:both;
	float:none;
	border-top:1px solid #3399ff;
	color:#999999;
	padding-bottom:20px;
}
	#help
	{
		text-align:right;
		background-color:transparent;
	}
		#help ul
		{
			list-style:none;
			margin:0;
			padding:0;
		}
		#help ul li
		{
			display:inline;
			float:right;
			white-space:nowrap;
			margin:1px;
			padding-right:10px;
		}
		#help ul li a
		{
			font-size:x-small;
			display:block;
			padding:0 2px;
			color:#999999;
		}
	#address
	{
		margin-left:10px;
		width:50%;
	}

.clr,
.clear
{
	clear: both;
	overflow: hidden;
	width: 1px;
	height: 1px;
	margin: 0 -1px -1px 0;
	border: 0;
	padding: 0;
	font-size: 0;
	line-height: 0;
}

.hide
{
	display:none;
}


.dot
{
	font-weight:bold;
	font-size:150%;
	color:#3399ff;
	padding:0 2px;
}


