@charset "utf-8";
/* content styles */

body {
	width: 100%;
	font-size: 12px;
	background-color: #000;
}
#container {
	width: 980px;
}
#content {
	width: 941px;
	padding-right: 19px;
	padding-left: 19px;
}
#content #left_box {
	width: 292px;
	height: 239px;
	float: left;
}
/* ご意見ご感想　募集中　ボタン */
#content  ul {
	list-style-type: none;
}
#content li {
	font-size: 0px;
	line-height: 0px;
	margin-bottom: 10px;
	text-indent: -9999px;
}
#content .goiken a {
	width: 292px;
	height: 75px;
	background-image: url(../image/goiken-btn.gif);
	background-position: 0px 0px;
	display: block;
}
#content .goiken a:hover {
	background-position: 0px -75px;
}
#content .taikendan a {
	width: 292px;
	height: 75px;
	background-image: url(../image/taikendan-btn.gif);
	background-position: 0px 0px;
	display: block;
}
#content .taikendan a:hover {
	background-position: 0px -75px;
}
/* ワンセグ */
#content #wansegu {
	width: 292px;
	height: 216px;
	background-image: url(../image/oneseg.gif);
	background-repeat: no-repeat;
	position: relative;
	/*background-color: #2E072E;
	background-position: center center;*/
}
#content #wansegu h2 {
	height: 0px;
	overflow: hidden;
}
#content #wansegu p {
	height: 0px;
	overflow: hidden;
}
/* ワンセグ　詳しくはこちらボタン */
/*#content #wansegu ul {
	position: absolute;
	width: 152px;
	height: 31px;
	left: 190px;
	top: 169px;
}
#content #wansegu li {
}*/
#content #wansegu .release{
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 10px;
	position: absolute;
	width: 81px;
	height: 31px;
	left: 190px;
	top: 169px;
}
#content #wansegu .release a {
	color:#fff;
	/*background-image: url(../image/details-btn.gif);
	background-position: 0px 0px;*/
	display: block;
}
/* 伊勢湾台風　動画 */
#content #movie {
	width: 620px;
	margin-right: auto;
	margin-left: auto;
	background-color: #0C0C0C;
}
#content #movie h2 {
	background-image: url(../image/movie.gif);
	background-repeat: no-repeat;
	height: 27px;
	width: 620px;
	text-indent: -9999px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
#content #movie #movie-in {
	width: 620px;
}
#content .right {
	float: right;
}
