@charset "shift_jis"; 

/* CSS Document */
* {
	margin: 0;
	padding: 0;
	text-indent: 0;
	text-align: left;
	/*line-break: strict;IEのみ 有効*/
	background-image: no-repeat;
}


/*●●●●●●●要素●●●●●●●*/
/*--------------一般--------------*/

body{
	background: #000;
	color: #ccc;
	font-size: 10pt;
	font-family:"ＭＳ Ｐゴシック" , Osaka , Arial , serif;
}

body a{
	color: #c0c0c0;
	text-decoration: underline;
}

body a:hover{
	color: #fff;
	text-decoration: none;
}

img{
	border: 0px;
}

/*●●●●●●●ID●●●●●●●*/
/*--------------レイアウト--------------*/

#bodybox{
	width: 100%;
	height: 100%;
	position: absolute;
	overflow: auto;
}

#wrapper{
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}

#logo{
	width: 800px;
	position: relative;
	right: 0px;
	text-align: right;
}

#head{
	width: 800px;
	height: 57px;
	margin: 5px 0px 0px 10px;
}

#head_l{
	float: left;
}

#head_r{
	float: right;
	margin-right: 35px;
}

#logo_fla{
	margin-top: 15px;
	margin-bottom: 10px;
}

#fla_box{
}

#contents{
	width: 800px;
	height: auto;
	background: url(img/back.jpg) #999;
	background-repeat:repeat-x;
	padding-top: 20px;
}




#news_box{
	float: left;
	height: 493px;
	width: 460px!important;
	margin-left: 30px;
	margin-right: auto;
	background: #333;
	color: #fff;
	overflow: auto;
}

/*タイトルバー*/
#news_title{
	background-image: url(img/news_bar.jpg);
	color: #fff;
	font-weight: bold;
	font-size: 10pt;
	text-indent: 2em;
	line-height: 16pt;
	background-repeat: x-repeat;
	background-position: top;
	height: 25px;
	width: 460px;
	overflow: hidden;
	display: block;
}
/*タイトルバーここまで*/

#news_text{
	width: 400px;
	margin: 20px 30px 20px 30px;
}

#movie_box{
	float: right;
	width: 230px;
}

#menu_box{
	float: right;
	width: 230px;
}

#footer{
	width: 800px;
	clear: both;
	background: #fff;
	text-align: center;
	height: 40px;
	color: #333;
	font-size: 8pt;
	padding-top: 15px;
}

#footer a{
	color: #333;
}

#footer a:hover{
	color: #666;
}



/*--------------テキストエリア--------------*/

#text_box{
	width:480px;
	height: auto;
	margin-left: 30px;
	margin-bottom: 20px;
	padding: 30px;
	line-height: 15px;
	background: #333;
	float: left;
	font-size: 8pt;
}






/*●●●●●●●クラス●●●●●●●*/
/*--------------ニューステキスト--------------*/


.news_date{
	line-height: 40px;
	margin-top: 10px;
	font-weight: 600;
	color: #fcfcfc;
	background: #000;
}

.news{
	line-height: 20px;
	width: 360px;
	display: block;
	margin: 5px 20px 5px 20px;
	padding-bottom: 10px;
	border-bottom: 1px dashed #666;
}

/*--------------テキスト--------------*/

.space{
	display: block;
	margin: 8px 5px 8px 5px;
}


/*--------------箇条書き用--------------*/
.lists{
	margin-left: 40px;
	margin-bottom: 20px;
	line-height: 20px;
}



/*------------------注意書き------------------*/
.caution{
	font-size: 8pt;
	color: #ccc;
	margin-left: 30px!important;
	display: block;
}

/*------------------アンカー用（注意書きと一緒に使う）------------------*/
.anch{
	margin-right: 20px;
	text-align: right;
	margin-bottom: 20px;
}

.anch a{
	color: #333;
}


/*------------------ぱんくず用（注意書きと一緒に使う）------------------*/
.pankuzu{
	display: block;
	margin-top: 18px!important;
	margin-bottom: 0px!important;
	margin-left: 8px!important;
}




/*--------------クリアー用--------------*/
.clr{
	clear: both;
}


