@charset "UTF-8";

body {
    background: #111111;
    margin: 0 auto;
    padding: 10px 0 0;
    text-align: center;
}

img {
    border: none;
    vertical-align:bottom;
}
p, ul, li, h1, h2, h3 {
    margin:  0;
    padding: 0;
}
h1, h2 {
    text-align: center;
}
ul, li {
    list-style-type: none;
}

#bayrhythm {
    margin: 0 auto;
    width: 980px;
    background: #000000;
}
#shinagawa {
    margin: 0 auto 100px;
    width: 980px;
    background: none;
}
#header {
    background: url(../img/header.jpg) no-repeat;
    height:140px;
    width: 980px;
    padding-top: 10px;
}
ul#menu {
    margin-top:   16px;
    margin-right: -4px;
    overflow: hidden;
    zoom: 0;
}
ul#menu li {
    float: left;
    margin-right: 4px;
    width: 324px;
    height: 38px;
    display: inline;
}
ul#menu li a {
    display: block;
    position: relative;
    overflow: hidden;
    text-indent: -9999px;
    width: 324px;
    height: 38px;
}
ul#menu li.menu01 a {
    background: url(../img/menu01.png) no-repeat;
}
ul#menu li.menu02 {
    background: url(../img/menu02.png) no-repeat;
}
ul#menu li.menu03 {
    background: url(../img/menu03.png) no-repeat;
}
ul#menu li.menu04 a {
    background: url(../img/menu04.png) no-repeat;
}

ul#menu li.menu01 a:hover,
ul#menu li.menu02:hover,
ul#menu li.menu03:hover,
ul#menu li.menu04 a:hover {
    z-index: 1;
    background-position: bottom;
}

ul#menu li ul {
    position: absolute;
    display: none;
    top: 150px;
}
ul#menu li ul li {
    float: none;
    width: 324px;
    height: 38px;
    background: #FFF;
    margin-right: 0;
    display: block;
}
ul#menu li ul li a {
    width: 324px;
    height: 38px;
    text-indent: 0px;
    background: #FFF;
}

#main {
    background: #000;
    padding-bottom: 20px;
}

#topImage {
    padding: 15px 10px 5px;
}

#footer {
    padding-bottom: 20px;
    color: #EEE;
}
#shinagawa #footer {
    width: 980px;
    background: #FAF5EB;
}
.floatLeft {
    float: left;
}
.floatRight {
    float: right;
}
.clear {
    clear: both;
}

.mar10 {
    margin-bottom: 10px;
}
.mar20 {
    margin-bottom: 20px;
}

a:hover img.rollover {
    filter:alpha(opacity=80);           /* IE7以下用 */
    -ms-filter: "alpha(opacity=80)";    /* IE8用 */
    -moz-opacity:0.8;                   /* Firefox 1.5未満, Netscape用 */
    -khtml-opacity: 0.8;                /* Safari 1.x, 他khtmlに対応したブラウザ用  */
    opacity: 0.8;                       /* Firefox 1.5以上, Opera, Safari用 */
}

.lesson {
    width:  470px;
    height: 310px;
    padding: 10px;
}
.gray {
    background: #2B2B2B;
}

.lesson img.photo {
    border: 2px solid #CCCCCC;
    float: left;
    margin-right: 10px;
}
.lesson p {
    color: #EEEEEE;
    font-size: 14px;
    text-align: left;
    line-height: 1.6;
    font-family: "ＭＳ ゴシック",sans-serif;
}
.gray .lesson p {
    color: #EDEDED;
}
p.lh-15 {
    line-height: 1.5;
}
p.lh-14 {
    line-height: 1.4;
}
p.lh-13 {
    line-height: 1.3;
}
p.lh-12 {
    line-height: 1.2;
}
.lesson p span {
    font-weight: bold;
}



#info {
    margin: 0px auto;
    width: 670px;
    height: 120px;
    padding: 30px 135px;
    text-align: center;
    background: #EEE;
}
#info table tr td {
    padding: 5px;
}
#info table tr td a {
    display: block;
    overflow: hidden;
    text-indent: -9999px;
    height: 15px;
}
#info table tr td img {
    width: 238px;
}
#info table tr td.logo {
    padding: 0px;
}
#info table tr td.logo a {
    height: 34px;
    text-indent: 0px;
}
#info table tr td.logo img {
    width: 125px;
}
#info table tr td.link01 a {
    background: url('../img/link.01.png') no-repeat;
}
#info table tr td.link02 a {
    background: url('../img/link.02.png') no-repeat;
}
#info table tr td.link03 a {
    background: url('../img/link.03.png') no-repeat;
}
#info table tr td.link04 a {
    background: url('../img/link.04.png') no-repeat;
}
#info table tr td.link05 a {
    background: url('../img/link.05.png') no-repeat;
}
#info table tr td.link06 a {
    background: url('../img/link.06.png') no-repeat;
}
#info table tr td.link07 a {
    background: url('../img/link.07.png') no-repeat;
}
#info table tr td a:hover {
    background-position: bottom;
    z-index: 1;
}


#shinagawa #access {
    background: #FAF5EB;
    padding: 20px;
}
#shinagawa #access div {
    width: 800px;
    margin: 0 auto;
    border: 2px solid #CCCC99;
}

.schedule {
    padding: 8px 20px 0;
    margin:  20px;
    color: #FFFFFF;
    font-size: 14px;
    //background: #FAF5EB;
}
.schedule a {
    color: #DDDDDD;
    text-decoration: none;
}
.schedule a:hover {
    color: #FFFFFF;
    text-decoration: underline;
}
.schedule .current {
    float: left;
    padding: 0 10px 10px;
    font-weight: bold;
}
.schedule .next {
    text-align: right;
    padding: 0 10px 10px;
}

.exp {
    width: 500px;
    margin: 50px auto 0px;
}
.exp a {
    display: block;
    overflow: hidden;
    text-indent: -9999px;
    width: 500px;
    height: 50px;
    background: url('../img/exp.png') no-repeat;
}
.exp a:hover {
    background-position: bottom;
    z-index: 1;
}

#back {
    width: 212px;
    height: 52px;
    position: fixed;
    _position: absolute;
    bottom: 20px;
    right: -212px;
}


#bayrhythm .STContact tr:nth-child(3) td p:nth-child(2),#bayrhythm .STContact tr:nth-child(3) td p:nth-child(3){
	display: none;
}
