<style type="text/css">
a:link{ color: #0000FF;text-decoration: underline } /* 普通のリンクの色 */
a:visited{ color: #0000FF;text-decoration: underline } /* すでに見たのリンクの色 */
a:active{ color: #0000FF; text-decoration: underline; background-color:#C1C1C1; } /* クリックしたときのリンクの色 */
a:hover{ color: #0000FF; text-decoration: underline; background-color:#C1C1C1; } /* カーソルが乗ったときのリンクの色 */

.ftext10 { font-size: 10px; line-height:150%; color:#333333;}
.ftext11 { font-size: 11px; line-height:150%; color:#333333;}
.ftext12 { font-size: 12px; line-height:150%; color:#333333;}
.ftext13 { font-size: 13px; line-height:150%; color:#333333;}
.ftext14 { font-size: 14px; line-height:150%; color:#333333;}
.ftext15 { font-size: 15px; line-height:150%; color:#333333;}
.ftext17 { font-size: 17px; line-height:150%; color:#333333;}
.ftext18 { font-size: 18px; line-height:150%; color:#333333;}
.ftext20 { font-size: 20px; line-height:150%; color:#333333;}
.ftext22 { font-size: 22px; line-height:150%; color:#333333;}

/*▼全体*/

body{
margin-left:0px;
margin-top:0px;
background-color:#FFCC00;
}

wrapper{
width:990px;
}

/*▼koushin*/
#wrapper_kousin{
margin-bottom:5px;
margin-left:10px;
margin-right:5px;
margin-top:5px;
padding:0;
width:260px;
background-color:#ffedd2;
}


/*▼intro*/
#intro_bgi{
background-image:url(../images/intro/intro_2.jpg);
background-repeat:no-repeat;
}

/*▼staff*/
#staff_bgi{
background-image:url(../images/staff/staff_2.jpg);
background-repeat:no-repeat;
}

/*▼cast*/
#cast_bgi{
background-image:url(../images/cast/cast_2.jpg);
background-repeat:no-repeat;
}

/*▼cast_frame*/

.cast_font10 { font-size: 10px; line-height:120%; color:#333333;}

.cast_font10_2 { font-size: 10px; line-height:120%; color:#535353;}

.cast_font12 { font-size: 12px; line-height:140%; color:#333333;}

/*▼movie*/
#movie_bgi{
background-image:url(../images/movie/movie_2.jpg);
background-repeat:no-repeat;
}



