html {
/*
	background: url(../images/bg_img.gif) #000;
*/
	background: url(../images/bg_anm.gif) #000 center repeat-y;
	
}

body {
/*
	background: url(../images/bg_img.gif) #000;
*/
	background: url(../images/bg_anm.gif) #000 center repeat-y;
	text-align: center;
	/*padding-bottom: 40px;*/
}

#pageWrapper {
	position: relative;
	width: 1035px;
	margin: 0 auto;
}

#pageHeader {
	position: relative;
	width: 1024px;
	height: 390px;
	margin: 0 auto;
}

#contentBox {
	position: relative;
	width: 814px;
	margin: 0 auto;
	background-image: url(../images/bg_disco02.jpg);
}

#content1st {
	position: relative;
	margin: 0 auto;
	padding: 97px 0 0;
	width: 814px;
	text-align: center;
	background-image: url(../images/bg_disco01.jpg);
	background-repeat:no-repeat;
}

#content1 {
	width: 814px;
}

#content2 {
	width: 814px;
	display: none;
	background-image: url(../images/bg_disco02.jpg);
}

#content3 {
	position: relative;
	width: 814px;
	display: none;
	background-image: url(../images/bg_disco02.jpg);
}

#content4 {
	width: 814px;
	display: none;
	background-image: url(../images/bg_disco02.jpg);
}

#content5 {
	width: 814px;
	display: none;
	background-image: url(../images/bg_disco02.jpg);
}

#subtitle {
	margin: 0 auto;
	padding-bottom: 10px;
	width: 734px;
}

#content {
	position: relative;
	margin: 0 auto 0;
	width: 734px;
	text-align: left;
}

#jk_new {
	position: absolute;
	width: 200px;
	top: 5px;
	left: 0px;
	margin: 0 70px 0;
}

#txt_new {
	width: 396px;
	margin: 10px 0 0 338px;
	/*338*/
}

#content2nd {
	clear: both;
	width: 814px;
	margin: 0 auto 0;
	padding-top: 30px;
	background-image: url(../images/bg_disco02.jpg);
}

#content3rd,
#content4th,
#content5th,
#content6th {
	width: 814px;
	margin: 0 auto;
	padding-top: 20px;
	clear: both;
	background-image: url(../images/bg_disco02.jpg);
}

p.song_title {
	font-weight: bold;
	font-size:small;
	color: #6A98FF;
	margin: 0 auto;
}

p.song_data {
	font-size: x-small;
	color: #6A98FF;
	margin: 0 auto;
}

p.song_note {
	font-size: small;
	color: #FFFFFF;
	margin: 0 0 10px;
}

table.song_list {
	width: 396px;
	border-width: 0;
	border-bottom-style:none;
	margin:1.2em 0 1.2em;
	text-align: left;
	background-color: #000F30;
	font-size:100%;
	font-size: small;
}
table.song_list td.odd {
	color: #FFFFFF;
	border-width: 0px;
	border-style: none;
	padding-left:4px;
	padding-right:4px;
	background-color: #1A2745;
	height:16px;
	vertical-align: middle;
}
table.song_list td.even {
	color: #FFFFFF;
	border-width: 0px;
	border-style: none;
	padding-left:4px;
	padding-right:4px;
	background-color: #0D1B3B;
	height:16px;
	vertical-align: middle;
}
table.song_list td.odd_btn {
	color: #FFFFFF;
	border-width: 0px;
	border-style: none;
	padding-left:4px;
	padding-right:4px;
	background-color: #1A2745;
	text-align: right;
	vertical-align: middle;
}
table.song_list td.even_btn {
	color: #FFFFFF;
	border-width: 0px;
	border-style: none;
	padding-left:4px;
	padding-right:4px;
	background-color: #0D1B3B;
	text-align: right;
	vertical-align: middle;
}

table.arc {
	width: 734px;
	border-width: 0;
	border-bottom-style:none;
	margin:0;
	text-align: left;
	background-color: #000F30;
}

table.arc td {
	padding-left: 0;
	padding-right: 0;
	border-width: 0px;
	border-style: none;
	background-color: #000F30;
}

table.arc_sub {
	width: 357px;
	border-width: 0;
	border-bottom-style:none;
	margin:0;
	text-align: left;
	background-color: #000F30;
}

table.arc_sub_top{
	width: 357px;
	border-width: 0;
	border-bottom-style:none;
	margin:0;
	padding:0;
	text-align: left;
	background-color: #000F30;
}

table.arc_sub_bottom {
	width: 357px;
	border-width: 0;
	border-bottom-style:none;
	margin:6.6em 0 0;
	padding:0;
	text-align: left;
	background-color: #000F30;
}

.song_title_arc {
	font-weight: bold;
	font-size:small;
	color: #6A98FF;
	margin:0 auto;
}

.song_data_arc {
	font-size: x-small;
	color: #FFFFFF;
	margin: 0 auto;
}

td.arc_td {
	padding-bottom:15px;
}

table.song_list_arc {
	width: 357px;
	border-width: 0;
	border-bottom-style:none;
	margin:1.2em 0 1.2em;
	text-align: left;
	background-color: #000F30;
	font-size:100%;
}
table.song_list_arc td.odd {
	color: #FFFFFF;
	border-width: 0px;
	border-style: none;
	padding-left:4px;
	padding-right:4px;
	background-color: #1A2745;
	height:16px;
	vertical-align: middle;
}
table.song_list_arc td.even {
	color: #FFFFFF;
	border-width: 0px;
	border-style: none;
	padding-left:4px;
	padding-right:4px;
	background-color: #0D1B3B;
	height:16px;
	vertical-align: middle;
}
table.song_list_arc td.odd_btn {
	color: #FFFFFF;
	border-width: 0px;
	border-style: none;
	padding-left:4px;
	padding-right:4px;
	background-color: #1A2745;
	text-align: right;
	vertical-align: middle;
}
table.song_list_arc td.even_btn {
	color: #FFFFFF;
	border-width: 0px;
	border-style: none;
	padding-left:4px;
	padding-right:4px;
	background-color: #0D1B3B;
	text-align: right;
	vertical-align: middle;
}


#content_bottom {
	width: 814px;
	height: 67px;
	background-image: url(../images/bg_disco03.jpg);
}

img.pagetop {
	margin-top:30px;
}

#pageFooter {
	margin: 20px auto auto;
}

/* profile */
#left_part {
	float: left;
	width: 356px;
	color: #FFF;
	margin: 6px 0 0;
	font-size: x-small;
	line-height: 2.0em;
	letter-spacing:1px;
	text-align: left;
}
#right_part {
	float: right;
	width: 356px;
	color: #FFF;
	margin: 6px 0 0;
	font-size: x-small;
	line-height: 1.6em;
	letter-spacing:1px;
	text-align:  justify;
	text-justify: inter-ideograph;
}

#partition {
	clear: both;
	padding:24px 0 30px 0;
}

#member_head {
	position: relative;
	text-align:left;
	height: 100%;
}

.website {
	clear: both;
	position: absolute;
	margin: 0;
	bottom: 0;
	right: 0;
}
.clr {
	clear: both;
}

#works {
	text-align: left;
	padding: 20px 0 0;
}

#works_left {
	float: left;
	color: #FFF;
	margin: 10px 0 0px;
	font-size: small;
	line-height: 18px;
	letter-spacing:1px;
	text-align: left;
	width: 100px;
}
#works_right {
	float: right;
	color: #FFF;
	margin: 10px 0 0px;
	font-size: x-small;
	line-height: 18px;
	letter-spacing:1px;
	text-align: left;
	width: 634px;
}

#show_set {
	padding: 0 0 0 55px;
	margin: 0 0 25px;
	background-image: url(../images/mark01.jpg);
	background-repeat: no-repeat;
	text-align: left;
}

#show_date {
	vertical-align: top;
	color: #6A98FF;
	font-weight: bold;
	font-size: small;
	margin: 0;
}
#show_title {
	vertical-align: top;
	color: #6A98FF;
	font-weight: bold;
	font-size: small;
	margin: 0;
}
#show_text {
	vertical-align: top;
	color: #6A98FF;
	font-size: small;
	margin: 0;
}
#show_info {
	text-align: left;
	margin: 5px 0 0;
	color: #FFFFFF;
	border-width: 0px;
	border-style: none;
	background-color:#000F30;
	font-size:small;
	
}
#show_info td {
	color: #FFFFFF;
	border-width: 0px;
	border-style: none;
	background-color:#000F30;
	margin: 0;
	padding: 0 5px 0 0;
	font-size:small;
}

#link_url {
	margin: 5px 0 0;
	font-size: x-small;
}

a:link {
	background: transparent;
	letter-spacing: 0px;
	color: #FFF;
}
a:visited {
	background: transparent;
	color: #FFF;
}
a:hover {
	background: transparent;
	color: #FFF;
	text-decoration: none;
}

#frm_show {
	text-align: right;
	color: #FFF;
}

#idx_Box {
	margin: 10px auto 0;
	width: 820px;
	text-align: center;
	background: url(../images/bg_img.gif) #000;

}

#idx_left {
	float: left;
}

#idx_right {
	float: right;
}

#idx_top {
	width: 400px;
	height: 200px; 
	background-image: url(../images/idx_bg.jpg);
	background-repeat: no-repeat;
	position: relative;
	text-align: center;
}
#idx_title {
	position: absolute;
	left: 155px;
	top: 21px;
	width: 86px;
	height: 16px;
}
#idx_title02 {
	position: absolute;
	left: 161px;
	top: 21px;
	width: 74px;
	height: 16px;
}

#idx_jk {
	position: absolute;
	left: 0px;
	top: 5px;
	width: 120px;
	height: 120px;
}
.idx_more {
	position: absolute;
	left: 170px;
	top: 90px;
	width: 100px;
	height: 23px;
}
#idx_reltext {
	position: absolute;
	left: 135px;
	top: 5px;
}

#reltxt_bold {
	color: #6A98FF;
	font-weight: bold;
	font-size: small;
	line-height: 1.3em;
	margin: 0 0 5px;
}
#reltxt {
	color: #FFF;
	font-size: x-small;
	line-height: 1.3em;
	margin: 0;
}

#idx_frame {
	position: absolute;
	top: 60px;
	left: 34px;
	overflow:auto;
	width: 333px;
	height: 120px;
	border: 0;
}

#frame_txtb {
	color: #6A98FF;
	font-weight: bold;
	font-size: x-small;
	line-height: 1.3em;
	margin: 0 0 3px;
}

#frame_txt {
	color: #FFF;
	font-size: x-small;
	line-height: 1.3em;
	margin: 0;
}

#frame_tbl {
	text-align: left;
	background-image: url(../images/bg_table.gif);
	margin: 5px 0 0;
	color: #FFFFFF;
	border-width: 0px;
	border-style: none;
	font-size:x-small;
}
#frame_tbl td {
	color: #FFFFFF;
	background-image: url(../images/bg_table.gif);
	border-width: 0px;
	border-style: none;
	margin: 0;
	padding: 0 5px 0 0;
	font-size:x-small;
}
#idxnr_tbl {
	text-align: left;
	background-image: url(../images/bg_table.gif);
	margin: 5px 0 0;
	color: #FFFFFF;
	border-width: 0px;
	border-style: none;
	font-size:x-small;
}
#idxnr_tbl td {
	color: #FFFFFF;
	background-image: url(../images/bg_table.gif);
	border-width: 0px;
	border-style: none;
	margin: 0;
	padding: 0 10px 10px 0;
	font-size:x-small;
}

#sideMenu {
	position: absolute;
	width:19px;
	height:100px;
	top: 450px;
	right: 92px;
}
a{
	text-decoration: none;
}
