/*bodyの背景*/
body{
background-image:url(img/ef_bg_all.gif);
background-repeat:repeat-y;
padding-top:0px;
margin-top:0px;
padding-left:0px;
margin-left:0px;
padding-bottom:0px;
margin-bottom:0px;
}

/*リンクカラー*/
a:link{color:#DB4575;}
a:hover{color:#F7F50C;}


/*div.bodyの背景と幅*/
#body{
background-image:url(img/ef_bg_body.gif);
background-repeat:repeat-y;
width:850px;
color:#333333;
}


/*左側と作品紹介の画像*/
#left_image{
background-image:url(img/ef_left.gif);
background-repeat:no-repeat;
width:230px;
height:1276px;
float:left;
}

#logo{border:0px;}



/*メインの設定*/
#main{
margin-left:230px;
}

/*リードテキストの設定*/
#lead{
font-size:0.85em;
line-height:140%;
}

/*ボタンの設定*/
.button{
border:0px;
margin-left:210px;
}
/*個人情報についての設定*/
.privacy{
font-size:0.6em;
color:#999999;
text-align:center;
margin-top:0px;
}

/*映画タイトル*/
#movie_title{
background-image:url(img/ef_flower.gif);
background-repeat:no-repeat;
height:36px;
font-size:1.25em;
padding:15px 0px 0px 25px;
margin-bottom:0px;
}
/*ロードショーテキスト*/
#movie_roadshow{
width:580px;
font-size:0.8em;
color:#DB4575;
border-top:solid 1px #DB4575;
margin-top:0px;
}

/*映画インフォメーション*/
#info{
width:230px;
margin-right:40px;
display: inline;
float:right;
background-color: #E7F4B4;
}

#info1,#info2{
list-style-type:none;
font-size:0.8em;
line-height:140%;
margin-left:0px;
padding-left:10px;
}

.adress{
font-size:0.8em;
line-height:120%;
color:#666666;
}

/*プラスＦって？*/
#plus{
background-color:#DB4575;
border:solid 1px #F7F50C;
color:#ffffff;
font-size:0.6em;
line-height:140%;
padding:5px;
margin: 5px 5px 15px;
}
a#link_plus:link{color:#F7F50C;}
a#link_plus:hover{color:#ffffff;}



/*映画のストーリー*/
#story{
width:580px;
font-size:0.8em;
line-height:140%;
border-bottom:solid 1px #DB4575;
}

#coment{
width:580px;
font-size:0.8em;
line-height:140%;
}

/*copy rightのマージン・テキストアライン*/
#footer{
width:580px;
font-size:0.8em;
color:#999999;
text-align:center;
border-top:solid 1px #DB4575;
}


