@charset "utf-8";
/* CSS Document */
* {
	margin: 0;
	padding: 0;
	border: none;
}

body {
	color: #000000;
	font:13px "ＭＳ Ｐゴシック",Arial,Helvetica,clean,sans-serif,"メイリオ",Meiryo,Osaka;
    *font-size:small;
    *font:x-small;
	background: #000000 url(../images/bg_main.gif) center repeat-y;
	text-align: center;
	letter-spacing: 0.2em;
}

a {
	color: #FF0000;
}

#container {
	width: 880px;
	margin: 0 auto;
	text-align: left;
	background: url(../images/bg_hand.gif) top no-repeat;
}

#header { 
	padding: 10px 10px 20px 20px;
	color: #FFFFFF;
}
#header h1 {
	padding: 10px 0;
	font-size: xx-large;
}
#header a { 
	color: #FFFFFF;
	text-decoration: none;
}
#header .left {
	float: left;
	width: 300px;
}
#header .right {
	float: left;
	margin-top: 20px;
	width: 450px;
	text-align: right;
	line-height: 1.5;
}
#header ul {
	text-align: right;
}
#header li {
	list-style-type: none;
}

#navi {
	text-align: center;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}
#navi img {
	margin: 0 20px;
}

#mainContent {
	/*padding: 0 20px;*/
	width: 650px;
	margin: 30px auto;
	color: #FFFFFF;
	line-height: 1.5;
}
#topimage {
	text-align: center;
}

#title-news {
	margin-top: 30px;
	margin-bottom: 10px;
	padding-bottom: 3px;
	font-size: 121%;
	border-bottom: 1px solid #FFFFFF;
}

ul#newslist {
	list-style-position: inside;
}
ul#newslist li {
	margin-bottom: 10px;
	line-height: 1.5;
}

/*dl#news {
	margin-top: 50px;
	width: 650px;   
}   
dl#news dt {   
	float: left;
	width: 80px;
	padding: 0 10px 0 5px;
	margin-bottom: 10px;
	clear: both;
	font-weight: bold;
	border-left: 3px solid #FFFFFF;
}   
dl#news dd {   
	width: 500px;
	margin-left: 60px;
	padding: 0 10px 0 0;
	margin-bottom: 10px; 
}*/

#counter {
	text-align: right;
	color: #FFFFFF;
}
#counter a {
	color: #FFFFFF;
}
.section {
	width: 650px;
	margin-bottom: 30px;
	border-bottom: 1px solid #FFFFFF;
}
.section h2 {
	font-weight: bold;
	font-size: medium;
}

#pastSchedule {
	width: 650px;
	text-align: right;
}
#pastSchedule ul {
	list-style-type: none;
}
#pastSchedule a {
	color: #CCCCCC;
}

#footer {
	padding: 0 10px;
	border-top: 1px solid #990000;
}
#footer p {
	margin: 0;
	padding: 10px 0;
	color: #990000;
	font-size: x-small;
	text-align: right;
}

.img_left {
	float: left;
	margin-right: 5px;
}

.img_right {
	float: right;
	margin-left: 5px;
}

.red {
	color: #990000;
}

/* SCHEDULE */
#desc_schedule {
	margin-bottom: 30px;
	border: 1px solid #990000;
	padding: 5px;
}

#schedule {
	margin-bottom: 30px;
	clear: both;
}
#schedule h2 {
	font-size: small;
	font-weight: bold;
	border-bottom: 1px solid #FFFFFF;
	margin-bottom: 10px;
}
#schedule h2 img {
	margin-right: 8px;
}

/* GOODS */
#h2_goods {
	font-weight: bold;
	font-size: large;
	border-bottom: 1px solid #FFFFFF;
}
#desc_goods {
	margin-bottom: 30px;
}
#goods img {
	margin-right: 20px;
}

/* DISCO */
#disco {
	width: 100%;
	margin-bottom: 30px;
}
#disco td {
	padding: 6px;
	vertical-align: top;
}
#disco td.desc {
	width: 40%;
}

#h2_disco {
	font-size: 100%;
	border-bottom: 1px solid #FFFFFF;
	margin-bottom: 0;
}
#span_disco {
	font-weight: bold;
	font-size: medium;
	border-bottom: 1px solid #FFFFFF;
}

#disco_section {
	width: 100%;
	margin-bottom: 30px;
}
#disco_section img {
	float: left;
	margin-right: 10px;
}

#va_desc {
	font-weight: bold;
	margin-bottom: 10px;
}

#hr_disco {
	color: #990000;
	width: 100%;
	height: 1px;
	margin: 10px 0;
}

/* LINK */
dl#link {
	width: 650px;   
}   
dl#link dt {   
	float: left;
	width: 20px;
	padding: 0 10px 0 5px;
	margin-bottom: 15px;
	clear: both;
	font-weight: bold;
	border-left: 3px solid #FFFFFF;
}   
dl#link dd {   
	width: 550px;
	margin-left: 60px;
	padding: 0 10px 0 0;
	margin-bottom: 15px; 
}
dl#link a {
	color: #FFFFFF;
	margin-right: 10px;
}

/* TOP */
ul.top {
	list-style-type: none;
}
ul.top li {
	display: inline;
	padding-right: 3.5em;
	padding-left: 0.3em;
	border-left: 5px solid #FFFFFF;
	font-weight: bold;
}
ul.top a {
	color: #FFFFFF;
}

