@charset "utf-8";
/* CSS Document */

*{
	margin:0px;
	padding:0px;
	font-family:"ＭＳ ゴシック", "Osaka－等幅",Arial, Helvetica, sans-serif;
	line-height:1.5;
}

#wrap{
	width:770px;
	height:100%;
	float:none;
	clear:both;
	margin:0 auto;
	padding:0;
}
#site-wrap{
	width:770px;
	height:100%;
	float:left;
	clear:both;
	background-image:url(../img/site-back.jpg);
	background-position:left;
	background-repeat:repeat-y;
}
#site{
	width:750px;
	height:100%;
	float:none;
	clear:both;
	margin:0 auto;
	padding:0;
}
* html #site{
	margin-left:10px;
}

#title {
width:750px;
float:left;
clear:both;
}
#title h1 {
margin:0px;
}

#title2 {
	width:750px;
	height:100%;
	float:left;
}

#menu {
width:750px;
float:left;
}
#menu a {
color:#000000;
float:left;
width:150px;
display:block;
text-align:center;
font-size:14px;
padding-top:6px;
padding-bottom:6px;
margin-top:0px;
margin-left:0px;
background-image:url(../img/menu-off.png);
text-decoration:none;
color:#ffffff;
}
#menu a:hover {
background-image:url(../img/menu-on.png);
color:#FFFFFF;
font-weight:700;
}
ul#menu {
width:750px;
float:left;
margin-left:0px;
margin-top:0px;
padding-left:0px;
list-style-type:none;
}
#menu li {
float:left;
}

#content {
	width:750px;
	float:left;
	margin-top:5px;
	text-align:left;
	clear: both;
}
#content h2 {
	background-image:url(../img/h2.gif);
	background-repeat:no-repeat;
	text-align:left;
	padding-left:30px;
	margin:5px 0px 5px 10px;
	width:730px;
	font-size: 24px;
}
#content h3 {
	padding-left:30px;
	margin:5px 0px 5px 10px;
	width:730px;
	font-size: 18px;
	font-weight:700;
}
#content  table{
font-size:12px;
margin:10px;
}
#content  table caption{
	width:580px;
	line-height:2.0;
	font-size:14px;
	font-weight:700;
	margin:10px;
	background-image: url(../img/histroy-caption_bg.jpg);
	background-position: center;
	background-repeat: no-repeat;
	color: #FFFFFF;
}
#content  table tr{
}
#content  table th{
	text-align:left;
	padding:5px;
	border-right:#006600 solid 1px;
}
#content  table td{
	text-align:left;
	padding:5px;
}

table#content  {
	font-size:12px;
	border-color:#666666;
	border-width:1px;
	border-style:solid;
	margin:10px;
	width:700px;
	height: 100%;
}
#in-content {
width:600px;
height:100%;
text-align:left;
margin-top:5px;
margin-left:15px;
padding:5px;
border-style:double;
border-width:3px;
border-color:#CCCCCC;
font-size:12px;
}
#in-content ul{
	float:left;
	list-style:inside;
	list-style-type:circle;
}
#content h4 {
background-image:url(../img/h4.gif);
background-position:center;
background-repeat:no-repeat;
text-align:center;
margin:30px 0px 5px 0px;
}

#kaisoku {
float:left;
margin-left:25px;
}

#footer {
	width:750px;
	float:left;
	background-color:#99FF00;
	margin-top:5px;
	clear: both;
	text-align:center;
}
#footer p {
padding-top:5px;
padding-bottom:5px;
font-size:12px;
}
#content ul{
	float:left;
	list-style:inside;
	list-style-type:circle;
	margin-left:1px;
	padding-left:20px;
}
