/* BASE
--------------------------------------------------------------*/
body {
	font-family: verdana,'Hiragino Kaku Gothic Pro','qMmpS Pro W3','Osaka','lr oSVbN',sans-serif;
}

/* IMAGE
--------------------------------------------------------------*/
img.fl {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
img.fr {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}

/* MARGINE, PADDING
--------------------------------------------------------------*/
.mb05 {
	margin-bottom: 5px!important;
}
.mb10 {
	margin-bottom: 10px!important;
}
.pb0 {
	padding-bottom: 0px!important;
}

/* MENU-C
--------------------------------------------------------------*/
#menu01c {
	background: url(/image/main_tablist_ap_artist.gif) no-repeat;
	background-position: 0px -86px;
}
#menu02c {
	background: url(/image/main_tablist_ap_artist.gif) no-repeat;
	background-position: -350px -86px;
}
#menu03c {
	background: url(/image/main_tablist_ap_artist.gif) no-repeat;
	background-position: -175px -86px;
}
.offv {
	background-position: 0px -0px!important;
}
.offr {
	background-position: -350px 0px!important;
}
#menu01c a {
	background-position: 0px 0px;
}
#menu02c a {
	background-position: -350px 0px;
}
#menu03c a {
	background-position: -175px 0px;
}
#menu01c a:hover {
	background-position: 0px -43px;
}
#menu02c a:hover {
	background-position: -350px -43px;
}
#menu03c a:hover {
	background-position: -175px -43px;
}

/* MENU-S
--------------------------------------------------------------*/
#subnavinew a {
	background: url(image/main_tablist_highlight.gif) no-repeat;
}
#subnavinew a.vmaj2 {
	background: url(image/main_tablist_highlight2.gif) no-repeat;
}
#subnavinew a.redcarpet {
	background: url(image/main_tablist_redcarpet.gif) no-repeat;
}
#subnavinew a.preshow {
	background: url(image/main_tablist_preshow.gif) no-repeat;
}
#subnavinew a.preshow2 {
	background: url(image/main_tablist_preshow2.gif) no-repeat;
}

#menu01sh {
	background: url(image/main_tablist_highlight.gif) no-repeat 0px -26px!important;
}
#menu02sh {
	background: url(image/main_tablist_highlight.gif) no-repeat -175px -26px!important;
}
#menu03sh {
	background: url(image/main_tablist_highlight.gif) no-repeat -350px -26px!important;
}
#menu04sh {
	background: url(image/main_tablist_highlight2.gif) no-repeat 0px -26px!important;
}
#menu05sh {
	background: url(image/main_tablist_highlight2.gif) no-repeat -175px -26px!important;
}


#menu01sr {
	background: url(image/main_tablist_redcarpet.gif) no-repeat 0px -26px!important;
}
#menu02sr {
	background: url(image/main_tablist_redcarpet.gif) no-repeat -175px -26px!important;
}
#menu03sr {
	background: url(image/main_tablist_redcarpet.gif) no-repeat -350px -26px!important;
}

#menu01sp {
	background: url(image/main_tablist_preshow.gif) no-repeat 0px -26px!important;
}
#menu02sp {
	background: url(image/main_tablist_preshow.gif) no-repeat -175px -26px!important;
}
#menu03sp {
	background: url(image/main_tablist_preshow.gif) no-repeat -350px -26px!important;
}
#menu04sp {
	background: url(image/main_tablist_preshow2.gif) no-repeat 0px -26px!important;
}
#menu05sp {
	background: url(image/main_tablist_preshow2.gif) no-repeat -175px -26px!important;
}

#menu01sh a,
#menu04sh a,
#menu01sr a,
#menu01sp a,
#menu04sp a {
	background-position: 0px 0px!important;
}
#menu02sh a,
#menu05sh a,
#menu02sr a,
#menu02sp a,
#menu05sp a {
	background-position: -175px 0px!important;
}
#menu03sh a,
#menu03sr a,
#menu03sp a {
	background-position: -350px 0px!important;
}
#menu01sh a:hover,
#menu04sh a:hover,
#menu01sr a:hover,
#menu01sp a:hover,
#menu04sp a:hover {
	background-position: 0px -26px!important;
}
#menu02sh a:hover,
#menu05sh a:hover,
#menu02sr a:hover,
#menu02sp a:hover,
#menu05sp a:hover {
	background-position: -175px -26px!important;
}
#menu03sh a:hover,
#menu03sr a:hover,
#menu03sp a:hover {
	background-position: -350px -26px!important;
}

/* BUTTON
--------------------------------------------------------------*/
/*
a.b_report {
	text-indent: -9999px;
	width: 97px;
	height: 22px;
	padding: 0;
	background: url("image/icon_report.gif") no-repeat 0 0;
	margin-bottom: 1px;
}
a.b_report:hover {
	background: url("image/icon_report.gif") no-repeat -97px 0;
}
*/

a.btn-shot,
a.btn-report,
a.btn-digest,
a.btn-movie,
a.btn-oubo {
	text-indent: -9999px;
	display: block;
	height: 25px;
	width: 120px;
	overflow:hidden;
}
a.btn-shot {
	background: url(image/shot_button.gif) no-repeat left top;
}
a.btn-shot:hover {
	background: url(image/shot_button_on.gif) no-repeat left top;
}
a.btn-report {
	background: url(image/report_button.gif) no-repeat left top;
}
a.btn-report:hover {
	background: url(image/report_button_on.gif) no-repeat left top;
}
a.btn-digest {
	background: url(image/digest_button.gif) no-repeat left top;
}
a.btn-digest:hover {
	background: url(image/digest_button_on.gif) no-repeat left top;
}
a.btn-movie {
	background: url(image/movie_button.gif) no-repeat left top;
}
a.btn-movie:hover {
	background: url(image/movie_button_on.gif) no-repeat left top;
}
a.btn-oubo {
	background: url(image/oubo_button.gif) no-repeat left top;
}
a.btn-oubo:hover {
	background: url(image/oubo_button_on.gif) no-repeat left top;
}

a.play {
	display: block!important;
	text-indent: -9999px!important;
	width: 97px!important;
	height:22px!important;
	background: url("/image/icon_play.gif") no-repeat 0 0!important;
}
a.play:hover {
	background: url("/image/icon_play.gif") no-repeat 0 -25px!important;
}

/* FANLETTER
--------------------------------------------------------------*/
table.fanletter {
	margin:0px!important;
	float: none!important;
	width: 100%!important;
}
table.fanletter td {
	padding:0px!important;
}
table.fanletter table {
	margin:0px 0px 1em!important;
	float: none!important;
}
table.fanletter table td {
	padding:0px!important;
}
.fan-comment {
	padding: 5px!important;
	border: 1px dotted #999999!important;
	background: #222222;
}
.fan-play {
	padding: 5px!important;
	background: #222222;
	text-align: center;
	margin-bottom: 1em;
}

/* HIGHLIGHT
--------------------------------------------------------------*/
#highlight p ,
#highlight td {
	font-size: 12px;
	color: #FFFFFF;
}
#highlight p {
	margin: 0px;
}
#highlight a {
	color:#fff17b;
	text-decoration: none;
}
#highlight a:visited {
	color:#c40174;
	text-decoration: none;
}
#highlight a:hover {
	color:#ff0097;
	text-decoration: underline;
}

/* ACT-MENU */
#actmenu {
	style="border:#666666 1px solid;
	background-color:#222222;"
}
#actmenu td {
	font-size: 10px!important;
	padding-right: 1em;
}

/* HIGHLIGHT-LIST */
h2.list-title {
	color: #FFFFFF;
	font-size: 10px;
	margin: 10px 0px 3px;
	border-bottom: 1px solid #999999;
	padding-bottom: 2px;
}
div.highlight-list {
	margin-bottom: 5px!important;
}
div.highlight-list p {
	font-size: 10px!important;
	padding-bottom: 2px;
}
div.highlight-list .time {
	font-weight: bold;
}
.movie {
	background: url(image/icon_av.gif) no-repeat left center!important;
	padding-left: 23px;
}

/* JAVA PHOTO ALBUM
--------------------------------------------------------------*/
table.photo {
	width: 80px!important;
	padding: 0px!important;
	margin: 0px 5px 5px 0px!important;
}
table.photo td {
	margin: 0px!important;
	padding: 0px!important;
	height: 80px!important;
	width: 80px!important;
	background: #222222!important;
	text-align: center!important;
}
table.photo td img {
	margin:0px!important;
	padding:0px!important;
	vertical-align: top!important;
	display: block!important;
	border-style: none!important;
}
table.photo td a {
	margin: 0px!important;
	padding: 0px!important;
	text-align: center!important;
}
table.report {
	width: 100%!important;
	margin: 0px!important;
	padding: 0px!important;
}
table.report td {
	margin: 0px!important;
	padding: 0px!important;
	text-align: left!important;
	line-height: 1.2em!important;
}

/* EVENT REPORT
--------------------------------------------------------------*/
#report_page {
	background: #000000;
	color: #FFFFFF;
	line-height: 1.2em!important;
}
#report_page #container {
	width: 550px;
	margin: 0 auto;
	padding: 10px;
	background: none;
}
#report_page #container h2 {
	font-size: 12px;
	font-weight: bold;
	border-bottom: 1px solid #d0d0d0;
	margin: 0px 0px 1em;
	padding: 0px 0px 2px;
	text-align: right;
	color: #d0d0d0;
}
#report_page #container h3 {
	font-size: 12px;
	font-weight: bold;
	color: #CCCCCC;
	margin: 0px 0px 0.5em;
	padding: 0px;
}
#report_page #container p {
	margin: 0px;
	padding: 0px;
}
#report_page #container span{
	text-align: right;
	display:block;
}

/* PRE-SHOW REPORT
--------------------------------------------------------------*/
#pre_report_page {
	background: #000000;
	margin: 0px;
	padding: 0px;
	color: #FFFFFF;
	font-size: 12px;
	width: 95%;
}
.content-report {
	margin: 0px;
	padding: 0px;
}
.content-report table {
	margin: 0px;
	padding: 0px;
}

/* PHOTOALBUM
--------------------------------------------------------------*/
#photo_page {
	background: #000000;
	color: #FFFFFF;
	line-height: 1.2em!important;
}
#photo_page #container {
	width: 450px!important;
	margin: 0 auto;
	padding: 10px;
	background: none;
}
#photo_page #container h2 {
	font-size: 12px;
	font-weight: bold;
	border-bottom: 1px solid #d0d0d0;
	margin: 0px 0px 1em;
	padding: 0px 0px 2px;
	text-align: right;
	color: #d0d0d0;
}
#photo_page #container h3 {
	font-size: 12px;
	font-weight: bold;
	color: #CCCCCC;
	margin: 0px 0px 0.5em;
	padding: 0px;
}
#photo_page #container span{
	text-align: right;
	display:block;
}

/* サムネイル */
.highslide {
	cursor: url(highslide/graphics/zoomin.cur), pointer;
	outline: none;
}
.highslide-image {
	border: 1px solid #666666;
}
.highslide-caption {
	display: none;
	border: 1px solid #666666;
	border-top: none;
	text-align:center;
	font-family: Verdana, Helvetica;
	font-size: 10px;
	color:#FFFFFF;
	padding: 5px!important;
	background-color: #222222;
}
.highslide-caption p {
	margin:0px 0px 5px!important;
	padding:0px!important;
	text-align:center;
}
.highslide-loading {
	display: block;
	color: white;
	font-style: 'MS Sans Serif';
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	padding: 3px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	background-color: black;
	/*
	padding-left: 22px;
	background-image: url(highslide/graphics/loader.gif);
	background-repeat: no-repeat;
	background-position: 3px 1px;
	*/
}
a.highslide-credits,
a.highslide-credits i {
	display:none;
	padding: 2px;
	color: silver;
	text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
	color: white;
	background-color: gray;
}
.highslide-display-block {
	display: block;
}
.highslide-display-none {
	display: none;
}

