@charset "Shift_JIS";

/* -------------------- start of Style Sheet -------------------- */

/* Cascading Style Sheet for 白羽玲子*/

/* -------------------- ボディー設定 -------------------- */
body {
	width: 600px;
	font-family: "MS UI Gothic", "ＭＳ Ｐゴシック", "Osaka", sans-serif;
	line-height:140%;
	color: #CCCCCC;
	margin: auto auto;
	padding: 0;
	background: #000000 url(../img/back_html.jpg) center center;
}

/* -------------------- リンク設定 -------------------- */
a { color: #CCCCCC;}

div#topicpath a { 
	color: #FFFFFF;
}

a:link { text-decoration: underline;}

a:visited { text-decoration: underline;}

a:active { text-decoration: none;}

a:hover { text-decoration:none;}

div#topicpath a:hover { 
	text-decoration:none;
}

/* -------------------- id設定 -------------------- */
/* -- ページ全般で使用 -- */
div#topicpath { 
	width: 600px;
	margin: 0;
	padding: 0;
	background: #333333;
}
div#footer { 
	width: 600px;
	margin: 2em 0 0 0;
	padding: 0;
	background: #333333;
}
/* -- TOPICS全般で使用 -- */
div#topics {
	width: 580px;
	padding-left: 10px;
	padding-right: 10px;
}
/* -- 白羽玲子CD-info -- */
div.cd-info {
	width: 580px;
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 1.5em;
}
/* -- 白羽玲子schedule -- */
div#schedule {
	width: 580px;
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 1.5em;
}
/* -- 白羽玲子profile -- */
div#profile {
	width: 580px;
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 1.5em;
	background: url(../img/back_profile.jpg) 24px bottom no-repeat;
}
/* -- 白羽玲子about -- */
div#about {
	width: 580px;
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 1.5em;
	font-size: 80%;
}

/* -- 白羽玲子interview -- */
div#interview {
	margin: 1em auto 4em auto;
	font-size: 80%;
}

/* -- 白羽玲子メモ -- */
div#memo {
	width: 520px;
	margin: auto auto;
	padding: 0.5em 3%;
	filter: Alpha(opacity=80);
	background: #333333;
	border: 1px solid #666666;
}

/* -- 特殊 -- */
li span {
	float: right;
}

/* -------------------- 要素再定義 -------------------- */

/* タイトル */
h1 {
	margin: 0;
}

/* カテゴリ */
h2 {
	margin: 3em 0 0 0;
}

h3 {
	text-align: left;
}

/* 段落設定。サイト全般に適用 */
p {
	margin-left: 3%;
	margin-right: 3%;
}
p.path {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	padding: 0;
	margin:0 3%;
	color: #FFFFFF;
}
p.menu {
	margin: 0 20px 0 0;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
}
p.note {
	font-size: 80%;
}
p.memo {
	font-family: "MS UI Gothic", "ＭＳ Ｐゴシック", "Osaka", sans-serif;
	font-size: 80%;
	padding: 2px 0;
	margin: 0 auto;
	position: relative;
}
p.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	padding: 0;
	margin:0 3%;
	color: #FFFFFF;
	text-align: right;
}

/* スパン要素 */
p.path span {
	float: right;
}

/* 定義要素関連。サイト全般に適用 */
dl {
	margin: 0;
}
dt {
	font-weight: normal;
	letter-spacing: 0.05em;
}
dt.topic-title {
	font-size: 125%;
	color: #669;
}
dt.music-title {
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
}
dd {
	line-height: 135%;
	margin: 0.2em 0;
}
dd.detail {
	font-size: 80%;
}
dd.comment {
	font-size: 80%;
	border: 2px dotted #666666;
	padding: 0.2em;
}
/* リスト要素関連。サイト全般に適用 */
ol {
	padding: 0;
}
ol li {
	margin: 0.2em 0;
	background: url(../img/back_line.gif) bottom left no-repeat;
	font-size: 90%;
	line-height: 23px;
}

ul li {
	list-style-type: circle;
	margin: 0.2em 0;
	font-size: 80%;
}

/* テーブルタグ関連。サイト全般に適用 */
table {
	margin-left: auto;
	margin-right: auto;
}

table.list {
	font-size: 80%;
	border: 1px solid #666666;
	border-collapse: collapse;
}

table.list td {
	border: 1px solid #666666;
}

caption {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
}

div#topics table {
	width: 545px;
	margin: auto auto;
	font-size: 80%;
	margin-top: 1em;
	border: 1px solid #666666;
	border-collapse: collapse;
}

thead {
	background: #333333;
}

th {
	font-weight: normal;
	border: 1px solid #666666;
}

/* イメージタグ。サイト全般に適用 */
img {
	border: none;
	vertical-align: middle;
	margin: 2px 0;
}

img.jacket, img.ash {
	border: 1px solid #666666;
}

/* 一般タグ。サイト全般に適用 */

em {
	color: #666666;
}
strong {
	color: #F00;
	font-weight: normal;
	font-size: 120%;
}

hr {
	color: #666666;
	border: 1px dotted #333333;
}

/* ----------クラス設定---------- */

/* テキスト位置合わせ用汎用クラス */
.center { text-align: center; }
.right { text-align: right; }

/* アルファベットテキスト用クラス */
.alphabet {
	font-family: Arial, Helvetica, sans-serif;
}
/* ブランク用クラス */
.blank {
	color: #EEE;
}

.line {
	background: url(../img/back_line.gif) bottom left no-repeat;
}

/* columnクラス */
col {
	vertical-align: top;
}
col.jacket {
	width: 185px;
}
col.ash {
	width: 150px;
	text-align: center;
}
col.date {
	width: 70px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}
col.type {
	width: 70px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}
col.media {
	width: 70px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}
col.time {
	width: 90px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}
col.times{
	width: 5em;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-weight: bold;
	vertical-align: top;
	background: #333333;
}
col.history, col.contents{
	vertical-align: top;
}

/* ---------- end of Style Sheet ---------- */
