@charset "UTF-8";
@import "css.css";

/* H ------------------------------------------------------ */
h1 {
	width:100%;
	height:60px;
	background: url(../img/title_guitar.gif) no-repeat;
}

h1 span {
	display:none;
}

/* contents ----------------------------------------------- */
dl {
	margin:25px;
	padding:15px;;
	border: 1px solid #cccccc;
	font-size:85%;
}

dt {
	clear:left;
	float:left;
	color: #CC0000;
	margin-bottom:7px;
	background: url(../img/star2.gif) no-repeat;
	padding-left:15px;
}

dd {
	margin-bottom:7px;
}
