@charset "UTF-8";
/* CSS Document */

#header {
	width: 1109px;
	margin: 0 auto;
}
#header h1{
	margin: 0 0 24px 19px;
}

#header h1 a {
	height: 113px;
	width: 489px;
	display: block;
	text-indent: -9999px;
	background: url(../images/title.gif) no-repeat;
}

/*--------------------------------------
 * navi
 * ---------------------------------------*/
#navi {
	float: left;
	width: 80px;
	margin: 298px 0 0 59px;
	display: inline;
}
#navi ul{
	padding: 0;
	margin: 0;
}
#navi li a {
	height: 16px;
	margin: 0 0 18px 0;
	text-decoration: none;
	display: block;
	text-indent: -9999px;
}

#navi li {
	}

/*--------------------------------------
 * contents
 * ---------------------------------------*/
#contents{
	float: right;
	height: 572px;
	width: 745px;
	margin-right: 138px;
	margin-left: 80px;
	overflow: hidden;
	display: inline;
	background: url(../images/contents_frame.gif) no-repeat;
}
	
#contents h2{
	overflow: hidden;
	display: block;
	text-indent: -9999px;
}

.colum{
	position: relative;
	width: 745px;
	margin-top: 54px;
	font-size: 10px;
}

/*--------------------------------------
 * profile
 * ---------------------------------------*/
h2.profileTitle{
	height: 11px;
	width: 42px;
	padding-bottom: 19px;
	background: url(../images/title_profile.gif) no-repeat;
}
#profile {
	width: 740px;
	overflow: hidden;
	line-height: 160%;
}
#profile .profilePhoto {
	float: left;
	width: 160px;
	padding-top: 30px;
	padding-right: 10px;
}
#profile .profileInfo {
	float: left;
	width: 569px;
}
#profile .profileInfo h3 {
	padding-bottom: 17px;
	font-size: 12px;
	font-weight: bold;
}
#profile ul {
	margin-bottom: 20px;
}
#profile ul li {
	line-height: 180%;
}
#profile p {
	line-height: 180%;
}


/* jScrollPane */
#profile .scroll-pane {
	position: relative;
	float: left;
	width: 584px;
	overflow: auto;
	background: #fff;
}
#profile #contentScroll {
	height: 270px;
}
#profile .holder {
	float: left;
	padding:0;
}

/*--------------------------------------
 * discography
 * ---------------------------------------*/
h2.discographyTitle {
	height: 12px;
	width: 80px;
	padding-bottom: 18px;
	background: url(../images/title_discography.gif) no-repeat;
}
 
.product-module {
	width: 710px;
	padding-bottom: 15px;
	margin-bottom: 28px;
	overflow: hidden;
	line-height: 120%;
}

.product-detail {
	float: right;
	width: 539px;
	font-size: 10px;
	line-height: 130%;
}

.product-detail h3 {
	padding: 1px 0 3px 0;
	font-size: 14px;
	font-weight: bold;
	color: #9f7c41;
	line-height: 100%;
}

.product-detail ol {
	margin: 0px 0px 10px 0px;
	padding-left: 22px;
	list-style: decimal;
}

.product-detail p {
	}
	
/*--------------------------------------
 * schedule
 * ---------------------------------------*/
h2.scheduleTitle {
	height: 11px;
	width: 57px;
	padding-bottom: 10px;
	background: url(../images/title_schedule.gif) no-repeat;
}

ul#schedule-navi {
	padding-bottom: 17px;
	overflow: hidden;
	font-size: 10px;
}

ul#schedule-navi li {
	float: left;
	padding-right: 20px;
	font-weight: bold;
	line-height: 100%;
}
dl.schedule {
	padding-right: 20px;
}

dl.schedule .date {
	padding-right: 15px;
}

dl.schedule dt {
	margin: 10px 0px 6px 0px;
	font-size: 12px;
	font-weight: bold;
	color: #a57a44;
}
	
dl.schedule dd {
	margin-bottom: 30px;
}

dl.schedule dd h4 {
	font-size: 14px;
	font-weight: bold;
	line-height: 140%;
}

dl.schedule dd h3 {
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: solid 1px;
	font-size: 16px;
	font-weight: bold;
	line-height: 140%;
}
	
dl.schedule dd.option {
	border-bottom: solid 1px;
}

dl.schedule p {
	padding-left: 5px;
	line-height: 150%;
}
dl.schedule ul {
	padding: 8px 0px 8px 5px;
	line-height: 150%;
}

dl.schedule li {
	line-height: 150%;
}

	
/* jScrollPane */
.scroll-pane {
	position: relative;
	float: left;
	width: 761px;
	overflow: auto;
	background: #fff;
}
#contentScroll {
	height: 420px;
}
.holder {
	float: left;
	padding:0;
}

