@charset "UTF-8";

/*---------------------------------------------------------
	
	
	
---------------------------------------------------------*/

/*-news--------------------------------------------------*/

dl.news-body dd {
	padding: 0px 10px;
	font-size: 95%;
}

dl.news-body dd p {
	padding: 0px;
	margin: 10px 0px;
}

/*-recent news-------------------------------------------*/

#recent-news {
	margin-bottom: 10px;
}

#recent-news dt {
	width: 560px;
	height: 30px;
	background-color: transparent;
	background-image: url(../image/title/news/left/news.gif);
	background-position: left top;
	background-repeat: no-repeat;
}

/*-old news----------------------------------------------*/

#old-news {
	margin-bottom: 10px;
}

#old-news dt {
	width: 560px;
	height: 30px;
	background-color: transparent;
	background-image: url(../image/icon/news/title/news-old.gif);
	background-position: left top;
	background-repeat: no-repeat;
}

/*-news content------------------------------------------*/

table.news-content {
	width: 540px;
	text-align: left;
	font-size: 100%;
	margin: 10px auto 0px auto;
}

table.news-content td.date {
	width: 81px;
	height: 25px;
	background-color: transparent;
	background-image: url(../image/icon/news/date.gif);
	background-position: left top;
	background-repeat: no-repeat;
	color: #ffffff;
	text-align: center;
}

table.news-content td.title {
	width: 459px;
	height: 25px;
	background-color: transparent;
	background-image: url(../image/icon/news/title.gif);
	background-position: left top;
	background-repeat: no-repeat;
	color: #ffffc8;
	padding: 0 0 0 15px;
}

table.news-content td.image {
	
}

table.news-content td.text {
	padding: 10px 10px 0px 20px;
}

table.news-timetable {
	font-size: 100%;
	margin: 0;
	padding: 0;
}

table.news-timetable td.ntt-title {
	width: 100px;
	vertical-align: top;
}

table.news-content td.text a:hover {
	color: #ffffc8;
	background-color: #683501;
}

/*-upcoming gig------------------------------------------*/

#upcoming-gig {
	margin-bottom: 10px;
}

#upcoming-gig dt {
	width: 560px;
	height: 30px;
	background-color: transparent;
	background-image: url(../image/title/news/left/gig.gif);
	background-position: left top;
	background-repeat: no-repeat;
}

/*-old gig-----------------------------------------------*/

#old-gig {
	
}

#old-gig dt {
	width: 560px;
	height: 30px;
	background-color: transparent;
	background-image: url(../image/title/news/left/gig-old.gif);
	background-position: left top;
	background-repeat: no-repeat;
}

/*-gig content-------------------------------------------*/

table.gig-content {
	width: 540px;
	text-align: left;
	font-size: 100%;
	margin: 10px auto 0px auto;
}

table.gig-content th {
	padding: 0 0 4px 0;
}

table.gig-content td {
	vertical-align: top;
	padding: 0px 0px 4px 3px;
}

table.gig-content th.marker {
	width: 15px;
	height: 17px;
	
}

table.gig-content td.marker {
	width: 15px;
	height: 17px;
	background-color: transparent;
	background-image: url(../image/icon/arrow/brownbox.gif);
	background-position: left 2;
	background-repeat: no-repeat;
}

table.gig-content th.date {
	width: 80px;
	height: 20px;
	background-color: transparent;
	background-image: url(../image/icon/gig/orange/date.gif);
	background-position: left top;
	background-repeat: no-repeat;
}

table.gig-content td.date {
	
}

table.gig-content th.time {
	width: 55px;
	height: 20px;
	background-color: transparent;
	background-image: url(../image/icon/gig/brown/time.gif);
	background-position: left top;
	background-repeat: no-repeat;
}

table.gig-content td.time {
	
}

table.gig-content th.band {
	width: 150px;
	height: 20px;
	background-color: transparent;
	background-image: url(../image/icon/gig/orange/band.gif);
	background-position: left top;
	background-repeat: no-repeat;
}

table.gig-content td.band {
	
}

table.gig-content th.genre {
	width: 70px;
	height: 20px;
	background-color: transparent;
	background-image: url(../image/icon/gig/brown/genre.gif);
	background-position: left top;
	background-repeat: no-repeat;
}

table.gig-content td.genre {
	
}

table.gig-content th.location {
	width: 170px;
	height: 20px;
	background-color: transparent;
	background-image: url(../image/icon/gig/orange/location.gif);
	background-position: left top;
	background-repeat: no-repeat;
}

table.gig-content td.location {
	
}

/*-submenu-----------------------------------------------*/

#submenu dt.title {
	width: 190px;
	height: 25px;
	background-color: transparent;
	background-image: url(../image/title/news/right/news.gif);
	background-position: left top;
	background-repeat: no-repeat;
}

#submenu dd {
	width: 190px;
	text-align: left;
	font-size: 90%;
	padding: 10px 0px;
	border: solid 2px #683501;
}

#submenu>dd {
	width: 186px;
}

#submenu dt.bottom {
	width: 190px;
	height: 15px;
	background-color: transparent;
	background-image: url(../image/bg/bottom/submenu.gif);
	background-position: left top;
	background-repeat: no-repeat;
}

/*-sub menu list-----------------------------------------*/

ul.submenu-list {
	position: relative;
	width: 186px;
	height: 50px;
	overflow: hidden;
}

ul.submenu-list li a {
	width: 186px;
	height: 25px;
	display: block;
	text-decoration: none;
}

ul.submenu-list li {
	text-indent: -9999px;
	position: absolute;
	left: 0px;
	overflow: hidden;
}

#sm-one {
	background: transparent url(../image/menu/news/news.gif) no-repeat 0px -25px;
	top: 0px;
}

#sm-one a {
	background: transparent url(../image/menu/news/news.gif) no-repeat 0 0;
}

#sm-two {
	background: transparent url(../image/menu/news/gig.gif) no-repeat 0px -25px;
	top: 25px;
}

#sm-two a {
	background: transparent url(../image/menu/news/gig.gif) no-repeat 0 0;
}

#sm-one a:hover,
#sm-two a:hover {
	background-position: 0px -25px;
}

/*-printout----------------------------------------------*/

#printout dt.title {
	width: 190px;
	height: 25px;
	background-color: transparent;
	background-image: url(../image/title/common/print.gif);
	background-position: left top;
	background-repeat: no-repeat;
}

#printout dd {
	width: 190px;
	text-align: left;
	font-size: 90%;
	padding: 10px 0px;
	border: solid 2px #683501;
}

/* adjustment */
#printout>dd {
	width: 186px;
}

#printout dt.bottom {
	width: 190px;
	height: 15px;
	background-color: transparent;
	background-image: url(../image/bg/bottom/submenu.gif);
	background-position: left top;
	background-repeat: no-repeat;
}

/*-print out list----------------------------------------*/

#po-one {
	background: transparent url(../image/menu/news/news.gif) no-repeat 0px -25px;
	top: 0px;
}

#po-one a {
	background: transparent url(../image/menu/news/news.gif) no-repeat 0 0;
}

#po-two {
	background: transparent url(../image/menu/news/gig.gif) no-repeat 0px -25px;
	top: 25px;
}

#po-two a {
	background: transparent url(../image/menu/news/gig.gif) no-repeat 0 0;
}

#po-one a:hover,
#po-two a:hover {
	background-position: 0px -25px;
}

/*-EOF---------------------------------------------------*/