.inner {
  padding: 0;
  overflow: hidden;
}
#sub .inner，
#main .inner {
  height: 500px;
}
#container {
  width: 845px;
  margin: auto auto;
  text-align: left;
}
#contents {
	height: 100%;
	width: 100%;
}
#main {
  float: left;
  width: 100%;
  overflow: hidden;
  margin: 50px 5px 0px 5px;	/*上右下左*/
  display: inline;  /*IEだけmarginが倍になってしまう現象対策*/
}
#footer {
	clear: both;
	width: 100%;
	height: 80px;
	margin-top: 35px;
}
/*----- カウンター部 -----*/
.counter {
	visibility: hidden;
	text-align: center;
}
/*----- タイトル部 -----*/
#content_swf {
	padding: 0px;
	width : 800px;
	height: 420px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
/*----- 著作権部 -----*/
.copy_right_block {
    clear: both;
	font-size: small;
	font-weight: normal;
	color: #cccccc;
    text-align: center;
}
/*----- Get_Flash_Player部 -----*/
#get_flash_player {
	padding: 0px;
	width : 465px;
	height: 56px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 25px;
	/*background-color: #f4f454;*/
}
#get_flash_player img.img_flash_player {
	width: 160px;
	height: 41px;
}
#get_flash_player div.flash_l {
    float: left;
	width: 160px;
	height: 41px;
}
#get_flash_player div.flash_r {
    float: left;
	width: 300px;
    color: gray;
    font-size: 10px;
    line-height: 14px;
	margin-left: 5px;
	/*background-color: #f4f454;*/
}
