/* CSS Document */


/* リンク */

a:link {
    text-decoration: none;
    color:#993333;
}

a:visited {
    text-decoration: none;
    color:#996666;
}

a:active {
    color:#990000;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

/* メインボックス　index */

#MainBoxIndex {
background-image:url(../img/episode/index_bg.jpg);
background-position:top center;
background-repeat:no-repeat;
background-color:#FFFFFF;
width:790px;
padding:15px 0px 15px 0px;
}

#IndexBox {
width:402px;
height:auto;
margin:44px 0px 0px 340px;
}

#IndexBoxLeft {
width:183px;
float:left;
}

#IndexBoxRight {
width:183px;
float:right;
}

.Index {
font-size:10px;
line-height:150%;
width:190px;
padding:10px 5px 10px 5px;
}


/* タイトル　index */
#TitleIndex {
margin:160px 0px 0px 54px;
}

/* リンク　index */
.LinkIndex {
margin:20px 0px 15px 56px;
}

.LinkTxtIndex {
margin:0px 0px 15px 60px;
width:300px;
font-size:12px;
color:#666666;
line-height:150%;
}

/* メインボックス */

#MainBox {
background-image:url(../img/episode/bg.jpg);
background-position:top center;
background-repeat:no-repeat;
background-color:#FFFFFF;
width:790px;
padding:15px 0px 15px 0px;
}

/* タイトル */
h1 {
margin:53px 0px 0px 45px;
}

h2 {
margin:0px 0px 0px 30px;
}

/* BOX　第2階層 */

#Box {
height: auto;
width: 740px;
margin:42px 25px 0px 25px;
}

#LeftBox {
height: auto;
width: 210px;
text-align: left;
float: left;
margin-right: auto;
margin-left: auto;
}

#RightBox {
text-align: left;
width: 520px;
height: auto;
float: right;
margin-right: auto;
margin-left: auto;
}

/* メニュー */

#Menu {
width: 190px;
height: auto;
}

#Menu ul {
margin:20px 0px 0px 0px;
padding:0px;
list-style:none;
}

#Menu li {
margin:0px;
padding:0px;
list-style:none;
}

#Menu li {
font-size:10px;
margin:10px;
line-height:130%;
}

/* フラッシュ */

.BlackBorder {
width:520px;
border:1px solid #000000;
}

.Txt {
width:450px;
font-size:12px;
color:#666666;
line-height:160%;
margin:10px 0px 10px 20px;
padding:5px;
}