@charset   "UTF-8";


/* サイトのベース */
* {
	margin:0; padding:0;
	line-height:1.5;
	color: #333333;
}
body {		
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	background-color: #ffffff;
	background-image: url(../img/cyclone/bg_img.jpg);
	background-repeat: repeat-x;
	text-align: center;
}

a {color: #0000ff;}
a:hover {color: #ff0000;}
img {border:0;}

/* 全体 */

#pagebody {				
	width: 900px;
	margin:0 auto;
	text-align: left;
	border-right: 2px solid #333333;
	border-left: 2px solid #333333;
	background-color: #ffffff;
	background-image: url(../img/cyclone/back.jpg);
	background-repeat: repeat;
}

/* ヘッダー */

#header {						
	width: 100%;
	height: 210px;
}

h1#header_0 {
	margin: 0;
	padding: 0;
	width: 503px;
	float: left;
}			/* ロゴ */



#header_1 {
	width: 397px;
	float: right;
}			/* タイトル右部分 */

#login {
	margin-top: 3px;
	margin-right: 5px;
	margin-left: auto;
	width: 250px;
	border: 2px solid #666666;
	background-color: #ffffff;
	table-layout: auto;
}			/* ログイン部分 */

#login td {
	text-align: center;
	font-size: 120%;
	font-weight: bold;
	color: #0000cc;
	text-decoration: underline;
}			/* ログイン部分の中身 */


#header_cap {
	margin: 10px 10px 0px 0px;
	padding: 5px;
	font-size: 80%;
	color: #660000;
	line-height: 130%;
	font-weight: bold;
	background-color: #ffffff;
	border: 0px solid #000000;
}			/* サイクロンの説明文 */

#header_cap img{
	width: 100%;
}

#cap_right {
	float: right;
	width: 33%;
}

.red {
	color: #ff0000;
}


#link {
	margin-top: 3px;
	margin-right: 5px;
	margin-left: auto;
	table-layout: fixed;
}

#link img {
}

/* ===================index====================== */
/* リンクバナー */
#table_navi {
	clear: both;
	width: 100%;
	table-layout: fixed;
}
#table_navi td {
	height: 50px;
	text-align: center;
	font-size: 200%;
}
#table_navi a {
	display: block;
}
#table_navi img {
	width: 100%;
}

/* カレンダー */
#calendar {
	width: 99%;
	table-layout: fixed;
	border: 3px solid #0000ff;
	margin: 0 auto 5px;
	background-color: #ffffff;
	border-collapse: separate;
}

#calendar_head {  
	color: #400000;
	background-image: url(../img/cyclone/calendar_head.jpg);
	height: 58px;
	background-repeat: no-repeat;
}
#calendar_head img {
}

#calendar_head span {
	position: relative;
	left: 530px;
	top: 0px;
}

#calendar_week {
	text-align: center;
}
#calendar_week td {
	border: 1px solid #000000;
	background-color: #666666;
	color: #ffffff;
	font-size: 150%;
	font-weight: bold;
}

#calendar_week td.sunday {
	background-color: #ff0000;
}
#calendar_week td.saturday {
	background-color: #0000ff;
}

.calendar_day{
	height: 70px;
}
.calendar_day td{
	text-align: right;
	vertical-align: top;
	padding-right: 3px;
	empty-cells: show;
	border: 1px solid #000000;
	font-size: 150%;
	font-weight: bold;
}
.calendar_day td.sunday {
	color: #ff0000;
}
.calendar_day td.saturday {
	color: #0000ff;
}
#calendar td {
}


#link00 {
	margin: 10px 5px 50px auto;
	width: 170px;
	clear: both;
}

/* ＝＝＝＝＝＝＝＝＝halllist_now＝＝＝＝＝＝＝＝＝ */
/* 開催ホールリスト */
#halllist_body {
	clear: both;
	width: 100%;
	background-color: #eeeeee;
	padding-bottom: 10px;
}


#halllist_body h2 {
	margin-bottom: 10px;
	font-size: 200%;
	color: #400000;
	background-color: #ffffff;
	text-align: center;
}

#halllist {
	margin: 0px auto 50px;
	width: 886px;
}

.day {
	font-size: 300%;
	font-weight: bolder;
	padding-left: 15px;
	color: #ff0000;
	margin-bottom: 2px;
	line-height: 100%;
}			/* 開催日 */

.week {
	font-size: 50%;
	color: #ff0000;
}


/* 各ホールの囲み */
.list {
	border: 3px inset #ff0000;
	margin-bottom: 2px;
	background-color: #ffffff;
	width: 880px;
}

.hall_img{
	width: 120px;
	float: left;
}			/* ホール写真 */
.hall_img img{
	width: 100%;
}			/* ホール写真 */

.list01 {
	width: 415px;
	float: left;
}			/* ホール名と意気込み */

.hall_name {
	background-image: url(../img/cyclone/hall_head.gif);
	background-repeat: no-repeat;
	color: #ffff00;
	font-size: 150%;
	font-weight: bold;
	letter-spacing: -1px;
	text-align: center;
	padding-top: 3px;
}			/* 開催ホール名 */

.hall_catch {
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
	margin-bottom: 5px;
}
.copy01 {
	font-size: 100%;
	font-weight: bold;
	color: #ff0000;
}
.copy_img {
	width: 60px;
}


.copy02 {
	font-size: 80%;
	line-height: 120%;
	padding-bottom: 5px;
}

.recommend0 {
	font-size: 80%;
	color: #ff0000;
	line-height: 100%;
	text-align: center;
	border: 1px solid #999999;
	background-color: #eeeeee;
}
.recommend1 {
	font-weight: bold;
	border: 1px solid #999999;
	padding: 5px;
}


.list02 {
	width: 340px;
	float: right;
}
.hall_data {
	border: 1px solid #000000;
	border-collapse: collapse;
	margin:5px 3px 5px 0px;
	width:337px;
	table-layout: fixed;
}
.hall_data th,.hall_data td {
	border: 1px solid #000000;
	line-height: 100%;
	padding: 3px;
}
.hall_data th {
	width: 60px;
	font-size: 70%;
	text-align: center;
	background-color: #ffbc9b;
}
.hall_data td {
	font-size: 80%;
}

.list_clear {
	clear: both;
}

.link01 {
	text-align: right;
	margin-bottom: 5px;
}



/* ＝＝＝＝＝＝＝＝＝ download ＝＝＝＝＝＝＝＝＝ */

#header_hall {
	margin: 50px 10px 0px 0px;
	padding: 5px;
	font-size: 100%;
	color: #660000;
	line-height: 140%;
	background-color: #ffffff;
	border: 1px solid #000000;
}			/* サイクロンの説明文 */

#header_hall img{
	width: 100%;
	margin-bottom: 10px;
}

#header_hall h2 {
	font-size: 120%;
	color: #ff0000;
	font-weight: bold;
}

#download_body {
	background-color: #ffffff;
	border-top: 1px solid #777777;
	padding-bottom: 10px;
}

/* ダウンロード素材表示エリア */
#download {
	margin: 30px 50px 100px 50px;
	background-color: #ffffff;
}

#download h3 {
	font-size: 150%;
	color: #7777ff;
	margin-bottom: 20px;
}			/* 見出しの指定 */

#download table {
	width: 100%;
	table-layout: fixed;
}			/* 素材表示のレイアウト */

#sozai_0 img {
	width: 150px;
	margin: 0;
	margin-bottom: 10px;
}			/* ポスター画像 */

#sozai_1 img {
	height: 107px;
}
img#left {
	margin: 0;
}
img#right {
	margin-left: 20px;
	margin-bottom: 10px;
}			/* 札の画像 */

#sozai_2 img {
	width: 150px;
	vertical-align: middle;
}			/* ロゴ画像 */


.sozai_name {  
	font-size: 130%;
	font-weight: bold;
	color: #ff0000;
	margin-bottom: 10px;
	text-decoration: underline;
}

#return {
	clear: both;
	margin-left: 20px;
}


/* ＝＝＝＝＝＝＝＝＝ best cyclone ＝＝＝＝＝＝＝＝＝ */
#best_left {
	float: left;
	width: 65%;
}
#best_right {
	float: right;
	width: 35%;
}

#best_left00 {
	margin: 20px 5px 50px 20px;
}
#best_left00 h3 {
	font-size: 130%;
	padding: 1px;
	border: 1px solid #aaaaaa;
}
#best_left00 h3 span {
	background-image: url(../img/cyclone/best_cyclone.gif);
	background-repeat: repeat;
	padding-left: 7px;
	border-left: 6px solid #000000;
	color: #800000;
	display: block;
}


#best_left00 p {
	font-size: 95%;
	line-height: 120%;
}

#br00 {
	width: 90%;
	margin: 20px auto;
	border: 1px solid #666666;
	background-color: #ffffff;
}

#ninteisyo {
	width: 90%;
	margin: 20px auto 50px;
	border: 2px solid #000099;
	background-color: #eeeeee;
}

#br00 table{
	width: 95%;
	margin: 10px auto;
	border: 1px solid #000000;
	font-size: 100%;
	border-collapse: collapse;
}
#br00 th,#br00 td{
	border: 1px solid #000000;
	padding: 3px;
	line-height: 100%;
}
#br00 th{
	text-align: center;
	background-color: #666666;
	color: #ffffff;
}
th#pthead{
	background-color: #0000ff;
}
#br00 td{
	text-align: right;
	font-size: 150%;
	color: #ff0000;
}

#br00 h4{
	margin-left: 10px;
	color: #0000ff;
}

#br00 ul{
	margin: 5px 10px;
	list-style: none;
}
#br00 li{
	line-height: 100%;
	font-size: 80%;
	margin-bottom: 5px;
}

#ninteisyo h4{
	margin-top: 3px;
	text-align: center;
	font-size: 170%;
	color: #cc0000;
	font-weight: bold;
	text-decoration: underline;
}
#ninteisyo_img{
	width: 75%;
	margin: 10px auto;
}
#ninteisyo_img img{
	width:100%;
}
#ninteisyo p {
	padding: 5px 10px;
	font-size: 100%;
}

#pastlist {
	margin-left: 30px;
	list-style: none;
}

/* ＝＝＝＝＝＝＝＝＝ halllist_past ＝＝＝＝＝＝＝＝＝ */
#past_left {
	float: left;
	width: 60%;
}
#past_right {
	float: right;
	width: 40%;
}

#past_left00 {
	margin: 20px 5px 70px 70px;
}

.pref {
	font-size: 160%;
	text-decoration: underline;
	color: #ff0000;
	font-weight: bold;
}

.city {
	margin-left: 1em;
	font-size: 120%;
	font-weight: bold;
}

#past_left00 ul {
	margin-left: 3em;
	margin-bottom: 10px;
	list-style-type: none;
}
#past_left00 li {
	font-size: 100%;
}





#now_list {
	width: 80%;
	margin: 20px auto 50px;
	border: 2px inset #000099;
	background-color: #ffffdd;
}
#now_list h4{
	margin-top: 3px;
	text-align: center;
	font-size: 170%;
	color: #cc0000;
	font-weight: bold;
	text-decoration: underline;
}

.now_day {
	margin-left: 2em;
	font-weight: bold;
}

#now_list ul {
	margin-left: 2.5em;
	list-style-type: none;
	margin-bottom: 10px;
}

#now_list li {
	font-size: 90%;
}

/* ＝＝＝＝＝＝＝＝＝samai＝＝＝＝＝＝＝＝＝ */
.samai h3{
	font-size: 140%;
	text-decoration: underline;
	margin: 30px 20px;
}

.samai h4{
	font-size: 110%;
	margin-left: 1em;
}

.samai table{
	width: 100%;
	table-layout: fixed;
	border: 2px solid #000000;
	border-collapse: collapse;
	margin-bottom: 20px;
	background-color: #ffffff;
}

.samai td {
	border: 1px solid #000000;
	padding: 5px;
	vertical-align: bottom;
	line-height: 110%;
}

.samai td.td0 {
	width: 8%;
	text-align: center;
	color: #0000ff;
	background-color: #ffffd2;
	border-right-width: 1.5px;
}

.tr0 td {
	text-align: center;
	font-weight: bold;
	background-color: #ffffd2;
}

td.td2 {
	text-align: right;
	color: #ff0000;
	font-weight: bold;
}






/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* フッター */
#footer-navi {
  		
	width: 100%;
	height: 40px;
	clear: both;
	border-top-width: 1px;
	border-top-style: ridge;
	border-top-color: #bcbcbc;
	background-color: #dbdbdb;
}	

#footer-navi ul {  
	padding: 0px;
	margin-top: 10px;
	margin-left: 10px;
}
#footer-navi li {  
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #333333;
	list-style-type: none;
}
#footer-navi a {  
	padding: 2px;
	font-size: 12px;
}



#copyright {
  		
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 0px;
	background-color: #666666;
	text-align: right;
	font-size: 12px;
	color: #ffffff;
	line-height: 120%;
}
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
