body {
	animation: bg-color 10s infinite;
	-webkit-animation: bg-color 10s infinite;
	text-align: center;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFF;
	background-image: url(images/backgraundsub.jpg);
	background-repeat: repeat-x;
}
#topsen{
	margin:0px;
	height:3px;
	border: 1px solid #999;
	background-color:#666;
}

#container {
	background-color: #FFF;
	text-align: left;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 0px;
	padding-left: 0px;
}
header {
	position: relative;
	height: 100px;
	width: 960px;
}

div#keyvisual {
	clear: both;
	margin-bottom: 7px;
}
div#pageBody {
	text-align: left;
	clear: both;
	width: 960px;
	margin-bottom: 30px;
	margin-top: 12px;
	position: relative;
}
div#pageBody div#subContent {
	float: right;
	width: 230px;
}
div#pageBody div#mainContent {
	float: left;
	width: 710px;
}
footer {
	clear: both;
	width: 960px;
	position: relative;
}
#info {
	background-color:#FFF;
	border-style: solid;
	border-color:#FC0;
	border-width: thin;
	margin-bottom:4px;
	line-height:22px;
	font-size:15px;
}
#kouza {
	margin-bottom: 4px;
	border: thin solid #F93;
}
#sub {
	background-color:#DFD;
	border-style: solid;
	border-color:#0C0;
	border-width: thin;
	margin-bottom:12px;
}
#rinkb{
	margin-top:10px;
}
#naiyou {
	padding: 10px;
	font-size: 15px;
	line-height: 22px;
}
#subbar{
	background-image: url(images/subbar.jpg);
	line-height:38px;
	font-size:15px;
	color:#FFF;
	font-weight:bold;
	text-align:center;
}
#sin {
	padding-left: 18px;
	font-size: 15px;
	line-height: 22px;
}

@-webkit-keyframes bg-color {
  0% { background-color: #e74c3c; }
  20% { background-color: #f1c40f; }
  40% { background-color: #1abc9c; }
  60% { background-color: #3498db; }
  80% { background-color: #9b59b6; }
  100% { background-color: #e74c3c; }
}
@keyframes bg-color {
  0% { background-color:#FFFFFF;}
  20% { background-color:#FFE0C1; }
  40% { background-color:#FFB76F; }
  60% { background-color:#FFFFFF; }
  80% { background-color: #FFFFFF; }
  100% { background-color: #FFFFFF; }
}
