@charset "Shift_JIS";

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

/* Cascading Style Sheet for ものまね100連発 */

/* -------------------- ボディー設定 -------------------- */
body {
	width: 600px;
	font-family: "MS UI Gothic", "ＭＳ Ｐゴシック", "Osaka", sans-serif;
	line-height:140%;
	color: #000033;
	margin: 0;
	padding: 0;
	background: #FFFFFF url(../img/back.jpg) bottom 50px no-repeat fixed;
}


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

div#menu a { text-decoration: none;}

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;
}

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

/* -------------------- id設定 -------------------- */
/* -- ページ全般で使用 -- */
div#topicpath { 
	width: 600px;
	margin: 0;
	padding: 0;
	background: #000066;
	color: #FFFFFF;
}

div#footer { 
	width: 600px;
	margin: 2em 0 0 0;
	padding: 0;
	background: #000066;
	color: #FFFFFF;
}
/* -- ディスコグラフィーページで使用 -- */

div#cd-info, div#artist-info {
	width: 580px;
	padding-left: 10px;
	padding-right: 10px;
}


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

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

/* カテゴリ */
h2 {
	margin: 2em 0 1em 0;
	padding: 0;
}

h3 {
	margin-bottom: 0;
}

/* 段落設定。サイト全般に適用 */
p {
	margin: auto 3%;
}
p.path {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	padding: 0;
	margin: 0 3%;
}
p.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	margin: 0 3%;
	text-align: right;
}
/* 定義要素関連。サイト全般に適用 */
dl {
	margin: 0;
}
dt {
	font-weight: normal;
	letter-spacing: 0.05em;
}
dt.music-title {
	font-size: 100%;
	font-weight: bold;
	color: #000099;
}
dd {
	line-height: 135%;
	margin: 0.2em 0;
}
dd.detail {
	font-size: 80%;
}
dd.comment {
	font-size: 80%;
	border: 1px dotted #9999FF;
	padding: 0.2em;
}

/* リスト要素関連。サイト全般に適用 */
ul {
	list-style-type: circle;
	margin-top: 0;
	padding: 0;
	font-size: 80%;
}

ol {
	font-size: 90%;
	margin-top: 0;
}

li {
	margin: 0.2em 3% 0.2em 0;
}
ol li {
	border: 1px #9999FF;
	border-style: none none dotted none;
}

/* テーブル要素関連。サイト全般に適用 */
div#cd-info table.list {
	margin-left: auto;
	margin-right: auto;
	font-size: 80%;
	border: 1px solid #666666;
	border-collapse: collapse;
}

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

/* イメージ要素。サイト全般に適用 */
img {
	border: none;
	vertical-align: middle;
	margin: 0;
}
img.jacket, img.artist {
	border: 1px solid #000099;
}

/* 文字装飾要素。サイト全般に適用 */
em {
	font-size: 105%;
	font-weight: normal;
	font-style: normal;
	color: #FF0000;
}

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

/* 汎用クラス */
.note {
	font-size: 80%;
	margin-top: 0;
	padding-top: 0;
}
/* 位置合わせ汎用クラス */
.center { text-align: center; }
.right { text-align: right; }

/* アルファベットテキスト用クラス */
.alphabet {
	font-family: Arial, Helvetica, sans-serif;
}
/* 汎用カラークラス */
.selected {
	color: #666666;
}

/* columnクラス */
col.track {
	background: #FFCCCC;
}
col.title {
	background: #FFFFFF;
}
col.station {
	background: #FFFFCC;
}
col.line {
	background: #FFCCFF;
}
col.direction {
	background: #CCFFCC;
}
col.number {
	background: #CCCCFF;
}


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