/* ページ全体 */

body {
 background-color: white;
 color: black;
 padding: 0; 
 margin: 0; }

.framesize{height:620px;width:100%;border-sytle:none}
.framesize2{height:800px;width:100%;border-sytle:none}

#container {
	width: 900px;
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
	border: 1px dotted lightgrey;
}

#disc { 
 background-color: white;
 border-style: solid;
 border-width: 1px;
 border-color: lightgrey; 
 padding:5px; }
 
 
a { text-decoration: none; } /* ページ全体 */
a:link { color: black; }/* 未訪問リンク */
a:visited { color: black; }/* 訪問済みリンク */
a:hover { color: deeppink; }/* マウスオンリンク */
a:active { color: green; }/* マウスクリックリンク */

table { empty-cells: show; }



/* MENU-H3は本文で使用 */
h1 {  font-family: verdana,"ヒラギノ角ゴ Pro W3","ヒラギノ明朝 Pro W3",sans-serif; 
background-color: orange; font-size: 15px; font-weight: 700; color: white; padding: 0.5em; margin-top: 0px;}
h2 {  font-family: verdana,"ヒラギノ角ゴ Pro W3","ヒラギノ明朝 Pro W3",sans-serif;
 font-size: 13px; color: orange;
 border-bottom-style: dotted;
 border-bottom-width: 1px;
 border-color: grey; 
 padding-left:5px; }
h3 {  font-family: verdana,"ヒラギノ角ゴ Pro W3","ヒラギノ明朝 Pro W3",sans-serif;
 font-size: 12px; margin: 0px; }



/* 通常の文字 */
p.text { font-family: "ヒラギノ角ゴ Pro W3","ヒラギノ明朝 Pro W3",sans-serif; font-size: 12px; }
p.text2 { font-family: verdana,"ヒラギノ角ゴ Pro W3","ヒラギノ明朝 Pro W3",sans-serif; font-size: 10px; color: gray; }
p.text3 { font-family: "ヒラギノ角ゴ Pro W3","ヒラギノ明朝 Pro W3",sans-serif; font-size: 12px; color: teal; }

/* 収録曲目 */
ol { font-size: 12px; margin-bottom: 0.1em; }
ol.musictitle { color:gray; }

/* 画像について */
img { float: left; border: 1px solid black; }/* 左寄せ-枠線黒 */
img.picjk1 { height: 80px; width: 80px; }/* カタログ用大きさ指定 */
img.picjk2 { height: 80px; width: 60px; }/* カタログ用大きさ指定 */
img.menu { border: none; }/* カタログ用大きさ指定 */


/* 説明テキスト */
p.date { font-family: verdana; font-size: 11px; color: deeppink; }/* NEWS日付 */
p.detail {
	font-size: 12px;
	line-height:120%;
	padding:5px;
	color:#696969;
}

.footer {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #d3d3d3;
	margin-top: 5px;
	margin-bottom: 10px;
	font-size: 10px;
	font-weight: bold;
	color: red;
	text-align: right;
}
.end {  font-family: verdana,"ヒラギノ角ゴ Pro W3","ヒラギノ明朝 Pro W3",sans-serif; 
background-color: orange; font-size: 10px; color: white; padding: 0.5em; }


/* 間隔調整 */
p.date + h3 { margin-top: -0.5em; }
h3 + p.detail { margin-top: -1em; }
h3 + p.text { margin-top: -0.05em; }
h3 + p.text2 { margin-top: -1em; }
h2 + h3 { margin-top: -0.5em; }
h4 + h3 { margin-top: -0.5em; }
p.text + h3 { margin-top: -0.5em; }
