@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	background-color: #f3f3f3;
	background-image: url(../images/ghibli_bg_down.jpg);
	background-position : 100% 100%;
	background-attachment : fixed;
	background-repeat: repeat-x;
}
a {
	color: #0075a9;
	text-decoration: underline;
}
a:hover {
	color: #440062;
	text-decoration: underline;
}
a:visited {
	color: #6B0099;
}
#bg {
	background-attachment: fixed;
	background-image: url(../images/ghibli_bg_up.jpg);
	background-repeat: repeat-x;
	background-position : 0% 0%;
	height: 200px;
}
#wrapper {
	font-size: 12px;
	line-height: 18px;
	color: #666666;
	background-attachment: fixed;
	background-position : 0% 0%;
	width: 900px;
	margin-top: 0px;
	margin-right: 50px;
	margin-bottom: 0px;
	margin-left: 50px;
	padding-top: 25px;
	padding-right: 0px;
	padding-bottom: 25px;
	padding-left: 0px;
	background-color: #FFFFFF;
}
#wrapper .namelist {
	letter-spacing: 4px;
	padding-top: 15px;
	padding-bottom: 15px;
}
#wrapper .tophe {
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 20px;
	width: 800px;
}
#wrapper .footer {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 20px;
	width: 800px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
	padding-top: 10px;
}
#td_left {
	width: 390px;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-right: 10px;
	text-align: left;
}
#td_left .song {
	margin-top: 5px;
	margin-bottom: 2px;
	background-image: url(../images/ghibli_line_maru.jpg);
	background-position : 100% 100%;
	width: 380px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 7px;
	padding-left: 0px;
	background-repeat: no-repeat;
}
#td_left .song img {
	float: right;
	margin-left: 10px;
}
#td_right {
	width: 390px;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 10px;
	text-align: left;
}
#td_right img {
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
	float: left;
}
#artistbox {
	background-color: #f3f5cc;
	padding: 10px;
	border: 1px solid #e5e7cc;
	text-align: left;
	width: 780px;
}
#artistbox .name {
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
}
#artistbox .left {
	width: 380px;
	padding-right: 10px;
	float: left;
}
#artistbox .left img {
	float: left;
	padding-right: 10px;
	padding-bottom: 10px;
}
#artistbox .right {
	width: 380px;
	padding-left: 10px;
	float: right;
}
#artistbox .right img {
	float: left;
	padding-right: 5px;
}
.event {
	background-image: url(../images/ghibli_line_maru.jpg);
	background-position: bottom;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-repeat: no-repeat;
}

.kome {
	font-size: 10px;
	line-height: 12px;
}
