/*全ページで共通して使うCSS*/
/*ページ全体設定*/
body { 
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	background-color:#FFFFFF;
	margin:0px;
	padding:0px;
	font-size : small;
	overflow-y:scroll; 
}
/*Web領域定義*/
#web {
	border : 0px solid;
	background-color:#ffffff;
	margin: 0 auto; 
	width:900px ;
	position:relative
	overflow-y:scroll;  
}
/*汎用テキストリンク定義（現在未使用）*/
a:link {
	color: #808080; 
	text-decoration : underline;
}
a:visited {
	color: #808080; 
	text-decoration : underline;
}
a:active {
	color: #808080; 
	text-decoration : underline;
}
.topics_contents a:hover {
	color: #ffffff;
	background-color: #808080;
	text-decoration : none;
}
.link_noborder a:hover {
	text-decoration : none;
}


/*ヘッダー領域定義*/
#header {
	border:0px solid;
	width:900px;
	padding-top:30px;
	padding-bottom:0px;
}

/*メインビジュアル定義*/
#visual {
	background-image: url(../../img/visual_logo4.png); 
	width:900px;
	height:350px;
	margin:0px;
	text-align:right;
}

/*ナビゲーション定義*/
#navi{
	margin: 0px;
	padding: 0px;
	width: 900px;
	height : 60px;
}

/*本文領域定義*/
#main { 
	background-color: #ffffff; 
	width:900px;
	margin-top:5px;
	padding-top:15px;
	margin-bottom:5px;
	border:0px solid;
}
#left {
	width : 500px;
	float : left;
}
#right {
	float : right;
}
/* Discographyで使うもの*/
.discinfo {
	margin-bottom : 0px;
	clear : both;
	height : 300px;
}
.discinfo_jacket {
	padding-left:10px;
	padding-bottom : 30px;
	text-align : left;
	font-weight: bold;
	float : left;
}
.discinfo_data {
	text-align : left;
	padding-left : 10px;
	padding-top : 0px;
	float : left;
}
dt {
	background-image:url(../../img/topics_header.png); 
	background-repeat:no-repeat;
	background-position:left;
	margin : 3px;
	padding-left : 55px;
	cursor:pointer;
}
dd {
	padding: 2px 4px;
}
th {
	text-align : left;
	width : 120px;
	vertical-align : top;
}
td {
	width : 200px;
}
.compilation td {
	color : #808080;
}
.compilation th {
	width : 200px;
	color : #808080;
}
.track_notes {
	color : #808080;
	font-size : x-small;
}

/*トピックス関連*/

.topics {
	border : 0px solid;
	margin-bottom : 15px;
}
.topics_header {
	font-weight: bold;
	border : 0px solid;
	background-image:url(../../img/topics_header.png); 
	background-repeat:no-repeat;
	background-position:left;
	margin : 3px;
	padding-left : 55px;
}
.topics_header_sub {
	font-weight: normal;
	border : 0px solid;
	background-image:url(../../img/topics_header.png); 
	background-repeat:no-repeat;
	background-position:left;
	margin : 3px;
	padding-left : 55px;
}
.topics_contents {
	padding : 10px;
}
.topics_czk {
	background-image:url(../../img/dc_czk.png); 
	background-repeat:no-repeat;
	background-position:left top;
	padding-left : 185px;
	min-height : 50px;
	border-style : solid;
	border-width : 0px 0px 1px 0px;
	border-color : #c0c0c0;
}
.topics_gray {
	background-image:url(../../img/dc_gray.png); 
	background-repeat:no-repeat;
	background-position:left top;
	padding-left : 185px;
	min-height : 50px;
	border-style : solid;
	border-width : 0px 0px 1px 0px;
	border-color : #c0c0c0;
}
.topics_guest {
	background-image:url(../../img/dc_guest.png); 
	background-repeat:no-repeat;
	background-position:left top;
	padding-left : 185px;
	min-height : 50px;
	border-style : solid;
	border-width : 0px 0px 1px 0px;
	border-color : #c0c0c0;
}

/*メモ書き*/
.note {
	padding : 10px;
	font-size : x-small;
}
.item {
	width: 100%;
	margin: 0 0 10px 0;
	position: relative;
	cursor: pointer;
}

/*jqueryのなんちゃら用*/
#catpicker {
	font-weight: normal;
}
.current {
	font-weight: bold;
}
.topics_header {
	overflow: hidden;
}

.dl {
	margin-left : 10px;
}

/*ライナーノーツのあれ*/
hr {
	align : left;
	width : 450px;
}

/*トップへ戻る定義*/
#return {
	position:fixed;
	z-index:2;
	left:0px; 
	bottom:50%;
}

/*フッター領域定義*/
#footer {
	width:900px;
	text-align:left;
	margin-top: 0px;
	margin-bottom: 5px;
	padding-left:0px;
	clear : both;
}
