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


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

a img{
	border:none;
}


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

body{
	margin:0px;
	padding:0px;
	text-align:center;
	background-color:#000;
	font-size:12px;
	background-image:url(../images/bg.jpg);
	background-attachment: fixed;
	background-repeat: repeat-x;
}

#wrap{
	width:900px;
	margin:0px auto;

	}

#head{
	height:15px;
	padding-top:5px;
	font-size:12px;
	color:#fff;
	background-color: #000;
	}

#contents{
	width:900px;
	background-color: #CB4D8D;
	margin: 0px;
	}
	
#infoWrapper{
	width:430px;
	height:260px;
	margin-left:10px;
}
		
#footer{
	clear: both;
	width: 100%;
	height:15px;
	text-align: center;
	font-size: 12px;
	color: #fff;
	background-color: #FC0;
	background-attachment: fixed;
	background-repeat: repeat-x;
	padding-top:2px;
	}


/*----------box-----------*/


div.box_1{
	width:900px;
	height:468px;
	margin:0px;
	background-image:url(../images/img01.jpg);
	}
	
div.movie{
	width:320px;
	height:183px;
	margin-top:250px;
	margin-left:20px;
	border:solid 1px #000;
	}


div.box_2{
	width:900px;
	height:455px;
	margin:0px;
	background-image:url(../images/img02.jpg);
	}

div.2text_list{
	width:440px;
	height:130px;
	padding-left: 10px;
	border-collapse:collapse;
}

div.2text_box{
	width:430px;
	height:60px;
	padding:5px;
	font-size:12px;	
}
div.2text_box2{
	width:430px;
	height:110px;
	padding:5px;
	font-size:12px;
}

div.box_joho{
	width:900px;
	height:330px;
	background-image:url(../images/dvd_joho.jpg);
	text-align:left;
}

div.box_3{
	width:900px;
	height:436px;
	margin:0px;
	background-image:url(../images/img03.jpg);
	text-indent:-2000px;
	overflow:hidden;
	}
	
	
div.box_4{
	width:900px;
	height:369px;
	margin:0px;
	background-image:url(../images/img04.jpg);
	text-indent:-2000px;
	overflow:hidden;
	}
	
div.box_5{
	width:900px;
	height:240px;
	margin:0px;
	background-image:url(../images/img05.jpg);
	text-indent:-2000px;
	overflow:hidden;
	}
	
div.box_linkarea{
	width:900px;
	height:430px;
	margin:0px;
	background-image:url(../images/img_linkarea.jpg);
	font-size:12px;
	}
	
div.linkarea{
	font-size:12px;
	padding:10px;
	width:830px;
	border: 1px dashed #EEC6DA;
	}

ul.bana{
	line-height:2.5em;
	margin-left:10px;
		} 

div.atext{
	width:830px;
	margin: 10px;
	font-size: 12px;
}

		
/*----------タグ----------*/	



h1{
	font-size:12px;	
	margin:0px;
	padding:0px;
	text-indent:-1500px;
	overflow:hidden;
	}
h2{
	font-size:1px;
	margin:0px;
	padding:0px;
	text-indent:-1500px;
	overflow:hidden;
	}
h3{
	font-size:12px;	
	margin:0px;
	padding:0px;
	text-indent:-1500px;
	overflow:hidden;
	}
h4{
	font-size:12px;	
	margin:0px;
	padding:0px;
	text-indent:-1500px;
	overflow:hidden;
	}
h5{
	font-size:12px;	
	margin:0px;
	padding:0px;
	text-indent:-1500px;
	overflow:hidden;
	}
	
ul{
	list-style-type:none;
	text-align:left;
	padding-left:5px;
}

li{
	font-size:10px;

	}


/*----------パーツ----------*/





.text-10{
	color:#666;
	font-size:10px;
	}
	
.text-11{
	font-size:10px;
	text-align: left;
	color: #FFF;
}

.text-11 tr {
	boreder-bottom:1px dotted black;
}

.text-12{
	font-size:12px;
	color:#FFF;
}

.text-13{
	font-size:3px;
}



.table{
	height:300px;
	width:850px;
	padding-top:175px;
	padding-left:220px;
	color:#FFF;
	font-size:10px;
}