﻿@charset "utf-8";
/* CSS Document */

a	{
	color: #017acd;
}



/* コンテナ */
div#container	{width: 820px;
	margin-left: auto;
	margin-right: auto
 	}



/* ヘッダー */
div#header	{
	background-image: url(image/mori.jpg);
	background-repeat:repeat-x;
	padding: 28px 20px 40px;}

div#header h1	{margin: 0}

div#header p	{
	color: #4169E1;
	font-size: 0.75em;
	margin: 10px
}



/* パンくずリスト */
div#bread {
	background-image: url(image/bar-black.png);
	padding: 1px 1px;
	height: 25px;
}
	
p#bread	{font-size: 0.75em;
	color:#FFF;
	margin: 3px 3px;}
p#bread a {
	color:#FFF;
	margin: 3px 3px;
}




/* メイン */
div#main	{width: 594px;
	float: left}



/* コンテンツ */
div#content	{width: 396px;
	float: right;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 25px;
	background-color:#FFF}
	

div#content h2	{
	background-color: #e0e0e0;
	background-image: url(image/bar-green.png);
	background-repeat: no-repeat;
	font-size: 0.875em;
	line-height: 23px;
	padding-left: 30px;
	margin-top: 30px;
	margin-bottom: 0
}	

div#content p	{
	font-size: 0.75em;
	line-height: 1.6;
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
}
	
div#content h3{
	font-size: 0.875em;
	font-weight: bold;
	margin-top: 20px;
	margin-left:10px;
	margin-bottom:20px;
}
	


/* お知らせ */	
div#info dl{
	margin: 5px;
}

div#info dl,div#info dl dd,div#info dl dt {
	font-size: small;
	padding: 5px;
}



/* 演奏会の設定*/
p#fd {
	font-size: 0.75em;
	font-weight: bold;
	text-decoration: underline;
}

#joint ul,#joint ul li{
 padding: 5px;
}
#joint ul li{
 font-size: small;
 list-style: none;
}
#joint ul li ul{
 padding-left: 15px;
}




/* サイドバー */
div#sidebar	{width: 166px;
	float: left;
	margin-bottom: 25px;
	margin-top: 2px;
	}

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: 30px;
	text-decoration: none;
	color: #ffffff;
	background-color: #396;
	border-bottom: solid 1px #ffffff;
	padding-left: 10px
}

ul.sidemenu li a:hover	{background-color: #017acd}

ul.sidemenu ul 	{margin: 0;
	padding: 0}

ul.sidemenu ul li a 	{background-color: #ccffff;
	color: #000000;
	border-bottom: solid 1px #aacfff;
	line-height: 24px}

ul.sidemenu ul li a:hover 	{background-color: #faffda}


p.feed	{margin-bottom: 10px}

p.feed a	{font-size: 0.75em;
	color: #444444;
	text-decoration: none;
	line-height: 30px;
	border: solid 1px #888888;
	padding: 5px}

p.feed img	{border: none;
	vertical-align: middle}



/* 右サイドバー */
div#sidebar-right	{width: 180px;
	float: right}

div.info	{border: solid 1px #fff;
 margin-bottom: 20px}

div#sidebar-right h2	{background-color: #fff;
	border-bottom: solid 1px #fff;
	color: #fff;
	font-size: 0.75emtext-align: center;
		margin-top: 0;
	margin-bottom: 3px}






/* フッター */
div#footer	{
	background-image: url(image/line-blue.png);
	background-repeat: repeat-x;
	width: 820px;
	margin-top: 10;
	padding-top: 8px;
	clear: both
}

address	{font-size: 0.75em;
	font-style: normal;
	text-align: center}
	
#main #content table {
	font-size: small;
}
#content #joint dl {
	font-size: 0.8em;
}
#content #joint ul {
	font-size: 0.75em;
	list-style-type: none;
}
#content #joint small {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#content ul li {
	list-style-type: none;
	font-size: small;
	line-height: 1.5;
}



/* Feedの設定 */
#content #feed h3{
	padding-bottom: 0;
	margin-bottom: 0;
}

#feed h3 a{
	color:rgb(255, 140, 0);
	text-decoration:none;
}
#feed h3 a:hover{
	color:rgb(0, 153, 0);
	text-decoration:none;
}
	
#feed p#date{
	font-size: x-small;
	color:#666;
	padding: 0;
	margin-top: 0;
}