@CHARSET "windows-31j";
/******************************
 * 基本設定
 ******************************/
body {
	text-align: center;
	font-family: "メイリオ", Meiryo, Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	color: #241a08;
	overflow: auto;
}
body.side {
	background-image: url(../img/bg01.jpg);
}

div.main {
	background-color: #fffffc;
	text-align: left;
	overflow: inherit;
	padding-top: 0px;
	padding-left: 5px;
	padding-right: 5px;
}

/******************************
 * リンクの設定
 ******************************/
img {
	border: none;
	background: transparent;
}
a, a:LINK, a:VISITED {
	text-decoration: underline;
	color: #241a08;
}
a:FOCUS, a:HOVER {
	background-color: inherit;
	text-decoration: underline;
	color: #a0d8ef;
}

/******************************
 * タイトルロゴの設定
 ******************************/
 #logo {
 	float: left;
 	height: 65px;
	padding-top: 10px;
	padding-left: 10px;
	font-size: 36px;
	font-weight: bold;
	color: aqua;
 }
 #topics {
 	float: right;
 	padding-top: 10px;
 	text-align: right;
 }
/******************************
 * TOPボタンの設定
 ******************************/
 #topButton {
 	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
 }
 #topButton li {
 	float: left;
 	width: 107px;
 	height: 30px;
 	border: solid white 1px;
	background-color: #2ca9e1;
	padding-top: 7px;
	padding-left: 5px;
 }
 #topButton a {
 	color: white;
 	font-size: 14px;
 	font-weight: bold;
 	text-decoration: none;	/* 下線の設定 */
 }
/******************************
 * TOPページの設定
 ******************************/
#topInfo {
	float: left;
	width: 550px;
	text-align: left;
	margin-top: 0px;
	padding-left: 3px;
}
#topInfo h2 {
	height: 25px;
	background-image: url(../img/subTitle.gif);
	font-size: 16px;
	font-weight: normal;
	padding-top: 2px;
	padding-left: 10px;
	margin-top: 2px;
	margin-bottom: 5px;
}
#topInfo h3 {
	height: 18px;
	background-image: url(../img/mark.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 25px;
	margin: 2px;
	font-size: 12px;
}
#topInfo .info-detail {
	padding-left: 20px;
	margin-bottom: 15px;
}
#topSubInfo {
	float: right;
	width: 200px;
}
#topSubInfo div {
	width: 185px;
	text-align: left;
	border: solid 2px #a9a9a9;
	background-color: #e5f8ff;
	padding: 4px;
	margin: 2px;
}
#topSubInfo h1 {
	height: 27px;
	background-color: transparent;
	padding: 0px;
	margin: 0px;
	font-size: 16px;
	font-weight: normal;
}

/******************************
 * サブメニューの設定
 ******************************/
#submenu {
	float: left;
	width: 190px;
}
#submenu h2 {
	height: 22px;
	background-color: #a0d8ef;
	font-size: 14px;
	padding-top: 3px;
	padding-left: 10px;
	margin-bottom: 0px;
}
#submenu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#submenu li {
	width: 180px;
	height: 25px;
	background-color: #e5f8ff;
	padding-top: 5px;
	padding-left: 10px;
}
/******************************
 * contentの設定
 ******************************/
#content {
	float: right;
	width: 580px;
	overflow: auto;
	padding-right: 7px;
}
#content h2 {
	height: 30px;
	background-image: url(../img/subTitle.gif);
	font-size: 18px;
	font-weight: normal;
	padding-top: 5px;
	padding-left: 10px;
	margin-bottom: 0px;
}
#content h3 {
	height: 20px;
	background-image: url(../img/mark.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 25px;
}
/******************************
 * テーブルの設定
 ******************************/
 /* 年間スケジュール */
 #tbl_sche {
	border: solid 1px #a9a9a9;
 }
 #tbl_sche th {
 	background-color: #e5f8ff;
	border: solid 1px #a9a9a9;
 }
 #tbl_sche td {
 	border: solid 1px #a9a9a9;
 }
 #tbl_sche font {
 	font-weight: bold;
 }
 /* 現団員数 */
 #tbl_member {
	border: solid 1px #a9a9a9;
 }
 #tbl_member th {
 	background-color: #e5f8ff;
	border: solid 1px #a9a9a9;
 }
 #tbl_member td {
 	border: solid 1px #a9a9a9;
 }
 #tbl_member font {
 	font-weight: bold;
 }
 /* プログラム一覧 */
 #tbl_concert {
 	border-collapse: collapse;
 }
 #tbl_concert td {
 	padding: 0px;
 }
 #tbl_concert img {
 	width: 120px;
 }
/* プログラム一覧 - 演奏会情報 */
.tbl_concert_detail {
	border: solid 1px #a9a9a9;
	width: 100%;
	margin-top: 10px;
}
.tbl_concert_detail th {
 	background-color: #fddea5;
	border: solid 1px #a9a9a9;
	font-size: 14px;
	height: 32px;
	padding-left: 5px;
	text-align: left;
}
.tbl_concert_detail th div {
	font-weight: normal;
	font-size: 11px;
}
.tbl_concert_detail td {
	border: solid 1px #a9a9a9;
}
.musica {
	background-image: url(../img/mark2.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 17px;
}
.desc {
	margin-left: 10px;
}
.guest {
	font-weight: bold;
}
/******************************
 * フッタの設定
 ******************************/
#footer {
	text-align: right;
	padding-top: 5px;
	height: 35px;
}