@charset "utf-8";

* {
	margin: 0;
	padding: 0;
}
body {
		line-height: 1;
		font-family:
		"Hiragino Kaku Gothic Pro",
		"ヒラギノ角ゴ Pro W3",
		Meiryo, 
		"メイリオ", 
		Osaka, 
		"MS P Gothic", 
		"ＭＳ Ｐゴシック", 
		sans-serif;
		background-image: url(../images/background.png);
		background-repeat: repeat-x;
		background-color: #150303;
}
div#container {
	position: relative;
  width: 1250px;
	height: auto;
	margin: 0;
}
#flash01 {
	width: 760px;
	height: 850px;
	position: absolute;
	top: 330px;
	left: 220px;
	z-index: -100;
	background-color: #150303;
}
div#header {
	position: absolute;
	left: 190px;
	width: 760px;
	height: 100px;
}
#menuarea1,#menuarea2,#menuarea3,#menuarea4 {
	position: fixed;
	z-index: 100;
	width: 190px;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center top;
}
#menuarea1,#menuarea2 {
	background-image: url(../images/guitar11.png);
}
#menuarea3 {
	background-image: url(../images/guitar33.png);
}
#menuarea4 {
	background-image: url(../images/guitar22.png);
}
#menuarea1 li,#menuarea2 li,#menuarea3 li,#menuarea4 li {
	width: 190px;
	height: 50px;
	margin-bottom: 4px;
}	
#logo {
	width:190px;
	height:210px;
}
#footer {
	width: 190px;
	height: 100%;
	background-color: #000;
	color: #FFF;
	font-size: 0.7em;
}
#footer h3{
	font-size: 1.2em;
	padding-top: 10px;
	margin: 0 10px 5px 30px;
}
#description {
	font-size: 1em;
	line-height: 1.3;
	margin: 5px 10px 2px 10px;
}
#description2 {
	font-size: 1em;
	line-height: 1.3;
	margin: 0 10px 5px 10px;
}
#copyright {
	margin: 10px 10px 0 10px; 
	font-size: 1.2em;
}
#copyright2 {
	margin: 0 10px 10px 63px; 
	font-size: 1.2em;
}
div#content {
	width: 1000px;
	background-color: #999;
}
ul {
	list-style-type: none;
}
#view {
	position: absolute;
	top: 335px;
	left: 220px;
	width: 150px;
	height: 15px;
}
#moreartists {
	position: absolute;
	top: 1220px;
	left: 220px;
	width: 150px;
	height: 50px;
}
#moreartists a {
	text-decoration: none;
}
#return {
	position: absolute;
	top: 1220px;
	left: 850px;
	width: 150px;
	height: 50px;
}
#return a {
	text-decoration: none;
}
/*****その他*****/
img {
	border-style: none;
}
a {
	outline:none;
}
/*****find_artist*****/
#index {
	width: 840px;
	height: 600px;
}
#index dl {
	float:left;
	display: inline;
	width: 237px;
	margin:20px 0 0 25px;
}
#index dl dt {
	border-bottom: 1px solid #000;
	cursor: pointer;
	padding: 8px 8px 8px 12px;
	color: #fff;
	text-shadow: 1px 2px 0px #000;
	font-size: 1.1em;
	font-weight: bold;
	background-color: #666;
	border-radius:4px 4px 0 0;
	-moz-border-radius:4px 4px 0 0;
	-webkit-border-radius:4px 4px 0 0;
}
#index dl dd {
	height: 150px;
	overflow: auto;
	border:1px solid #999;
	border-top:none;
	font-size: 0.9em;
	background-image: url(../images/artistindexback.png);
	background-repeat:repeat;
}
#index dl dd p {
	margin: 5px 20px 5px 20px;
}
#index a:hover {
	color:#fe0000;
}
#index li {
	margin: 5px 10px 5px 10px;
	font-size: 0.9em;
}
#index li a {
	padding: 0 0 0 10px;
}

.tdftdiv {
	position: absolute;
	left: -1000px;
	background-color: #150303;
}
div.tdftad {
	margin:0;
	padding:0;
	left: -1000px;
}
/*****テスト*****/

