@charset "utf-8";


/*css初期化----------------------------------------- */
*{
	margin: 0;
	padding: 0;
}
html, body{
	height: 100%;
}
body, td, th, p{
	color: #777777;
}
h1, h2, h3{
	color: #919191;
	}
a {
  color: #0091B4;
  text-decoration: underline;
}
img{
	margin: 0;
	padding: 0;
}


/*base----------------------------------------- */
body {
	background-color: #FFFFFF;
	border-top: 5px solid #E2E2E2;
	text-align: left;
	font-family: sans-serif;
}
#container{
	position: relative;
	width: 840px;
	min-height: 100%;
	margin: 0 auto -30px ;
	height: auto !important;
	height:100%;
} 
*html #container{
	height: 100%;
}
body > #container {
        height: auto;
}
#header{
	width: 840px;
	height: 62px;
	padding: 10px 0;
}
#menu{
	margin-top: 52px;
	float: right;
	height: 10px;
}
#content{
	width: 619px;
	float: right;
	margin-bottom: 40px;
	border-left: 1px solid #E2E2E2;
	padding-left: 40px;
}
#side{
	width: 180px;
	float: left;
}
#footer-space{
	height: 30px;
	clear: both;
}
#footer{
	background-color: #E2E2E2;
	bottom: 0;
	width: 100%;
	height: 19px;
	padding-top: 11px;
	clear: both;
}
#footer #copyright{
	width: 840px;
	margin: 0 auto;
}
#footer #copyright p.copy{
	background-image: url(../images/copy.jpg);
	background-repeat: no-repeat;
	width: 256px;
	height: 11px;
	font-size: 0.4em;
	text-indent: -9999px;
	line-height: none;
	color: #777777;
	margin-bottom: 0px;
}


/*header----------------------------------------- */
h1{
	background-image: url(../images/logo.jpg);
	background-repeat: no-repeat;
	width: 98px;
	height: 62px;
	text-indent: -9999px;
	font-size: 14px;
	float: left;
}

/*menu----------------------------------------- */
#menu ul{
	list-style: none;
	font-size: 0.5em;
}
#menu li{
	float: left;
}
#menu a{
	text-decoration: none;
	display: block;
	height: 10px;
	text-indent: -9999px;
}
#menu01 a{
	margin-right: 20px;
	width: 38px;
	background-image: url(../images/menu1.jpg);
	background-repeat: no-repeat;
}
#menu02 a{
	margin-right: 20px;
	width: 66px;
	background-image: url(../images/menu2.jpg);	
	background-repeat: no-repeat;
}
#menu03 a{
	margin-right: 20px;
	width: 43px;
	background-image: url(../images/menu3.jpg);
	background-repeat: no-repeat;
}
#menu04 a{
	margin-right: 20px;
	width: 38px;
	background-image: url(../images/menu4.jpg);
	background-repeat: no-repeat;
}
#menu05 a{
	margin-right: 20px;
	width: 45px;
	background-image: url(../images/menu5.jpg);
	background-repeat: no-repeat;
}
#menu06 a{
	margin-right: 0; 
	width: 36px;
	background-image: url(../images/menu6.jpg);
	background-repeat: no-repeat;
}