@charset "UTF-8";
/* CSS Document */

div.clear{
	clear: both;
}

*{
	margin: 0px;
	padding: 0px;
}

body{
	background-color: #fff;
	background-image: url(../img/bgi.jpg);
	background-repeat: repeat;
	font-size: 12px;
}

img {
	border-style: none;
}

.mb4 {
	border-style: none;
	margin: 4px 0px;
}

.mb7 {
	border-style: none;
	margin: 7px 0px;
}

.mb10 {
	border-style: none;
	margin-bottom: 10px;
}

.mb15 {
	border-style: none;
	margin-bottom: 15px;
}

.mt15 {
	border-style: none;
	margin-top: 15px;
}

.fl10 {
	float: left;
	border-style: none;
	margin: 0 10px 0 0;
}

/*frame_body*/
#frame_body {
	width: 100%;
	height: 510px;
	background-image: url(../img/header_bgi.jpg);
	background-repeat: repeat-x;
	margin: 0px;
}
/*/frame_body*/

/*frame*/
#frame {
	width: 910px;
	margin: 0px auto;
}
/*/frame*/

/*header*/
#header {
	height: 510px;
	position: relative;
}

#header h1 {
	width: 900px;
	font-weight: normal;
	color: #ddd;
	font-size: 12px;
	line-height: 1.5em;
	top: 2px;
	left: 10px;
	position: absolute;
}

#header img.topimg {
	top: 20px;
	left: 0px;
	position: absolute;
}

#contents {
	width: 910px;
	height: 40px;
	top: 470px;
	left: 0px;
	position: absolute;
}
/*/header*/

/*main*/
#main {
	width: 910px;
	margin: 15px auto;
	line-height: 1.5em;
}

#main div.main_l {
	float: left;
	width: 610px;
}

#main div.main_r {
	float: right;
	width: 270px;
}

.index_sound {
	float: left;
	width: 270px;
	margin-left: 10px;
}

.index_movie {
	float: left;
	width: 290px;
	margin-left: 30px;
}

.index_message {
	margin-left: 10px;
	margin-top: 50px;
}

.index_bgm {
	background-image: url(../img/header_bgm.jpg);
	background-repeat: no-repeat;
	height: 190px;
	margin-top: 7px;
}

.index_bgm div.bgm{
	color: #555;
	line-height: 1.4em;
	padding: 75px 7px 7px 7px;
}
/*/main*/

/*list*/
ul.i_whatsnew {
	list-style: disc outside;
	margin-left: 20px;
}

ul.i_whatsnew li {
	padding: 5px;
	border-bottom: dotted 1px #ccc;
}

div.i_event {
	width: 270px;
	padding: 5px 0;
	position: relative;
}

div.i_event img.film{
	width: 76px;
}

.cms_summary {
	position: absolute;
	top: 17px;
	left: 11px;
}

.cms_title {
	position: absolute;
	top: 15px;
	left: 85px;
}

.line {
	border-bottom: dotted 1px #999 ;
}
/*/*list*/

.to_pagetop {
	width: 900px;
	height: 50px;
	text-align: right;
}

.tbox {
border:none;
margin: 10px;
}

td.tfc{
padding: 3px;
text-align: center;
}

td.tfc2{
padding: 20px 0px;
text-align: center;
}

td.tfc3{
padding-top: 20px;
text-align: center;
}

td.tfl{
padding:  3px 14px;
text-align: left;
}

td.tfl2{
padding: 10px;
background-color: #F6E9D9;
border-right: solid 3px #fff;
text-align: left;
vertical-align:top;
}

td.tfl3{
padding: 10px;
background-color: #F6E9D9;
text-align: left;
vertical-align:top;
}
