@charset "UTF-8";
/* formatting style
----------------------*/
* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
body {
	font-family: "ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",Osaka,"Hiragino Kaku Gothic Pro W3","メイリオ",Meiryo,"MS P Gothic",Futura,Century Gothic,san-serif;
	font-size: 12px;
	line-height: 1.5em;
	color: #000000;
	align: left;
	text-align: left;
	background: url("../img/bg_deer.jpg") bottom right fixed no-repeat;
	background-color: #FFFFFF;
}

/* link style
----------------------*/
a img {
	border-style: none;
}
a:link {
	color: #000000;
	text-decoration: underline;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #339900;
	text-decoration: underline;
	font-weight: bold;
}
a:active {
	text-decoration: none;
	position: relative;
}
td {
    font-size: 12px;
    vertical-align: top;
    padding: 5px;
}

hr { 
     border-width: 1px 0px 0px 0px;
     border-style: solid;
     border-color: #999999;
     height: 1px;
}


h2 { 
     font-size: 30px;
	 color: #999999;
	 padding-bottom: 0px;
}


h3 { 
     font-size: 20px;
	 padding-bottom: 5px;
}



/* basic layout
----------------------*/
#wrapper {
	width: 800px;
	margin: 60px auto auto 50px;
}
/* for Windows IE */
@media screen {
#wrapper {
	width: 800px;
	align: left;
	text-align: left;
}
}
#bottom {
    margin: 0px;
	padding: 0px;
	text-align: left;
}
#feature {
	padding: 15px;
	padding-top: 25px;
	float: left;
	width: 330px;
	margin-bottom: 20px;
}
#feature img {
	padding-top: 10px;
}
#feature p {
    font-size: 10px;
	}
#main {
	padding: 15px;
	padding-top: 25px;
	float: left;
	width: 400px;
	line-height: 1.3em;
}
#main dl {
    border-top: 1px dotted #CCCCCC;
	padding-top: 10px;
	margin-bottom: 10px;
}
#index {
	padding: 15px;
	padding-top: 25px;
	float: right;
	width: 400px;
	line-height: 1.3em;
}
#index dl {
    border-top: 1px dotted #CCCCCC;
	padding-top: 10px;
	margin-bottom: 10px;
}

#ad {
	padding: 0px 15px 15px 15px;
	float: left;
	width: 700px;
	margin-bottom: 20px;
	line-height: 1.3em;
}
#ad div.cd {
    float: left;
	width: 100px;
	margin-right: 10px;
	margin-bottom: 15px;
	line-height: 1.3em;
	margin-left: 0px;
}
#ad div.disco {
    width: 700px;
	padding-bottom: 15px;
	margin-bottom: 5px;
	border-bottom: 1px dotted #CCCCCC;
}	
#ad img.disco {
    margin: 0px;
	clear: left;
	float: left;
}	
#ad p.disco {
    margin: 0px 0px 0px 420px;
	line-height: 1.3em;
}	
#header {
    height: 70px;
}
/*-----------------------------------------------------
 // メニュー(リスト)の画像をカーソルオン時にロールオーバーする
-----------------------------------------------------*/

/* -+-+-+-+-+-+-+-+-+-+-+-+- Global Navi Style */
#g_navi {
	height:32px;
	width:800px;
	float: left;
	margin-top:0px;
}
#g_navi ul {
	padding:0px;
}
#g_navi li {
	display:inline;
	list-style-type:none;
}
#g_navi li a {
	height:32px;
	text-indent:-9877em; 
	display:block;
	float:left;
	overflow:hidden;
}
#g_navi a:link {
	color: #000000;
	text-decoration: none;
}
#g_navi a:visited {
	color: #000000;
	text-decoration: none;
}
#g_navi a:hover {
	color: #339900;
	text-decoration: none;
	font-weight: normal;
}
#g_navi a:active {
	text-decoration: none;
	position: relative;
}



/* CD個別情報
----------------------*/
#cdeach {
    padding: 30px 0px 15px 15px;
	float: left;
	width: 240px;
}
/* CD解説
----------------------*/
#discription {
    padding: 30px 10px 15px 15px;
	float: left;
	width: 290px;
	margin: 0px 0px 20px 10px;
}
/* フッター
----------------------*/
#footer {
	color: #000000;
	padding: 5px;
	clear: both;
	height: 30px;
	text-align: left;
	font-size: 10px;
}
#footer img{
    padding-top: 5px;
}
#footer p{
    margin: 0px;
	float: center;
}
#footer p a{
	color: #000000;
}
#footer p a:hover{
	color: #000000;
	text-decoration: none;
}
/* カタログ一覧
----------------------*/
#catalogue {
    padding: 30px 0px 15px 20px;
	width: 700px;
	float: left;
}
#list {
    padding: 5px;
	width: 650px;
	height: 230px;
	float: left;
	letter-spacing:0em;
	margin-right: 10px;
	margin-bottom: 10px;
}
#list dl dt {
    margin: 0px;
	clear: left;
	float: left;
}
#list dl dd {
    margin: 0px 0px 0px 120px;
	line-height: 1.3em;
}
/* アーティスト一覧
----------------------*/
#artists {
	padding: 30px 0px 15px 20px;
	width: 700px;
	float: left;
}
/* バンド毎バイオ
----------------------*/
#bio {
	padding: 30px 0px 15px 20px;
	width: 700px;
	float: left;
}
#bio h1 {
    padding: 10px;
	font-size: 26px;
}
#bio p {
    width: 490px;
	}
#bio dl {
    margin: 0px;
	border-bottom: 1px solid #CCCCCC;
}	
#bio dt {
    margin: 0px;
	clear: left;
	float: left;
}
#bio dd {
    margin: 0px 0px 30px 90px;
}
#bio div.disco {
    height: 100px;
}	
#bio img.disco {
    margin: 0px;
	clear: left;
	float: left;
}	
#bio p.disco {
    width: 300px;
    margin: 0px 0px 0px 110px;
	list-style: none;
	line-height: 1.3em;
}	
#detail {
	width: 210px;
	float: left;
	margin: 0px 10px 20px 20px;
	padding-top: 30px;
}
#detail li {
    margin-left: 22px;
}
#comment {
    padding-top: 25px;
	width: 370px;
	float: left;
	margin: 0px 5px 20px 5px;
}
#all {
	margin: 0px 20px 20px 10px;
	float: right;
	width: 220px;
	padding-top: 25px;
}
#all img {
	margin: 3px;
	height: 65px;
	width: 65px;
}
#all a {
	height: 70px;
	width: 70px;
	filter: Alpha(Opacity=30);
}
#all a:hover {
	height: 70px;
	width: 70px;
	filter: Alpha(Opacity=0);
}

/* ツアー日程
----------------------*/
#shows {
	width: 700px;
	padding: 30px 0px 15px 20px;
	float: left;
}
#shows div.date {
	color: #FFCC00;
	border-top: 1px dotted #CCCCCC;
	padding-bottom: 5px;
}
#shows div.main_title {
	color: #336699;
	}
#shows div.with {
	padding-bottom: 5px;
}
#shows div.detail {
	color: #000000;
	padding-bottom: 15px;
	font-size: 10px;
}

#shows table {
    border: solid 1px #CCCCCC;
	border-collapse: collapse;
}

#shows td {
    border: solid #CCCCCC;
	border-collapse: collapse;
	border-width: 0 0 1px 1px;
}


#bandname {
	width: 250px;
	float: left;
}	
#day {
	width: 400px;
	float: right;
	align: left;
	margin: 0px;
	padding-left: 20px;
}
#pic {
	left: 10px;
	position: relative;
	top: 10px;
	width: 100px;
}

#pic a .large {
	border: 0px;
	display: block;
	height: 1px;
	left: -1px;
	position: absolute;
	top: -1px;
	width: 1px;
}

#pic a img {
	border: 0;
}

#pic a.p1, #pic a.p1:visited {
	border: 1px solid #000000;
	display: block;
	height: 100px;
	left: 0;
	text-decoration: none;
	top: 0;
	width: 100px;
}

#pic a.p1:hover {
	background-color: #8C97A3;
	color: #000000;
	text-decoration: none;
}

#pic a.p1:hover .large {
	border: 1px solid #000000;
	display: block;
	height: 400px;
	left: 150px;
	position: absolute;
	top: -60px;
	width: 400px;
}
