@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:#F90;
	font-size:12px;
	background-image:url(../images/bg.gif);
	background-attachment: fixed;
	background-repeat: repeat;
	}

#wrap{
	width:852px;
	margin:0px auto;
	height:100%;
	background-image:url(../images/body_bg.gif);
	background-repeat: repeat-y;
	}

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

#header{
	width:852px;
	height:199px;
	background-image:url(../images/header.jpg);
	background-repeat: no-repeat;
	}
	
#maincontents{
	width:852px;
	background-image:url(../images/bg.gif);
	background-attachment: fixed;
	background-repeat: repeat;
	}

#footer{
	width:852px;	
	height:50px;
	padding-top:10px;
	padding-bottom:10px;
	margin:0px;
	background-image:url(../images/body_bg.gif);
	background-repeat: repeat-y;
	}

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


div.contents_box01{
	width:852px;
	height:710px;
	margin:0px;
	background-image:url(../images/contents01.jpg);
	background-repeat: no-repeat;
	font-size:12px;	
	}

div.mov_box{
	width:400px;
	height:300px;
	float:right;
	}
div.mov_area{
	width:342px;
	height:195px;
	margin-right:50px;
	margin-left:5px;

	margin-top:25px;
	}

div.contents_box02{
	width:852px;	
	height:402px;
	text-indent:-1500px;
	overflow:hidden;
	background-image:url(../images/contents02.jpg);
	background-repeat: no-repeat;
}

div.contents_box03{
	width:852px;
	height:800px;
	background-image:url(../images/body_info.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}


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

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

div.meta_box{
	width:852px;	
	height:293px;
	background-image:url(../images/body_meta.gif);
	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;
	padding-top:25px;
	}

div.jacket{
	width:157px;
	height:220px;
	float:left;
	background-color: #FC0;
	}
	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:500px;
	background-image:url(../images/body_link.jpg);
	background-repeat: no-repeat;
	}
	
div.link_area{
	width:770px;	
	height:480px;
	margin-left:30px;
	padding-top:40px;
	}

div.text_box{
	width:750px;	
	height:20px;
	}	
div,meta_texttitle{
	width:560px;	
	font-size:13px;

	}

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

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

h1{
	font-size:12px;	
	margin:0px;
	padding:0px;
	text-indent:-1500px;
	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;
	}

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

.text10{
	font-size:10px;
	}
.text11{
	font-size:11px;
	}
.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: #FC0;
	}