﻿@charset "utf-8";


/* formatting style
--------------------------------------------*/
* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
body {
	color: #333;
	background-color: #FFF;
	font-size: 80%;
	line-height: 1.7em;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-attachment: fixed;
	background-image: url(../image/background.jpg);
	background-repeat: repeat-x;
}
hr {
	display: none;
}


/* Link Styles
--------------------------------------------*/

a img {
	border-style: none;
}
a:link ,a:visited{
	color: #06C;
	text-decoration: none;
}
a:hover {
	color: #F90;
	text-decoration: none;
}

/* Basic Layout
--------------------------------------------*/



#wrapper {
	background-color: #000;
	width: 930px;
	border-right: 1px solid #666;
	border-left: 1px solid #666;
	margin: 0px auto;
}
#main {
	margin: 0px;
	padding: 30px 15px 15px;
	width: 690px;
	float: right;
	background-color: #FFF;
}
#sidebar {
	margin: 0px;
	padding: 15px;
	float: left;
	width: 145px;
	background-color: #000;
	height: 100%;
}
#sidebar ul {
	width: 120px;
	margin-left: 20px;
	font-size: 90%;
}

#footer {
	color: #FFF;
	background-color: #333;
	width: 900px;
	padding: 15px;
	clear: both;
}
#header {
	background-color: #333;
	background-image: url(../image/header.gif);
	background-repeat: repeat-x;
	height: 125px;
	border-top: 2px solid #333;
	position: relative;
}
#header #logo {
	position: absolute;
	left: 0px;
	top: 0px;
}
#header ul {
	background-color: #333;
	position: absolute;
	padding: 0px;
	float: right;
	margin: 0px;
	top: 86px;
	right: 0px;
	height: 40px;
	width: 720px;
}
#header ul li {
	list-style: none;
	float: left;
}
#header ul li a {
	line-height: 3em;
	color: #FFF;
	background-color: #333;
	height: 40px;
	width: 119px;
	text-align: center;
	display: block;
}
#header ul li a:hover {
	background-color: #666;
}



/* FOOTER
--------------------------------------------*/

#footer ul li a {
	color: #CCC;
}
#footer ul li a:hover {
	color: #FFF;
}
#footer ul li {
	list-style: none;
	display: inline;
	margin-right: 15px;
}
#footer p {
	float: right;
	margin: 0px;
}
#footer p a {
	color: #CCC;
}
#footer p a:hover {
	color: #FFF;
}





/* SIDE
--------------------------------------------*/

#sidebar ul {
	position: relative;
	top: 20px;
}
#sidebar ul li {
	list-style: none;
}
#sidebar ul li a {
	height: 2em;
	line-height: 2em;
	text-decoration: none;
	text-align: left;
	color: #FFF;
}
#sidebar ul li a:hover {
	color: #F90;
}
#sidebar {
	color: #CCC;
}
#main h2 {
	padding: 6px 0px 6px 15px;
	font-size: 120%;
	font-weight: bolder;
	border-top: 3px solid #666;
	border-bottom: 1px dotted #CCC;
	margin-bottom: 5px;
	clear: left;
	margin-top: 5px;
	background-image: url(../image/back_gra_s.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

/* アーティスト一覧（楽器別）
--------------------------------------------*/

#main h2 {
	background-repeat: repeat-x;
	border-top: 3px solid #999;
	border-bottom: 1px dotted #999;
	margin: 25px 17px 35px;
	padding: 7px 15px 5px;
	color: #FFF;
	background-image: url(../image/back_brack.gif);
	background-position: top;
	font-size: 1.3em;
}



#main div.artist {
	margin: 15px 10px 15px 20px;
	float: left;
	display: block;
}

#main div.artist h3 {
	display: block;
	border-left: 3px solid #999;
	line-height: 1.2;
	padding-left: 4px;
	margin-top: 10px;
	margin-right: 0px;
	margin-left: 0px;
}
#main div.artist h3 a {
	color: #36F;
}


#main div.artist p {
	font-size: 80%;
	line-height: 1.4em;
}
#main div.artist img {
	border: 1px solid #CCC;
	height: 120px;
	width: 120px;
	padding: 3px;
}
#main div.artist a:hover img  {
	border: 1px solid #999;
}

#main div.artist a:hover {
	display: block;
	position: relative;
	color: #F90;
}
#main div.artist a:active {
	top: 1px;
	right: 1px;
}

#main #bt {
	float: left;
	list-style: none;
	width: 685px;
	margin-top: 15px;
}
#bt li {
	float: left;
	list-style: square inside;
	margin-right: 10px;
	margin-left: 10px;
	border-top: 1px solid #CCC;
}
.box {
	margin: 15px;
	float: left;
	width: 300px;
}
.box img {
	height: 70px;
	width: 70px;
}

