@charset "shift_jis";
/* CSS Document */

#globalContents h2 {
	margin: 20px 0 8px;
	padding-right: 1em;
	line-height: 100px;
	font-size: 18px;
	text-align: right;
	font-weight: bold;
	background: no-repeat left top;
	border: 1px solid #fff600;
}

#globalContents h3 {
	margin-top: 8px;
	padding-left: 5px;
	border-left: 5px solid #AAF;
	font-size: 14px;
	font-weight: bold;
}

#globalContents p,
#globalContents ul {
	margin-bottom: .5em;
}

#globalContents ul {
	margin-left: 2em
}

#globalContents ul li {
	list-style: disc;
}

#globalContents h2#guitar {
	background-image: url(../gw_sp/guitar.jpg);
}

#globalContents h2#drum {
	background-image: url(../gw_sp/drum.jpg);
}

#globalContents h2#piano {
	background-image: url(../gw_sp/piano.jpg);
}

#globalContents h2#dtm {
	background-image: url(../gw_sp/dtm.jpg);
}

#globalContents ul#nav {
	clear: both;
	overflow: hidden;
	margin: 0 -1px 0 0;
}

#globalContents #nav li {
	list-style: none;
	float: left;
}

#globalContents #nav li a {
	display: block;
	width: 174px;
	line-height: 3;
	margin-right: 1px;
	color: #000;
	font-size: 14px;
	text-align: center;
	text-decoration: none;
	background: #fffb85;
	border: 1px solid #ff763d;
}

#globalContents #nav li a:hover {
	color: #FFF;
	background: #ff763d;
}
