@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;
	background-color:#DFE2F3;
	background-attachment: fixed;
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-position: top;
	}

#wrap{
	width:852px;
	margin:0px auto;
	height:100%;
	background-color:#000;
	}

#header{
	width:852px;
	height:544px;
	background-image:url(../images/header.jpg);
	background-repeat: no-repeat;
	}
	
#maincontents{
	width:852px;
}

#footer{
	width:852px;
	height:50px;
	padding-top:10px;
	padding-bottom:10px;
	margin:0px;
	background-color: #000;
	text-align:center;
	}

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

div.mov_area{
	width:220px;
	height:176px;
	margin-top:320px;
	margin-left:100px;
	margin-right:530px;
	}

div.bana_box{
	width:460px;
	height:490px;
	margin:0px;
	float:left;	
	padding:0px;
}

div.bana_area{
	width:410px;
	height:470px;
	margin-top:10px;
	margin-left:35px;
	font-size:12px;
	}
	
table.bana{
	font-size:10px;
	}
	
div.info_box{
	width:387px;
	height:490px;
	margin:0px;
	float:left;	
	}
	
div.info_area{
	width:335px;
	height:420px;
	margin-top:57px;
	margin-left:15px;
	font-size:12px;
	}	

div.meta_box{
	width:852px;	
	height:300px;
	background-image:url(../images/meta_box.jpg);
	background-repeat: no-repeat;
	/*padding-top:30px;
	padding-left:45px;
	padding-bottom:30px;
	padding-right:30px;*/
	clear:both;
}
div.meta_area{
	width:770px;	
	height:280px;
	margin-left:40px;
	}
	
table.meta_area{
	margin-top:95px;
	}
	

	
div.jacket{
	width:157px;
	height:220px;
	float:left;
	background-color: #FC0;
	}
div.meta_texttitle{
	width:560px;	
	height:25px;
	float:left;
	font-size:14px;
	background-color: #Ff0;
	}


div.meta_ownerreview{
	width:560px;
	height:195px;
	float:left;	
	font-size:14px;
	background-color: #F50;
}

div.link_box{
	width:852px;	
	height:656px;
	background-image:url(../images/link_box.jpg);
	background-repeat: no-repeat;
	}
	
div.link_area{
	width:770px;	
	height:450px;
	margin-left:30px;
	padding-top:140px;
	padding-right:30px;
	}

table.link_area{
	font-size:12px;

	}
	
table.link_area2{
	font-size:12px;

	}

div.text_box{
	width:840px;	
	height:20px;
	font-size:13px;
	}

div.footer_box{
	width:852px;	
	height:15px;
	font-size:13px;
	color:#fff;
	}

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

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;
	}

/*------------共通------------*/

.text11{
	font-size:10px;
	}
.text12{
	font-size:12px;	
	}
.text13{
	font-size:13px;	
	}
.text14{
	font-size:13px;	
	}
.border{
	border-top-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-bottom-color: #01274C;
	}