/*-----------------フレーム----------------*/

body{
	margin:0px;
	padding:0px;
	text-align:center;
	background-color:#FFF;
	font-size:12px;
}

#wrap{
	width:950px;
	margin:0px auto;
	text-align:left;
	clear:both;
}


#navi{
	width:100%;
	height:43px;
	background:#FFF;
	background-image: url(../img/adamocd/head_ber.gif);
	background-repeat:repeat-x;
	padding-top:5px;
	}

#contents{
	width:730px;
	float:left;
	}

#menu{
	width:220px;
	float:right;
	text-align:center;
}

#dvdInfo #castTop{
	float:left;
	width:3em;
}
	
	
#footer{
	clear:both;
	width:100%;
	height:30px;
	overflow:hidden;
	background-image: url(../img/adamocd/footer_ber.jpg);
	background-repeat: repeat-x;
	text-align:center;
	font-size:12px;
	color:#FFF;
}


#meta{
	height:214px;
	background:url(../img/adamocd/bg_meta.jpg) no-repeat;
	overflow:hidden;
	margin-top: 0px;
	margin-bottom: 10px;
	width:710px;

}


/*-----------------各ページ----------------*/


/*共通*/


div.box_header_bana{
	width:710px;
	height:391px;
	background-image:url(../img/adamocd/bn_top.jpg);
	background-repeat:no-repeat;
	}
	
div.movie_box{
	width:240px;
	height:186px;
	margin-left:20px;
}

div.contents_box{
	width:710px;
	height:1080px;	
	}
	
div.contents_box_upper{
	width:710px;
	height:29px;	
	}

div.contents_box_upper_others{
	width:730px;
	height:103px;	
	}
	

iframe{
	border:1px solid #fff;
	margin-left: 30px;
	}

div.contents_box_middle{
	width:710px;
	height:1070xp;
	background-image:url(../img/adamocd/boxmiddle_top.jpg);
	background-repeat:repeat-y;
	}
	
div.contents_box_middle_others{
	width:730px;
	height:1070xp;
	background-image:url(../img/adamocd/boxside.jpg);
	background-repeat:repeat-y;
	}
	
div.contents_box_bottom{
	widht:710px;
	height:;
}


div.contents_box_up{
	width:710px;
	height:29px;
	font-size:12px;
	text-align:right;
	color:#000;
	}

#meta #wrapper{
	margin-top:10px;
	margin-left:220px;
	font-size:12px;
	line-height:13px;
}

#dvdInfo #castTop{
	float:left;
	width:3em;
}

#dvdInfo #castContent{
	float:left;
}

#dvdInfo #infoText{
	margin-top:10px;
}

#infoText #end{
	padding-top:1em;
}



/*-----------------あなたの街のアダモちゃん----------------*/

div.flash_title{
	width:720px;
	height:172px;
	margin:0px;
	padding:0px;
	}

div.flash{
	width:720px;
	height:540px;
	margin-top:0px;
	padding:0px;
	background-image:url(../img/adamocd/back_fla.jpg);
	background-repeat: no-repeat;
	}
	
div.rule{
	margin-top:5px;
	margin-bottom:5px;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:10px;
	padding-right:10px;
	width:700px;
	height:400px;
	font-size:12px;
	text-align:left;
	}

div.flash_rule{
	width:720px;
	height:172px;
	margin-top:5px;
	}


/*-----------------リンク----------------*/


div.link2{
	margin-top:5px;
	margin-bottom:5px;
	padding-top:10px;
	padding-bottom:5px;
	padding-left:10px;
	padding-right:10px;
	width:705px;
	height:300px;
	font-size:12px;
	text-align:left;

	}


/*-----------------共通----------------*/

div.footer{
	background-image: url(../img/adamocd/footer_ber.jpg);
	background-repeat: repeat-x;
	padding-top:10px;	
	text-align:center;
	font-size:12px;
	color:#FFF;
	}


.info_date{
	font-size:13px;
	color:#F60;
	font-weight: bold;	
	}
	
.info_text{
	font-size:13px;
	}


h1,h2,h3,ul{
	padding:0px;
	margin:0px;
}



ul{
	list-style-type:none;
}



h1{
	height:0px;
	text-indent:-1500px;
	overflow:hidden;
}


h2{
	height:0px;
	text-indent:-1500px;
	overflow:hidden;

}

h3{
	height:0px;
	text-indent:-1500px;
	overflow:hidden;
}



#meta #cdbotton{
	margin-top:5px;
	margin-left:60px;	
	}


#intro div{
	height:214px;
	padding-top:333px;
}





#pagetop{
	width:775px;
	font-size:12px;
	margin: 10px;
	}


.text10-6{
	color:#666;	
	font-size:10px;	
	}

.org{
	color:#ea4c27;
}


a{/*リンクされた文字*/
    color:#333;
    font-style:normal;
    text-decoration:underline;
}
a:link {/*未訪問のリンク*/
    color:#333;
    font-style:normal;
    text-decoration:underline;
}
a:visited {/*訪問後のリンク*/
    color:#333;
    text-decoration:underline;
}
a:hover {/*マウスをのせたとき*/
    color:#333;
    font-style:normal;
    text-decoration:underline;
}
a:active {/*クリック中*/
    text-decoration:none;
}