body{
	text-align:center;
	margin: 0px;
	padding: 0px;
	background-image: url(images/layout/bg.jpg);
	background-repeat: repeat-x;
}
#contents{
	width:900px;
	margin:0 auto;
	padding: 0px;
	text-align:left;
	background-color: #FFFFFF;
}
#menu {
	padding: 5px;
	background-image: url(images/menu/bg.jpg);
	background-repeat: repeat-x;
}
#menu div{
	margin-bottom: 5px;
}
#main{
	margin: 0px 20px;
}
#footer{
	text-align:center;
}
h1 {
	font-size: 12px;
	color: #0066CC;
	letter-spacing: 0.2em;
	padding: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: center;
}
h3 {
	font-size: 16px;
	color: #FFFFFF;
	background-image: url(images/layout/h3.gif);
	line-height: 30px;
	height: 30px;
	padding-left: 40px;
}
h4 {
	color: #009933;
	padding-left: 10px;
	border-left: 5px solid #009933;
}
strong {
	color: #0066CC;
}
p,li{
	line-height: 150%;
}
a:link,a:visited{
	color: #0033CC;
}
a:hover,a:active{
	color: #0099CC;
}

/*--class--*/

.tblA td{
	font-size: 13px;
	background-color: #EEEEEE;
}
.tblA th{
	font-size: 13px;
	font-weight: lighter;
	color: #FFFFFF;
	background-color: #0066CC;
}

/*--movie--*/

.tab_on {
	background-image: url(images/layout/tab_on.jpg);
	height: 50px;
	width: 160px;
	line-height: 50px;
	text-align: center;
	font-weight: bold;
	color: #FFFFFF;
}
.tab_off {
	background-image: url(images/layout/tab_off.jpg);
	height: 50px;
	width: 160px;
	line-height: 50px;
	text-align: center;
}

/*--- acofooter ---*/

#acofooter{
	margin : 50px 0 0;/*上マージン*/
}
#acofooter #wrap{
	float:right;
}
#acofooter ul{
	list-style : none;
	padding : 0;
	margin : 0;
}
#acofooter li{
	float:left;
	padding : 0;
	margin : 0 10px 0 0;/*右マージン*/
	font-size: 10px;
}
#acofooter a:link, #acofooter a:visited, #acofooter a:hover, #acofooter a:active, #acofooter a:hover{
	text-decoration: none;
	color: #999;
}

@media print{/*印刷用*/
  #acofooter{DISPLAY:none;}
}

