@charset "utf-8";
@import "../css/reset.css";
@import "../css/global.css";

/* basic elements */

body{
 	background: #fff;
	color: #000;
	font-size: 67%;
	font-family: "メイリオ", Helvetica, Arial, "Hiragino Kaku Gothic Pro", "HiraKakuPro-W3" "ヒラギノ角ゴ Pro W3", "MS UI Gothic", "ＭＳ Ｐゴシック", "MS PGothic", Osaka, Sans-Serif;
	text-align: center;
}

form, input { margin: 0; padding: 0; }
code { font: 1.1em 'Courier New', Courier, Fixed; }

a:link{
	border-bottom: 1px dotted #ccc;
	color: #006699;
}
a:visited{
	border-bottom: 1px dotted #ccc;
	color: #666699;
}
a:hover, a:visited:hover{
	border-bottom: 1px dotted #666;
	color: #0033CC;
}
a:active{
	border-bottom: 1px dotted #666;
	color: #FF0000;
}


/* Layout */
#container{
	margin: 0 auto 20px auto;
	padding: 10px 0;
	text-align: left;
	width: 820px;
}
#header{
	margin: 0 auto;
	padding: 10px 0;
	text-align: left;
	width: 820px;
}
#maingraphic{
	margin: 0 auto;
	padding: 10px 0;
	text-align: center;
	width: 820px;
}
#maingraphic a{ border: 0; }
#content{
	float: left;
	width: 480px;
}
#section{
	float: right;
	width: 290px;
}
/* **********************************************-********************************************** */


/* #navigation */
#navigation{
	background: transparent url("media/bg_nav.gif") no-repeat 0 0;
	margin: 10px 0 20px 0;
	width: 820px;
}
#navigation li{
	display: inline;
}
#navigation li a{
	border: 0;
}
/* **********************************************-********************************************** */


/* .label */
#labels{
	margin: 0 auto;
	width: 600px;
}
.label{
	float: left;
	text-align: center;
	width: 200px;
}	
.label a, 
.label a:hover,
.label a:visited:hover{
	border: 0;
}
/* **********************************************-********************************************** */

/* #content */
#content .labeldesc, 
#content .desc{
	border-bottom: 1px solid #ccc;
	margin: 0 0 20px 0;
	padding: 0 0 20px 0;
	
}

#content .desc h3{
	color: #663300;
	font-size: 1.6em;
	font-weight: bold;
	margin: 0 0 5px 0;
}
#content .desc h4{
	color: #000;
	font-size: 1.4em;
	font-weight: bold;
	margin: 0 0 5px 0;
}
#content p{
	font-size: 1.2em;
	line-height: 1.6;
}
#content p.intro{
	margin: 0 0 20px 0;
}
#content p.externallink, 
#content p.totop{
	text-align: right;
}
#content p.externallink a{
	background: transparent url("media/icon_arrow.gif") no-repeat 0 50%;
	padding: 3px 0 3px 22px;
}
#content p.totop a{
	background: transparent url("media/icon_totop.gif") no-repeat 100% 50%;
	padding: 3px 15px 3px 0;
}
/* **********************************************-********************************************** */

/* #section */
#section .artistlist{
	font-size: 1.2em;
	line-height: 1.5;
	margin: 0 0 20px 0;
}
#section .artistlist a{
	border: 0;
	display: block;
	padding: 2px 5px;
	width: 280px;
}
#section .artistlist a:hover{
	background-color: #efefef;
}
/* **********************************************-********************************************** */

/* Microformats */
#section #header-contact{
	margin: 0 0 10px 0;
}
.vcard{
	margin: 0 0 20px 0;
}
.vcard .org{
	color: #000;
	font-size: 1.2em;
	font-weight: bold;
	margin: 0 0 0.2em 0;
}
.vcard .org a{ 
	border: 0;
	color: #000;
}
.vcard .adr,
.vcard .address, 
.vcard .tel, 
.vcard .fax, 
.vcard .email{
	color: #333;
	font-size: 1.1em;
	line-height: 1.3em;
	margin: 0 0 0.1em 0;
}
/* **********************************************-********************************************** */

