@charset "UTF-8";

/* ========BASIC======== */
* {
    font-family: Verdana, Helvetica, sans-serif;
    color: #333;
}

html {
    overflow-y: scroll;
    background: #fff url(../image/bg_side.gif) 0% 0% repeat;
    height: 100%;
}

body {
    margin: 0;
    padding: 0;
    font-size: 0.8em;
    text-align: center;
    line-height: 1.4em;
    letter-spacing: 1px;
    height: 100%;
}

br {
    letter-spacing: normal;
}

a {
    color: #333;
    text-decoration: none;
}

a:hover {
    color: #fff;
    text-decoration: none;
}

img {
    border: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
}

/* ========TEMPLATE FRAMEWORK======== */
div#wrapper {
    width: 760px;
    margin: 0 auto;
    text-align: left;
    padding: 0px 10px 0px 10px;
    background: #fff url(../image/bg.gif) 50% 50% repeat-y fixed;
    height: 100%;
    position: relative;
    min-height: 100%;
}

body>#wrapper {
    height: auto;
}

div#space_top {
    height: 20px;
}

div#header {
    width: 720px;
    height: 120px;
    margin: 0 20px;
    background: #fff url(../image/bg_head.gif) 0% 0% no-repeat;
    border-bottom: 1px solid #C3C3C3;
}

div#accnt {
    margin: 60px 0px 0px 10px;
}

div#top_contents_title {
    width: 720px;
    height: 250px;
    margin: 0 20px;
    background: #fff url(../image/bg_top.gif) 0% 0% no-repeat;
    border-bottom: 1px solid #C3C3C3;
}

div#top_contents_header {
    width: 720px;
    height: 20px;
    margin: 0 20px;
    background: #fff url(../image/bg_contents_head_top.gif) 100% 100% no-repeat;
}

div#menu {
    width: 720px;
    margin: 0 20px;
    padding-bottom: 20px;
    background: #fff url(../image/bg_contents_head.gif) 100% 100% no-repeat;
}

div#contents {
    width: 720px;
    clear: both;
    margin: 0 20px;
    background: #fff url(../image/bg_contents.gif) repeat-y;
    padding-bottom: 25px;
}

div#top_main {
    width: 270px;
    height: 230px;
    float: right;
    padding: 10px;
    overflow: auto;
}

div#main {
    width: 480px;
    float: left;
    padding: 0 10px 20px;
}

div#sub {
    width: 200px;
    float: right;
    padding: 0 10px 20px;
}

div#footer {
    width: 720px;
    height: 15px;
    margin: 0 20px;
    padding: 10px;
    0 10px;
    background-color: #FFF;
    position: absolute;
    bottom: 0;
}

div#menu.top {
    padding-bottom: 0px;
    background: #fff 100% 100%;
}

div#contents.top {
    background: #fff url(../image/bg_contents_top.gif) repeat-y;
}

div#main.top {
    width: 700px;
}

div#main div#container {
    width: 700px;
}

div#main div#left {
    width: 200px;
    padding: 0px 15px 10px 5px;
    float: left;
}

div#main div#center {
    width: 200px;
    padding: 0px 15px 10px 0;
    float: left;
}

div#main div#right {
    width: 200px;
    padding: 0px 15px 10px 0;
    float: left;
}


/* 回り込み解除 */
div#menu:after,
div#contents:after,
div#container:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/* ========HEADER CUSTOMIZE======== */
div#header h1 {
    font-size: 2em;
    margin: 0;
    padding: 10px;
}

div#header p {
    margin: 0;
    padding: 10px;
    font-size: 0.8em;
}

/* ========MENU CUSTOMIZE======== */
div#menu ul {
    margin: 0;
    padding: 0;
}

div#menu li {
    list-style-type: none;
    float: left;
    text-align: center;
    margin: 0;
    padding: 0;
}

div#menu li a,
div#menu span {
    display: block;
    width: 120px;
    background: #ddd;
    line-height: 26px;
    border-top: 1px solid #C3C3C3;
    border-bottom: 1px solid #C3C3C3;
}

div#menu li a:hover {
    background: #9F1D20;
}

/* ========TOP MAIN CONTENTS CUSTOMIZE======== */
div#top_main a {
    border-bottom: 1px dotted #333;
}

div#top_main a:hover {
    border: 0;
    color: #FFD2C8;
}

div#top_main h2 {
    font-size: 1em;
    padding: 2px;
    font-weight: bold;
    margin-bottom: 2px;
}

div#top_main h3 {
    margin-bottom: 2px;
    font-size: 1em;
    font-weight: normal;
    border-bottom: 1px solid #333;
}

div#top_main p {
    margin: 0 0 1em 0;
}

/* ========MAIN CONTENTS CUSTOMIZE======== */
div#main a {
    border-bottom: 1px dotted #333;
}

div#main a:hover {
    border: 0;
    color: #666;
}

div#main h2 {
    font-size: 1em;
    color: #fff;
    padding: 2px;
    font-weight: bold;
    background: #666;
    border-bottom: 2px solid #9F1D20;
    margin-bottom: 2px;
}

div#main h3 {
    margin-bottom: 2px;
    font-size: 1em;
    border-bottom: 1px solid #333;
}

div#main p {
    margin: 0 0 1em 0;
}

div#main ul {
    margin: 0 0 1.5em 1.5em;
    padding: 0;
}

div#main dl {
    margin: 0 0 1.5em 0;
    padding: 0;
}

div#main .discount {
    color: red;
}

.detail_link {
    font-size: 0.8em;
    color: #ff967d;
}

/* _/_/_/_/_/_/concert_/_/_/_/_/_/_/ */
div#main table.concert {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 0.5em;
}

div#main table.concert,
div#main table.concert th,
div#main table.concert td {
    border: 1px solid #999;
}

div#main table.concert th {
    background-color: #ccc;
    padding: 2px 0.5em 2px 0.5em;
    font-weight: normal;
}

div#main table.concert th.day {
    width: 53%;
}

div#main table.concert th.location {
    width: 37%;
}

div#main table.concert td {
    background-color: #fff;
    padding: 0.5em;
}

div#main table.concert a {
    border: 0px solid #FFFFFF;
}

/* _/_/_/_/_/_/concert_detail_/_/_/_/_/_/_/ */
div#main table.concert_detail {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 0.5em;
}

div#main table.concert_detail,
div#main table.concert_detail th,
div#main table.concert_detail td {
    border: 1px solid #999;
}

div#main table.concert_detail th {
    background-color: #ccc;
    padding: 0.5em;
    font-weight: normal;
    vertical-align: top;
    width: 20%;
}

div#main table.concert_detail td {
    background-color: #fff;
    padding: 0.5em;
    width: 80%;
}

/* _/_/_/_/_/_/school_/_/_/_/_/_/_/ */
div#main table.school {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 0.5em;
}

div#main table.school,
div#main table.school th,
div#main table.school td {
    border: 1px solid #999;
}

div#main table.school th {
    background-color: #ccc;
    padding: 2px 0.5em 2px 0.5em;
    font-weight: normal;
}

div#main table.school th.location {
    width: 45%;
}

div#main table.school th.day {
    width: 35%;
}

div#main table.school th.style {
    width: 20%;
}

div#main table.school td {
    background-color: #fff;
    padding: 0.5em;
}

/* _/_/_/_/_/_/pagetop_/_/_/_/_/_/_/ */
div#main div.pagetop {
    clear: left;
    margin: 0 5px 5px 5px;
    text-align: right;
}

div#main div.pagetop a {
    border: 0px solid #FFFFFF;
}

/* _/_/_/_/_/_/profile_/_/_/_/_/_/_/ */
div#main dl.link dd {
    line-height: 1.8em;
}

div.kourinkai_date {
    width: 75px;
    float: left;
}

div.kourinkai_detail {
    width: 395px;
    float: left;
}

div.kourinkai_detail:after {
    clear: left;
}

/* _/_/_/_/_/_/sample_/_/_/_/_/_/_/ */
dd.sample {
    margin: 5px 0px 5px 0px;
}

div.sample_title {
    clear: both;
    width: 100px;
    height: 25px;
    font-weight: bold;
    vertical-align: middle;
    float: left;
}

div.sample_time {
    width: 60px;
    height: 25px;
    float: left;
}

div.sample_player {
    padding-left: 20px;
    width: 220px;
    float: left;
}

/* ========SUB CONTENTS CUSTOMIZE======== */
div#sub a {
    border-bottom: 1px dotted #333;
}

div#sub a:hover {
    border: 0;
    color: #666;
}

div#sub h2 {
    font-size: 1em;
    color: #fff;
    padding: 2px;
    font-weight: bold;
    background: #666;
    border-bottom: 2px solid #9F1D20;
    margin-bottom: 2px;
}

div#sub h3 {
    margin-bottom: 2px;
    font-size: 1em;
    border-bottom: 1px solid #333;
}

div#sub p {
    margin: 0 0 1em 0;
    font-size: 0.8em;
}

div#sub dl,
dt,
dd {
    margin: 0;
    font-size: 0.9em;
}

div#sub dt {
    font-weight: bold;
}

.clear {
    clear: both;
}

/* ========FOOTER CUSTOMIZE======== */
address {
    background: #fff;
    color: #333;
    text-align: center;
    font-size: 0.8em;
}