@charset "Shift_JIS";

/* 一括で全ての要素の余白をゼロに指定 */
* {
  padding: 0;
  margin: 0;
}

/* ---------------------------------------- リンク関係全般 */
a:link {
  color: #0000ff;
  text-decoration: underline;
}

a:visited {
  color: #990099;
  text-decoration: underline;
}

a:hover {
  color: #ff0000;
  text-decoration: underline;
}


/* ---------------------------------------- フォントスタイル フォントサイズ */

body {
  font-size: 0.85em;
  text-align: center;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height:25px;
}

/* ---------------------------------------- レイアウトに関する指定 */

#wrapper {
  text-align: left;
  margin: 1em auto 0;
  width: 800px;
}

#header {
  padding: 5px 5px 5px;
}

#contents {
  float: right;
  width: 540px;
  padding: 2em 30px 4em 30px;
}

#sidebar {
  float: left;
  width: 180px;
  padding: 2em 10px;
}

#footer {
  clear: both;
  padding: 0.5em 0 1em;
}

/* ---------------------------------------- ＨＰトップロゴ用 */
/* -- ロゴ --*/
.logo {
  text-align: center;
}

/* ---------------------------------------- 見出し関係 */
/* -- 見出し -- */
h1 {
  text-align: left;
  font-size: 1.5em;
  margin-bottom: 1em;
  border-bottom: 2px solid #000000;
}

h2 {
  font-size: 1.2em;
  margin-bottom: 0.5em;
  padding: 5px 0px 5px 5px;
  border-left: 10px solid #000000;
  border-bottom: 1px solid #000000;
}

h3 {
  font-size: 1.2em;
  padding: 0px 0px 0px 20px;
}

h4 {
  font-size: 1.2em;
  padding: 0px 0px 0px 35px;
}

/* -- topタグ用 --*/
h6 {
  font-size: 1.2em;
  text-align: right;
  height: 17px;
}

/* ----------------------------------------  記事・段落ごと -- */
p {
  line-height: 1.6em;
}

#contents p{
  margin-bottom: 1.5em;
}

/* ----------------------------------------  テキストの位置・全般 -- */
.right{
	text-align: right;
}

.center {
  text-align: center;
}

/* ----------------------------------------  画像関係 -- */
img {
  border: 0px solid;
  margin-top: 5px;
  margin-bottom: 5px;
}

/* -- 小さい画像の処理 -- */
img.fl{
  float: left;
  margin-right: 5px;
}
img.fr{
  float: right;
  margin-left: 5px;
}

/* ---------------------------------------- 年表用 -- */
/* 表の色を白に　*/
.bg{
  background-color:#ffffff; 
}
/* 色なし */
.ydy{
  text-align: center;
}
.txt{
  padding-left: 0.5em;
}
/* 色あり */
.ydy1{
  text-align: center;
  background-color:rgb(255, 255, 153);
}
.txt1{
  padding-left: 0.5em;
  background-color:rgb(255, 255, 153);
}

/* ---------------------------------------- 活動記録用 -- */
td.mday{
  text-align: right;
  width: 60px;
  white-space: nowrap;
}
td.memo{
  padding: 0 0 0 5px;
  width: 475px;
  white-space: nowrap;
}
/* -- 改行時用 -- */
td.memo1{
  text-align: right;
  width: 475px;
  white-space: nowrap;
}

/* ---------------------------------------- リスト関係 */
/* -- 曲目リスト用 -- */
#contents ul {
  list-style-type:circle;
  padding: 0;
}
/* -- 場所、日時用 -- */
#contents ul.al{
  list-style-type:square;
}

#contents li {
  margin: 0 0 0 30px;
}

/* ---------------------------------------- 定期演奏会概要 -- */
td.komoku{
  text-align: center;
  width: 53px;
  white-space: nowrap;
}
td.koron{
  text-align: center;
  width: 19px;
  white-space: nowrap;
}
td.shosai{
  padding: 0 0 0 5px;
  width: 458px;
  white-space: nowrap;
}

/* -- 以下のリストは現在不使用 -- */
#contents dl {  }
#contents dt {
  margin-bottom: 0.5em;
  font-weight: bold;
  border-bottom: 1px dotted #666666;
}
#contents dd { margin:0 0 0 20px; }
#contents ol { margin: 0 0 0 20px; }

/* ---------------------------------------- #sidebar内の指定 */
/* -- メニュータイトル -- */
.sidetitle {
	padding:0.5em 0 ;
	border-bottom: 1px solid #666666;
	margin-bottom: 0;
}

/* -- メニューリスト -- */
.localnavi {
  list-style-type: none;
  margin-bottom: 2em;
}

.localnavi li {
  display: inline;
}

.localnavi a {
  text-decoration: none;
  display: block;
  width: 170px;
  padding: 0.5em 5px;
  background-color: #ffffff;
  color: #000000;
  border-bottom: 1px solid #cccccc;
}

.localnavi a:hover {
  text-decoration: none;
  background-color: #999999;
  color: #000000;
  border-bottom: 1px solid #cccccc;
}

/* ---------------------------------------- #footer内の指定 */
#footer p {
  text-align: center;
}

