@charset "euc-jp";
/* CSS Document */

a{/*リンクされた文字*/
	color:#09C;
	font-style:normal;
	text-decoration:underline;
}
a:link {/*未訪問のリンク*/
    color:#09C;
    font-style:normal;
    text-decoration:underline;
}
a:visited {/*訪問後のリンク*/
    color:#09C;
    text-decoration:underline;
}
a:hover {/*マウスをのせたとき*/
	color:#09C;
	font-style:normal;
	text-decoration:underline;
}
a:active {/*クリック中*/
    text-decoration:none;
}


/*----------レイアウト----------*/	

body{
	margin:0px;
	padding:0px;
	text-align:center;
	font-size:12px;
	background-image:url(../images/bg.jpg);
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: center top;
	}
#wrap{
	width:850px;
	margin:0px auto;
	}
#header{
	width:850px;
	height:454px;
	text-indent:-1500px;
	background-image:url(../images/header.jpg);
	background-repeat: no-repeat;
	font-size:12px;	
	}
#maincontents{
	width:850px;
	font-size:12px;
	}
#footer{
	width:850px;
	height:80px;
	margin:0px;
	background-image:url(../images/footer.jpg);
	background-repeat: no-repeat;
	font-size:12px;
	vertical-align: bottom;	
	}
	
/*------------パーツ------------*/

div.contents_box01{
	width:850px;
	height:250px;
	margin:0px;
	padding:0px;
	background-image:url(../images/box01.jpg);
	background-repeat: no-repeat;
	}
div.movie{
	width:375px;	
	height:250px;
	float:left;
	}
div.movie_area{
	width:320px;	
	height:240px;
	margin-top:5px;
	margin-left:35px;
	margin-right:10px;
	}	
div.info{
	width:475px;	
	height:250px;
	float:left;
	}
div.info_area{
	width:460px;	
	height:238px;
	margin-top:5px;
	margin-right:10px;
	}
div.contents_box02{
	width:850px;
	height:287px;
	margin:0px;
	padding:0px;
	overflow:hidden;
	background-image:url(../images/box02.jpg);
	background-repeat: no-repeat;
	clear:both;
	}
div.text_box02{
	width:630px;
	height:200px;
	padding-top:90px;
	padding-left:140px;
	text-align:left;
	}
div.contents_box03{
	width:850px;
	height:239px;
	margin:0px;
	padding:0px;
	overflow:hidden;
	background-image:url(../images/box03.jpg);
	background-repeat: no-repeat;
	}
div.text_box03{
	width:630px;
	height:200px;
	padding-top:40px;
	padding-left:140px;
	text-align:left;
	}
div.contents_box04{
	width:850px;
	height:236px;
	margin:0px;
	padding:0px;
	background-image:url(../images/box04.jpg);
	background-repeat: no-repeat;
	}
div.contents_box05{
	width:850px;
	height:242px;
	margin:0px;
	padding:0px;
	background-image:url(../images/box05.jpg);
	background-repeat: no-repeat;
	}
div.meta_box{
	width:850px;	
	height:500px;
	margin:0px;
	padding:0px;
	background-image:url(../images/box_ex.jpg);
	}
table.meta_text{
	border: 1px dotted #CCC;
	background-color:#fff;
	}
div.comment_box{
	width:850px;
	height:314px;
	margin:0px;
	padding:0px;
	background-image:url(../images/comment_box.jpg);
	}
div.comment_text{
	width:600px;
	height:250px;
	padding-top:90px;
	margin-left:200px;
	margin-right:50px;
	text-align:left;
	font-size:14px;
	}
div.link_box{
	width:850px;	
	height:400px;
	margin:0px;
	padding:0px;
	background-image:url(../images/box_ex.jpg);
	}
table.link_text{
	margin-top:15px;
	font-size:12px;	
	}
div.footer_text{
	width:780px;
	height:15px;
	}
div.footer_copy{
	width:780px;
	}

/*タグ*/

h1{
	font-size:12px;	
	margin:0px;
	padding:0px;
	text-indent:-9999px;
	overflow:hidden;
	}
h2{
	font-size:12px;	
	margin:0px;
	padding:0px;
	text-indent:-9999px;
	overflow:hidden;
	}
h3{
	font-size:12px;	
	margin:0px;
	padding:0px;
	text-indent:-1500px;
	overflow:hidden;
	}
iframe{
	border: 1px solid #CCC7A7;

	}
	
/*共通*/

.text-11{
	font-size:11px;		
	}
.text-12{
	font-size:12px;		
	}
.text-13{
	font-size:13px;		
	}