@charset "utf-8";
/* CSS Document */
body  {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #3E3E3E;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-image: url(../img/back.gif);
	background-position: center center;
}
.gl {
	font-size: 10px;
	color: #999999;
}
#container {
	width: 800px;
	background: #FFFFFF;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: auto;
	border: 1px solid #CCCCCC;
} 
#header {
	height: 231px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	background-color: #DDDDDD;
	background-image: url(../img/header2.png);
	text-align: right;
} 
#header h1 {
	margin: 0;
	font-size: 10px;
	padding-top: 5px;
	padding-right: 0;
	padding-left: 0px;
	font-weight: normal;
	color: #FFFFFF;
}
#header p {
	font-size: 10px;
	padding-top: 0px;
	margin-top: 2px;
}
#sidebar1 {
	float: right;
	width: 160px;
	padding-top: 18px;
	height: auto;
}
#sidetag {
	margin: 0px;
	padding: 0px;
}
#sidetag h2 {
}
#mainContent {
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
	width: 595px;
	height: auto;
	width: auto;
	font-size: 12px;
} 
#footer {
	height: 20px;
	background-color: #CCFFFF;
	text-align: right;
	position: static;
} 
#footer p {
	margin: 0;
	padding-top: 2px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	font-size: 10px;
	color: #000099;
}
.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#menu ul 
{
	position:relative;
	height:41px;
	margin: 0px;
	background-image: url(../img/menu_back.gif);
	background-repeat: repeat-x;
	padding: 0px;
}

#menu li 
{
	width: 132px;
	height: 35px;
	list-style-type:none;
	float: left;
}
#menu li a 
{
	display: block;
	width: 132px;
	height: 35px;
	background-position: 0 0;
	background-repeat: no-repeat;
	text-decoration: none;
	text-indent: -9999em;
}    
#menu li a:hover 
{
	background-position: 0 -35px;
}

#menu li#top a {background-image:url(../img/menu1.png);}
#menu li#about a {background-image:url(../img/menu2.png);}
#menu li#equipment a {background-image:url(../img/menu3.png);}
#menu li#point a {background-image:url(../img/menu4.png);}
#menu  li#sitemap  a {background-image:url(../img/menu5.png);}
#menu li#inquiry a { width:140px;background-image:url(../img/menu6.png);}


#sidebar1 ul 
{
	position:relative;
	height:260px;
	margin: 0px;
	padding: 0px;
	background-repeat: repeat-x;
}

#sidebar1 li 
{
	width: 159px;
	height: 49px;
	list-style-type:none;
	float: left;
	margin: 0px;
	padding: 0px;
}
#sidebar1 li a 
{
	display: block;
	width: 159px;
	height: 49px;
	background-position: 0 0;
	background-repeat: no-repeat;
	text-decoration: none;
	text-indent: -9999em;
	margin: 0px;
	padding: 0px;
}    
#sidebar1 li#s1 a {
	background-image: url(../img/s1.png);
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

#sidebar1 li#s2 a {
	background-image: url(../img/s2.png);
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}

#sidebar1 li#s3 a {
	background-image: url(../img/s3.png);
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}

#sidebar1 li#s4 a {
	background-image: url(../img/s4.png);
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-left-color: #CCCCCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

#sidebar1 li#s5 a {
	background-image: url(../img/s5.png);
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

/*Hack*/
html>/**/body #privacy {
	font-size: 10px;
	color: #FFFFFF;
	padding-top: 60px;
}
*:first-child+html #privacy {
	font-size: 10px;
	color: #FFFFFF;
	margin-top: 65px;
} 
* html #privacy {
	font-size: 10px;
	color: #FFFFFF;
	margin-top: 64px;
}
/*Hack End*/ 

#privacy a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#privacy a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

#side2 {
	height: auto;
	margin-top: 20px;
	padding-top: 3px;
	padding-left: 3px;
	color: #999999;
	font-size: 12px;
	margin-right: 3px;
	border: 1px solid #CCCCCC;
}
#footnavi {
	height: 35px;
	text-align: center;
	font-size: 12px;
	margin-top: 10px;
}
#underg {
	width: 545px;
	height: 130px;
	padding-left: 50px;
	padding-top: 10px;
	padding-bottom: 10px;
}
h2 {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
h3 {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
#pankuzu {
	height: 18px;
	font-size: 9px;
	padding-left: 10px;
	margin-top: 0px;
	padding-top: 0px;
	width: auto;
}
span.s1 {
	font-weight: bold;
	color: #666666;
}
#footerg {
	height: 106px;
	width: 497px;
	float: left;
	margin-left: 120px;
	margin-top: 40px;
	background-image: url(../img/footerg.png);
	background-repeat: no-repeat;
	margin-bottom: 20px;
	display: inline;
}
#footerform {
	float: right;
	width: 198px;
	margin-top: 70px;
	margin-right: 10px;
	height: 29px;
	display: inline;
}
.stag {
	height: 25px;
	margin-bottom: 10px;
}
.con2 {
	padding-left: 10px;
}
.td1 {
	background-color: #DFF0FF;
	color: #000066;
}
