@charset "utf-8";
body {
	text-align: center;
	background-image: url(../images/common/bg.jpg);
	background-repeat: repeat;
	color: #5d5d5d;
}
#page {
	text-align: left;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}

/***★★★★★マウスオーバー★★★★★***/
a:active, a:hover {
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
}
#logo a:active, #logo a:hover {
	filter: alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
}


/***★★★★★リンクのフォント★★★★★***/
a:link {
	text-decoration:underline;
	color: #666;
}
a:visited {
	text-decoration:none;
	color: #666;
}
a:hover {
	text-decoration:underline;
	color: #666;
}
a:active {
text-decoration:underline;
	color: #666;
}
/***★★★★★フォント★★★★★***/
span.bold {
	font-weight: bold;	
}
/***★★★★★ヘッダー★★★★★***/
#header {
	width: 900px;
	height:90px;
	position:relative;
}
#logo {
	position: absolute;
	left: 0;
	top: 8px;
}
#comment {
	position: absolute;
	left: 220px;
	top: 8px;
	font-size:67%;
	color:#999
}
/***★★★★★グローバルナビゲーションの上のメニュー★★★★★***/
#utility {
	position: absolute;
	top: 70px;
	right: 0px;
}
#utility li {
	float: left;
}
/***★★★★★グローバルナビゲーション★★★★★***/
#gnavi {
	/*background-image: url(../images/common/gnavi_bg.jpg);*/
	/*height: 58px;
	width: 900px;*/
}
/***★★★★★★マージン★★★★★***/

.rm8 {
	margin-right:8px;
}
.mt5 {
	margin-top:5px;
}
.mt10 {
	margin-top:10px;
}
.mt25 {
	margin-top:25px;
}
.mt20 {
	margin-top:20px;
}
.mr5 {
	margin-right:5px;
}

.mr8 {
	margin-right:8px;
}
/***★★★★★ページトップへ★★★★★***/
.page_top {
	text-align: right;
	margin-top: 40px;
}
.icon_pagetop {
	background-image: url(../images/common/icon_arrow03.jpg);
	background-repeat: no-repeat;
	padding-left: 21px;
	background-position: 0.5em;
}
/***★★★★★フッター★★★★★***/

#footer_line {
	margin-top:30px;
}
#text_navi {
	margin-top:20px;
	overflow:hidden;
	font-size:84%;
}
#text_navi .row1 {
	overflow:hidden;
	position: relative;
}
#text_navi .row1 ul {
	position:relative;
	left:50%;
	float:left;
}
#text_navi .row1 ul li {
	position: relative;
	left:-50%;
	float: left;
}
/***★★★★★コピーライト★★★★★***/
#copyright {
	clear:both;
	text-align:center;
	margin-top:30px;
}
#footer {
	clear: both;
}
/***★★★★★飾り線★★★★★***/
.line01 {
margin-top:10px;
}
.imgFloatR{
	float:right;
	margin-bottom:10px;
}
.mb20 {
	margin-bottom:20px;
}
.ovh {
	overflow:hidden;
}
.underline {
	text-decoration:underline;
	font-weight:bold;
}
.bold01 {
	font-weight:bold;
	font-size:14px;
}
/*追加*/
.addMovieTtl {
	margin:40px 0 20px 0;
	font-weight:bold;
	padding:10px;
	background-color:#E8E8E8;
	border-bottom:1px solid #999;
	font-size:120%;
}
.floL {
	float:left;
	}
.mr5 { margin-right:5px;
}