body{
	text-align:center;
	font-size:90%;
	background-color:#94cac7;
	background-image:url(img/back.jpg);
	background-repeat: repeat;
	
}

td{
	font-size:100%;
}
#outline {
	width:750px;
	text-align:left;
	background-color:#fff;
	border:solid 1px #94cac7;
	margin:0 auto;
}
.clrBoth { clear:both; }

.header{
	text-align:left;
	background-color:#fff;
	padding:0px;
	margin:0px;
}
.footer{
	text-align:center;
	margin:0 auto;
}
.swf_a{
	width:750px;
	height:200px;
	color:#fff;
	text-align:center;
	border-bottom:solid 2px #595959;
	background-color:#1c0b5a;
	margin-bottom:5px;
}
.outline-margin { margin:0 2px; }

.main{
	width:580px;
	/* background-color:#e6e6e6; */
	padding:1px;
	float:right;
}
.side{
	width:162px;
	text-align:center;
	/* background-color:#c9b49a; */
	padding:auto;
	float:left;
}

/*メニュー*/
.rollOver A {
	display:block;
	vertical-align:middle;
	color:#001d3e;
	background-color:#5984bd;
	padding-left:5px;
	padding-top:5px;
	padding-bottom:5px;
	margin:0px;
	height:100%;
	text-decoration:none;
}

.rollOver A:link{
	display:block;
	color: #001d3e;
	text-decoration: none;
}
.rollOver A:visited,A:active{
	color: #001d3e;
	text-decoration: none;
}

.rollOver A:hover {
	display:block;
	color: #ffffff;
	background-color: #8fa7d1;
	text-decoration: none;
}

.menuWaku{
	margin:0;
}
.sMenu{
	font-family : "ＭＳ 明朝",serif,平成明朝体;
	font-size:20px;
	font-weight:bold;
	line-height:20px;
	text-align:left;
	width:160px;
	/*height:26px;*/
	padding:0;
	margin:0;
	border-top:solid 1px #d9d9d9;
	border-left:solid 1px #999;
	border-bottom:solid 1px #404040;
	border-right:solid 1px #404040;
	
}

/*リンク*/
A{
  color :#5984bd;
  text-decoration : none;
}
A:HOVER{
  color : #002e4d;
  text-decoration : underline;
}

