/* --- 全体の背景・テキスト --- */
body {
	margin: 0;
	padding: 0;
	background: url(../img/bg002.gif) repeat center top;
}

/* --- 全体のリンクテキスト --- */

* {
	margin: 0px;
	padding: 0px;
	line-height: 150%;
	font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック", "MS UI Gothic", Osaka, sans-serif;
	color: #333;
}
a:link {
	text-decoration: none;
	color: #039;
}
a:visited { color: #039;
	text-decoration: none;
	border-style: none;
}
a:hover { color: #c00;
	border-style: none;
}
a:active { color: #c00;
	border-style: none;
}

/* @group --- */

/* --- コンテナ --- */
#container {
	width: 100%;
	height: 100%;
}

/* --- ヘッダ --- */

#header {
	width: 800px;
	height: 90px;
}

.kumo_top {
	background: url(../img/kumo_top.png) no-repeat left top;
	position: absolute;
	height: 190px;
	width: 100%;
	top: 0px;
	left: 0px;
	z-index: -2;
}

.kumo_bottom {
	background: url(../img/kumo_bottom.png) no-repeat right bottom;
	position: absolute;
	height: 250px;
	bottom: 0;
	right: 0;
	width: 100%;
	z-index: -1;
	float: right;
}

.header_logo {
	height: 155px;
	position: absolute;
	width: 210px;
	margin-top: 27px;
	margin-left: 570px;
}

.header_title {
	width: 780px;
	margin-left: -400px;
	left: 50%;
	position: absolute;
	font-size: 12pt;
	font-weight: bold;
	color: #fff;
	text-align: right;
	top: 5px;
}

.top_logo {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	position: absolute;
	font-size: 9pt;
}



/* @end */

/* @group --- コンテンツ --- */

#content {
	width: 800px;
	height: 100%;
	margin-right: auto;
	margin-left: auto;
}

#menu {
	width: 800px;
	vertical-align: middle;
	background: url(../img/cont_menu.png) no-repeat;
}

.menu_tx {
	padding-left: 20px;
	padding-right: 20px;
	color: #fff;
	line-height: 3em;
	font-weight: bold;
	z-index: 5;
	font-size: 11.5pt;
}

.menu_tx a:link {
	text-decoration: none;
	color: yellow;
}
.menu_tx a:visited { color: white;
	text-decoration: none;
	border-style: none;
}
.menu_tx a:hover { color: #ff0;
	border-style: none;
}
.menu_tx a:active { color: red;
	border-style: none;
}

.cont_flow {
	width: 796px;
	overflow: auto;
	height: 400px;
	background-image: url(../img/bg_dot.gif);
	border-right: 2px solid #fff;
	border-left: 2px solid #fff;
	font-size: 12pt;
}

.comingsoon {
	width: 500px;
	font-size: 14pt;
	line-height: 8em;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #4bbafe;
	font-weight: bold;
	color: #039;
	background: #fff url(../img/box_tissue.png) no-repeat right bottom;
}

.comingsoon2 {
	width: 500px;
	font-size: 14pt;
	line-height: 6em;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #4bbafe;
	font-weight: bold;
	color: #039;
	background: #fff url(../img/box_tissue.png) no-repeat right bottom;
}

.comingsoon3 {
	width: 500px;
	font-size: 12pt;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #4bbafe;
	font-weight: bold;
	color: #039;
	background: #fff url(../img/box_tissue.png) no-repeat right bottom;
}


/* @end */

/* @group --- contbar --- */

.contbar_news {
	width: 720px;
	border-left: 5px solid #d3d57b;
	border-bottom: 1px dotted #555;
	font-size: 12pt;
	color: #555;
	font-weight: bold;
	margin: 0 0 20px;
	padding: 3px 10px;
}

.contbar_bio {
	width: 720px;
	border-left: 5px solid #339933;
	border-bottom: 1px dotted #555;
	font-size: 12pt;
	color: #555;
	font-weight: bold;
	margin: 0 0 20px;
	padding: 3px 10px;
}



/* @end */

/* @group --- フッタ --- */

#footer {
	width: 800px;
	height: 20px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../img/cont_bottom.png);
}

.footer_kadomaru {
	width: 794px;
	height: 17px;
	margin-right: auto;
	margin-left: auto;
	/* 角丸 */
	border-bottom-right-radius: 7px;
	border-bottom-left-radius: 7px;
	/* 装飾 */
	border-bottom: 3px solid #fff;
	border-right: 3px solid #fff;
	border-left: 3px solid #fff;
	background: url(../img/cont_bottom.png) no-repeat center top;
}





/* @end */

/* @group --- box --- */

.box_news {
	border-bottom: 2px dotted #36c;
	margin-top: 15px;
	background: #fff none no-repeat right bottom;
	margin-right: auto;
	margin-left: auto;
	padding: 10px 20px;
	text-align: left;
	width: 480px;
	border-left: 2px solid #36c;
}

.box_news_non {
	border-bottom: 2px dotted #36c;
	margin-top: 15px;
	background: none no-repeat right bottom;
	margin-right: auto;
	margin-left: auto;
	padding: 10px 20px;
	text-align: left;
	width: 480px;
}

.box_news_left {
	float: left;
	width: 500px;
	margin-left: 20px;
}

.box_news_right {
	float: right;
	width: 200px;
	margin-right: 15px;
	margin-top: 20px;
	padding-bottom: 50px;
	font-size: 8pt;
	font-weight: bold;
}

.box_artist {
	width: 500px;
	background-color: #fff;
	border: 1px solid #4bbafe;
	text-align: center;
	margin: 20px auto;
	background: #fff url(../img/box_tissue.png) no-repeat right bottom;
	padding-top: 20px;
	padding-bottom: 20px;
}

.box_artist_all {
	width: 660px;
	border: 1px solid #4bbafe;
	text-align: center;
	margin: 20px auto;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #fff;
}

table.box_artist_all, tr, td {
	padding-top: 5px;
	padding-bottom: 5px;
}

.box_artist_list {
	line-height: 2em;
	font-weight: bold;
	text-align: center;
}

.box_ticket {
	font-size: 9pt;
	width: 650px;
	margin: 10px auto;
	background-color: #fff;
	border: 1px solid #4bbafe;
}

table.box_ticket, tr, td {
	padding: 0;
}

.box_ticket_red {
	font-size: 9pt;
	width: 650px;
	margin: 10px auto;
	background-color: #fff;
	border: 1px solid #f00;
}

.box_about {
	width: 650px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #4bbafe;
	padding: 20px 15px 30px;
	font-size: 10pt;
	background: #fff url(../img/box_tissue.png) no-repeat right bottom;
}

.box_about800 {
	width: 160px;
	margin-left: auto;
	margin-right: 0;
}

.box_code_r {
	float: right;
	font-size: 8pt;
	text-align: center;
}

.bg_style1 {
	background-repeat: no-repeat;
	background-position: 10px top;
	padding-right: 10px;
}


/* @end */

/* @group 追加分 */

.access_bar {
	font-weight: bold;
	font-size: 11pt;
	color: white;
	background-color: #4083de;
	padding-right: 10px;
	padding-left: 10px;
	line-height: 2.5em;
}

.access_box {
	width: 740px;
	margin-right: auto;
	margin-left: auto;
	background-color: white;
	border: 2px solid #fff;
}

.access_table {
	margin: 20px auto;
	border: 1px solid #39f;
	line-height: 2em;
	font-size: 10pt;
	text-indent: 10px;
}

.access_table td {
	line-height: 2em;
}

.notice_bar {
	font-weight: bold;
	font-size: 11pt;
	color: white;
	background-color: #fc7d7b;
	padding-right: 10px;
	padding-left: 10px;
	line-height: 2em;
}

.box_goods {
	width: 650px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #4bbafe;
	font-size: 10pt;
	background: #fff no-repeat right bottom;
	padding: 15px 15px 30px;
}

.goods_bar {
	font-weight: bold;
	font-size: 11pt;
	color: #ff0;
	background-color: #3fa9f5;
	padding-right: 10px;
	padding-left: 10px;
	line-height: 2.5em;
}

.goods_w {
	margin-right: auto;
	margin-left: auto;
	width: 640px;
}

.header_bnr {
	height: 75px;
	width: 250px;
	margin-top: 7px;
	margin-left: 0px;
	position: absolute;
}



/* @end */                    
                    

