@charset "shift_jis";



body {
	font-family: "メイリオ", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 90%;		/*全般の文字サイズ*/
	line-height: 1.8;	/*全般の行間*/
	color: #821818;		/*全般の文字色*/
	background: #FFFFFF;	/*背景色設定*/
	margin: 0px;
	padding: 0px;
	text-align: center;
}

h1,h2,h3,h4,p,ul,li,dl,dt,dd{
	margin: 0px;
	padding: 0px;
	font-weight: normal;

}


ul{
	list-style-type: none;
}

dl{
	padding: 0;
	margin: 0 0 0 1.5em; 
}

ol{
	padding: 0 0 0 2em;
	margin: 0 0 0 1.5em; 
}




/*テーブルテスト用*/


table{
	border-top:1px solid #663300;
	border-left:1px solid #663300;
	border-collapse:collapse;
	border-spacing:0;
	background-color:#ffffff;
	empty-cells:show;
}

th{
	border-right:1px solid #663300;
	border-bottom:1px solid #663300;
	color:#330000;
	background-color:#996633;
/*	background-image:url(../img/table-back.gif);*/
	background-position:left top;
	padding:0.3em 1em;
	text-align:center;
}

td{
	border-right:1px solid #663300;
	border-bottom:1px solid #663300;
	padding:0.3em 0.5em;
}

/*ここまで　テーブルテスト用*/



/*
table{
	padding: 10px;
	border-top: 1px solid #E3E3E3;
	border-left: 2px solid #E3E3E3;	
	border-rihgt: 2px solid #E3E3E3;
	border-collapse: collapse;
	border-spacing: 0;
	background-color: #917675;
	empty-cells:show;
}


th{
	padding: 5px;
	border-rihgt: 1px solid #917675;
	text-align: center;
	background-color: #F3F3F3;
	color: #000000;
	font-size: 100%;
}


td{
	padding: 5px;
	border-right: 1px solid #E3E3E3;
	border-top: 1px solid #E3E3E3;
	text-align: center;
	background: #917675;
	color: #ffffff;
	font-size: 100%;
}

.td10{
	width: 15em;
	float: left;
	border-top: 1px solid #E3E3E3;
}

.td11{
	border-right: none;
	border-left: 1px solid #E3E3E3;
	border-top: 1px solid #E3E3E3;
	width: 20em;
	float: left;
}



.td12{
	text-align: left;
	width: 20em;
	float: left;
}

.td13{			/*　ライブインフォ　日時/主催　*/
	border-right: none;
	width: 150px;
	float: left;
}

.td14h{			/*　ライブインフォ（見出し部分）　場所/詳細　*/
	width: 330px;
	float: left;
}

.td14{			/*　ライブインフォ　場所/詳細　*/

	border-right: 1px solid #E3E3E3;
	border-left: 1px solid #E3E3E3;
	text-align: left;
	width: 330px;
	float: left;
}



.td15{			/*　ライブインフォ　料金　*/
	width: 70px;
	float: left;
	border-left: none;
}


.td20{			/*　リンク　*/
	color: #008B8B;
	text-align: left;
	width: 400px;
	float: left;
}

*/
	
img {
	border: none;
}

	


.catch {
	color: #FFFFFF;
	background-color: #FFFFFF;
	font-size: 5%;	
}


.look {
	background: #f5f5f5;
}

.color1 {
	color: #47A900;
}

.color2 {
	color: #ff7f50;
}

.shikaku {
	border: 1px solid #C0C0C0;
	padding: 10px;
	margin: 1em;
	background: #ffffff;
}

.shikaku2 {
	border: 1px solid #C0C0C0;
	padding: 10px;
}


.font2 {					/*■有文字*/
	font-size: 110%;
	border-left: solid 12px #800000; 
	line-height: 1.0em;
}	



.photo_r {
	border:solid 1px #000000;
	padding: 5px;
	margin: 20px;
	float: right;
}



/*全体的なリンク設定
---------------------------------------------------------------------------*/
a {
	color: #333333;		/*リンク部分の文字色*/
}

a:hover {
	color: #47A900;		/*リンク部分のカーソルオーバー時の文字色*/
}

a:active {
	color: #ff7f50;         /*アクティブリンクカラー文字色*/
}


/*コンテナー（特に変更の必要なし）
---------------------------------------------------------------------------*/
#container {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}



/*ヘッダー
---------------------------------------------------------------------------*/
#header {
	background: url(images/hd_img.png) no-repeat;	/*ヘッダーの画像設定。*/
	background-position: center bottom;
	height:	165px;
}

#header h1 {
	font-size: 5px;		/*h1タグの文字サイズ*/
	font-weight: normal;	/*太さを通常に戻す。*/
	width: 500px;		/*画像にかぶらないように幅を設定*/
	line-height: 0px;	/*複数行になった場合用の行間設定*/
	padding-bottom: 5px;	/*下のロゴ画像との余白*/
}



/*サイドコンテンツ
---------------------------------------------------------------------------*/
#side {
	float: left;	/*サイドコンテンツを左側に配置する設定*/
	width: 180px;
	padding-top: 10px;
	padding-bottom: 100px;
}

#side h3 {
	font-size: 100%;
	line-height: 50px;
	background: url(images/side_midashi_bg1.gif) no-repeat;
	height: 50px;
	text-align: center;	/*h3見出しのテキストを中央よせにする設定。左よせがいいなら１行削除する。*/
	overflow: hidden;
}


#side p {
	padding-top: 1em;
	padding-bottom: 1em;
}




/*サイドメニュー
---------------------------------------------------------------------------*/
ul.sidemenu a {
	font-size: 110%;	
	color: #666666;	/*文字色*/
	text-decoration: none;
	text-align: center;	/*テキストを中央よせにする設定。左よせがいいなら１行削除する。*/
	display: block;
	width: 178px;
	height: 30px;
	padding: 0.8em 0 0.6em;
	background-image:url(images/side_midashi_bg1.png); /*サイドメニュー画像*/
	background-repeat:no-repeat;
}

ul.sidemenu a:hover {
	background-image:url(images/side_midashi_bg11.gif); /*サイドメニューマウスオーバー時の画像*/
	background-repeat:no-repeat;
}

.active {					/*サイドメニューの表示中ページメニュー文字設定*/
	font-size: 100%;
	font-weight:bold; 
	color: #ff0000;
}





/*メインコンテンツ
---------------------------------------------------------------------------*/

#main {			/*全幅の場合*/
	float: left;
	width: 600px;
	padding: 20px 0px 100px 10px;
}

#main h2 {
	filter:shadow(color=#bbbbbb,direction=135);width:100%;color:purple;
	color: #821818;
	font-size: 128%;
	line-height: 30px;
	height: 50px;
	overflow: hidden;
	padding-top: 0.5em;
	padding-left: 0px;
}

#main h4 {
	margin-left: 10px;
	padding-left: 3px;
	border-bottom: solid 1px #800000; 
	border-left: solid 10px #800000; 
	font-size:1.2em; 
	color: #800000;
	text-indent: 0.5em; 

}


#main p {
	padding: 0.5em 20px 0.5em;
	
}

#main img {
	display:block;
   	margin: 15px;
	text-align: center;
}



#main a {
	font-size: 100%;
	color: blue ;
}

.p1 {
	padding: 0;
	margin: 0;
	font-size: 1.2em;
	color: #cc0000;
	text-decoration: underline;
}
.p2 {
	font-size: 0.8em;
	padding: 0.5em 0px 0.5em 5px;
}

.hidari {
  float: left;
  margin-right: 2em;
  margin-bottom: 1em;
}


/*フッター
---------------------------------------------------------------------------*/
#footer {
	clear: both;
	width: 100%;
	line-height: 1.4;
	text-align: center;
}





/*メインコンテンツ内の「お知らせ」部分
---------------------------------------------------------------------------*/
#main dl.new {
	width: 94%;			/*ボックスの幅*/
	height: 100px;		/*ボックスの高さ*/
	overflow: auto;		/*この設定でiframe風に見える*/
	margin-right: auto;
	margin-left: auto;
	padding: 5px 10px 10px 10px;
	background: #FAFAFA;	/*背景の色*/
	border: 1px dotted #cfcfcf;	/*フチのライン*/
	margin-top: 0.5em;
}

#main dt {
	font-weight: bold;	/*日付の色を太字にする*/
}

#main dd {
	border-bottom: 1px dotted #cfcfcf;	/*説明文の下に1pxの点線(dotted)を#cfcfcfの色で入れる。*/
}

