﻿<style type="text/css"> 
 
body {color: #444444;
      font-family: sans-serif}
address a {color: #800000;
           text-decoration: none}
address a:hover	{color: #ff4500}
 
/* コンテナ */ 
div#container {width: 900px;
               margin-left: auto;
               margin-right: auto;}
 
/* メニュー */ 
div#menu ul {font-style-type: none;
             text-align: right;
             margin-right: 0;
             padding-right: 0;
             padding: 3px 3px;
             margin-bottom: 0;}           
div#menu li {display: inline;
             padding-right: 10px;
             font-size: 0.75em}    
div#menu li a {text-decoration: none} 
div#menu a {color: #444444} 
div#menu a:hover {color: #ff4500}
 
 
/* ヘッダー */
div#header { background-image: url(../photo/decoration/top_background.jpg);
            padding-top: 10px;
            padding-bottom: 10px;
            padding-left: 30px;
            padding-right: 30px} 
div#header p {font-size: 0.75em;
              font-family: sans-serif;
              text-align: left;
              color:#ffffff;
              line-height: 2.5}
div#header img{float: left;
               margin-left: 10px;
               margin-right: 30px;
               margin-top: 10px;
               margin-bottom: 10px;}
h1 {font-size: 1.25em;
    font-family: Broadway;
    color: #ffffff}  
 
/* メイン */
div#main {width: 714px;
          float: left;
          margin-top: 25px}
 
/* コンテンツ */ 
div#content {width: 528px;
             float: right;
             margin-left: auto;
             margin-right: auto;
             margin-bottom: 25px}
div#content p {font-size: 0.75em;
               font-family: sans-serif;
               line-height: 1.5}
div#content img {float: right;
                 margin-left: 15px;
                 margin-bottom: 15px}
div#content h2 img {margin-right: 5px}
h2 {font-size: 0.75em;
    background-image: url(../photo/decoration/green15px.jpg);
    background-repeat: no-repeat;
    background-position: 0 0;
    padding-left: 20px} 
div#content h3 {font-size: 0.75em;
                border-bottom: solid 2px #006600;
                padding-bottom: 3px;
                clear: both}
p#schedule {font-size: 0.75em;
            margin-left: 360px}

div#content a	{color: #800000}
div#content a:hover {color: #ff4500}


 
/* 備考 */
div#notes  {clear:both;
            border: solid 1px #bc8f8f;
            padding: 10px 25px}
 
div#notes h4 {font-size: 0.75em;
              color: #bc8f8f;
              border-bottom: solid 1px #bc8f8f;
              padding-bottom: 0}
 
 
/* サイドバー */ 
div#sidebar {width: 166px;
             float: left;
             margin-bottom: 25px} 
ul.sidemenu {font-size: 0.75em;
             margin-top: 0;
             margin-left: 0;
             padding-left: 0;
             line-height: 0}
ul.sidemenu li {list-style-type: none}
ul.sidemenu li a {display: block;
                  line-height: 40px;
                  text-decoration: none;
                  color: #ffffff;
                  background-color: #006600;
                  border-bottom: solid 1px #ffffff;
                  padding-left: 10px}
ul.sidemenu li a:hover {background-color: #99cc99}                 
 
/* 右サイドバー */
div#sidebar-right {width: 166px;
                   float: right;
                   margin-top: 25px}
ul.artists {font-size: 0.75em;
             margin-top: 0;
             margin-left: 0;
             padding-left: 0;
             line-height: 0}
ul.artists li {list-style-type: none}
ul.artists li a {display: block;
                 line-height: 30px;
                 text-decoration: none;
                 color: #ffffff;
                 background-color: #bc8f8f;
                 border-bottom: solid 1px #ffffff;
                 padding-left: 10px}
ul.artists li a:hover {background-color: #}
ul.artists ul {margin: 0;
               padding: 0}
ul.artists ul li a {background-color: #ffffff;
                    color: #444444;
                    border-bottom: solid 1px #808080;
                    line-height: 24px}
ul.artists ul li a:hover {background-color: #ffe4e1}
p#hands a {color: #ffffff}
           
 
/* フッター */ 
div#footer {border-top: solid 2px #8b4513;
            width: 900px;
            margin-top: 0;
            padding-top: 8px;
            clear: both}
div#footer p {font-size: 0.75em;
              font-family: sans-seri;
              text-align: center }
address {font-size: 0.75em;
         font-style: normal;
         text-align: center}
 
a	{color: #800000}
a:hover	{color: #ff4500}
address a:hover	{color: #ff4500}

</style>