body {
	margin:0;
	font-family: Arial, Helvetica, sans-serif;
}
img {
	border:0;
}
#header {
	background: url(images/header.jpg);
	height: 450px;
	position:relative;
	width: 800px;/*border:1px solid black;*/
}
#container {
	height: auto;
	width: 800px;
	/*border:1px solid #000000;*/
	margin:0 auto;
	position: relative;
}
#monitor {
	position:absolute;
	top:302px;
	left:-21px;
}
#menu-top {
	font-size:0.6em;
	position:absolute;
	top:10px;
	left:220px;
}
#menu-top a {
	color:white;
	display:block;
	width:30px;
	height:15px;
	float:left;
	text-align:left;
	background:url(images/arrow.png) no-repeat left center;
	padding:0 0 0 10px;
}
#menu-top a:hover {
	text-decoration:none;
	background-position:3px center
}
#menu-bottom {
	position:absolute;
	top:404px;
	left:322px;
}
#menu-bottom a {
	display:block;
	width:236px;
	height:46px;
	float:left;
	text-align:center;
	color:white;
	line-height:3.1;
	background-repeat:no-repeat;
	font-weight:bold;
}
#menu-bottom a:hover {
	text-decoration:none;
}
a.btn-left {
	background:url("images/btn_left.png");
}
a.btn-left:hover {
	background:url("images/btn_left_over.png");
}
a.btn-right {
	background:url("images/btn_right.png");
}
a.btn-right:hover {
	background:url("images/btn_right_over.png");
}
ul.artist-list {
	list-style-type:none;
	margin:50px 0 0 5px;
	padding:0;/*border:2px solid blue;*/
}
li.artist-comp {
	width:395px;
	height:170px;
	border-bottom:1px solid black;
	border-right:1px solid black;
	float:left;
	display:block;
}
li.artist-comp-right {
	width:395px;
	height:170px;
	border-bottom:1px solid black;
	float:left;
	display:block;
}
.list-top {
	margin:5px 0px 5px 10px;
	height:25px;
}
a.artistname {
	color:#42210B;
	font-size:1.2em;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	vertical-align:	5px;
}
a.btn-artistpage img {
	line-height:0.8;
	font-size:1px;/*vertical-align:middle;	*/
}
.thumb-area {
	width:182px;
	font-weight:bold;
	font-size:0.9em;
	float:left;
	margin:0 0 0 10px;
	_margin:0 0 0 5px;/*border:1px solid black;*/
}
.thumb-area img {
	margin-bottom:5px;
}
.other-pv {
	/*border:1px solid red;*/
	width:190px;
	float:left;
}
.other-pv-text {
	font-size:0.8em;
	color:#777;
	font-weight:bold;
}
ul.other-pv-list {
	color:#003A1D;
	font-size:0.7em;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	margin:0px;
	padding:0;
	list-style-type:none;
	line-height:1.3;
}
ul.other-pv-list a {
	color:#003A1D;
}
ul.other-pv-list a:hover {
	text-decoration:none;
}
/*その他のアーティスト*/

#other-artists {
	margin:20px 0 50px 0;
	/*border:1px solid black;*/
	position:relative;
	top:20px;
}
#other-artists p {
	width:90%;
	margin:0 0 0 10px;
}
#other-artists a {
	color:#42210B;
	font-weight:bold;
	font-size:1.2em;
}
#other-artists a:hover {
	color:#055529;
	text-decoration:none;
}
/*Webページリスト*/
table.weblist {
	margin:30px auto;
}
table.weblist td {
	border-bottom:1px solid black;
	width:190px;
	vertical-align:top;
	text-align:center;
	padding:10px 0 0 0;
}
td.td-left {
	border-right:1px solid black;
}
a.launch {
	color:white;
	font-size:0.7em;
	font-weight:bold;
	background:url(images/btn_launch.png) no-repeat;
	width:121px;
	height:23px;
	margin:10px auto;
	display:block;
	line-height:2.0;
}
a.launch:hover {
	text-decoration:none;
	background-position:0px -23px;
}
.webpage-title {
	font-size:0.8em;
	height:38px;/*border:1px solid black;*/
}
/*フッター*/
#footer {
	position:relative;
	color:white;
	background:black url(images/logo.png) no-repeat right bottom;
	height:100px;/*border:2px solid blue;*/
}
#footer p {
	font-size:0.8em;
	position:relative;
	top:10px;
	left:20px;
}
#btn-form {
	position:absolute;
	top:12px;
	left:450px;
}
#past {
	text-align:center;
}
#past a {
	color:#066
}
