@charset "UTF-8";

/*------------------全体------------------*/
* { letter-spacing:1px; font-family:"メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Osaka, "ＭＳ Ｐゴシック";}
html { /*width:100%; height:100%;*/ }
body { margin:0px; padding:0px; background-color:#f8d9db; color:#333; background-attachment: fixed; background-image: url(../img/bg.jpg); background-repeat: repeat; background-position: left top; }
a:link, a:visited {color:#000; /*text-decoration:none;*/}
a:active, a:hover {color:#900; /*text-decoration:none;*/}


/*------------------大枠------------------*/
div#wrap{ margin:0px; padding:0px; position:relative; text-align:center;}
table#wrapTable{ width:600px; border:none; margin:0px auto; padding:0px; display:block; position:relative;}
table#wrapTable tr{ vertical-align:top;}
td#left,td#right{ width:65px; border:none; margin:0px; padding:0px; background-repeat:repeat-y; background-attachment: scroll; background-position: top; background-image:url(../img/side.gif); }
td#left{ background-position: left;}
td#right{ background-position: right;}
td#contents{ background-color:#FFF; padding:10px 20px 0px 20px;}

/*------------------トップページ------------------*/
div#titleBox{ width:415px; height:110px; margin:0px auto 10px; padding:0px; overflow:hidden; position:relative; }
div#nameBox{ width:320px; height:46px; margin:0 0 20px 55px; padding:0px; overflow:hidden; position:relative; }
div#nameBox3{ width:390px; height:46px; margin:0 0 20px 15px; padding:0px; overflow:hidden; position:relative; }
div#nameBox4{ width:400px; height:46px; margin:0 0 20px 5px; padding:0px; overflow:hidden; position:relative; }
div.movieTitle{ width:400px; height:25px; margin:0px auto; padding:0px;}
/*------------------フッタ------------------*/
div#movie1,div#movie2,div#movie3{ width:400px; height:250px; margin:5px 0 35px 10px; padding:0px;}
div#cautionBox{ width:320px; height:auto; margin:0px auto 10px; padding:0px; text-align:left; font-size:10px; line-height:1.4em; color:#666; font-weight:normal; white-space:nowrap;}
div#closeBox{ width:70px; height:15px; margin:0px auto 20px; padding:0px; }

/*そのほか*/

