/*--------------------全体--------------------*/
* {
	margin: 0;
	padding: 0;
	}

body {
	margin: 0;
	font-size: 12px;
	font-family: 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','ＭＳ Ｐゴシック', sans-serif;
	color: #333;
	line-height: 150%;
	background: #FFF;
	background-image: url(img/bg09.gif);
	text-align : center;
	}
table {
	font-size: 12px;
	}
img {
	border: none;
	}

li {
	list-style-position: outside;
	}

strong {
	color: #000;
	}

p {
	margin: 0;
	}

h1,h2,h3,th {
	font-weight: normal;
	}

.clear {
	line-height: 0;
	clear: both;
	}
span.alt {
	display: none;
	}
/*--------------------リンク--------------------*/
a {
	color: #FF0000;
}
a:hover {
	color: #FF3366;
}
/*--------------------ヘッダー--------------------*/
.header {
	width: 742px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFFFFF;
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}
.header h1 {
	margin: 0px;
}
.header h1 a {
	background: url(img/title09.gif) no-repeat center center;
	height: 160px;
	width: 740px;
	display: block;
}
/*--------------------メインメニュー--------------------*/
.mainmenu {
}
.mainmenu ul {
	padding: 0px;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
}
.mainmenu li {
	float: left;
	margin : 0px;
	display:inline;
}
.mainmenu li a {	
	height:30px;
	display:block;
	overflow:hidden;
}
	/*----------link------------*/
	.mainmenu li.home a { background:url(img/main_menu.gif) no-repeat 0px 0px;width:151px;}
	.mainmenu li.outline a { background:url(img/main_menu.gif) no-repeat -151px 0px;width:144px;}
	.mainmenu li.final a { background:url(img/main_menu.gif) no-repeat -295px 0px;width:144px;}
	.mainmenu li.preliminary a { background:url(img/main_menu.gif) no-repeat -439px 0px;width:144px;}
	.mainmenu li.results a { background:url(img/main_menu.gif) no-repeat -584px 0px;width:157px;}
	/*----------hover------------*/
	.mainmenu li.home a:hover { background:url(img/main_menu.gif) no-repeat 0px -41px;}
	.mainmenu li.outline a:hover { background:url(img/main_menu.gif) no-repeat -151px -41px;}
	.mainmenu li.final a:hover { background:url(img/main_menu.gif) no-repeat -295px -41px;}
	.mainmenu li.preliminary a:hover { background:url(img/main_menu.gif) no-repeat -439px -41px;}
	.mainmenu li.results a:hover { background:url(img/main_menu.gif) no-repeat -584px -41px;}
/*--------------------コンテンツ--------------------*/
.content {
	width: 742px;
	margin: 0px auto;
	background-color: #FFFFFF;
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	padding: 20px 0;
	text-align : left;
}
.content-inner {
	margin-right: 20px;
	margin-left: 20px;
}
.content-pass {
	font-size: 10px;
	margin-bottom: 15px;

}
.content h3 {
	font-weight: bold;
	padding-top: 3px;
	padding-left: 3px;
	border-bottom: 1px solid #000000;
	margin-bottom: 10px;
}
/*--------------------左カラム--------------------*/
.left-colum {
	float: left;
	width: 180px;
	margin-left: 10px;
}
.left-colum h2 {
	font-size: 14px;
	font-weight: bold;
	color: #993300;
	background-image: url(img/left_top.gif);
	background-repeat: no-repeat;
	width: 180px;
	padding-left: 7px;
	padding-top: 5px;
	margin: 0px;
	padding-bottom: 2px;
}
.left-colum ul {
	background-image: url(img/left_center.gif);
	background-repeat: repeat-y;
	margin: 0px;
	padding: 10px 0px 0px;
}
.left-colum li {
	margin: 0px;
	list-style-type: none;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
}
.left-colum li a {
	font-size: 12px;
	color: #993300;
	background-image: url(img/list.gif);
	background-repeat: no-repeat;
	padding-left: 15px;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CC9933;
	display: block;
	padding-bottom: 5px;
	background-position: 0px 1px;
}
.left-colum li a:hover {
	background-image: url(img/list.gif);
	color: #FF0033;
	background-position: 0px -24px;
}
.left-colum .bottom {
	background-image: url(img/left_bottom.gif);
	margin: 0px 0px 15px;
	list-style-type: none;
	background-position: left bottom;
	height: 10px;
	width: 180px;
}
/*--------------------右カラム--------------------*/
.right-colum {
	width: 500px;
	position: relative;
	margin-left: 220px;
}
.final-arena a {
	background-image: url(img/final.jpg);
	background-repeat: no-repeat;
	height: 135px;
	width: 500px;
	margin-bottom: 15px;
	text-indent: -9000px;
	display: block;
}
.padding td {
	padding: 5px;
}
.news {
}
.news ul {
}
.news li {
	font-size: 13px;
	color: #333333;
	margin-bottom: 10px;
	background: url(img/list-icon.gif) no-repeat left top;
	padding-left: 16px;
	list-style-type: none;
}
/*--------------------フッター--------------------*/
.footer {
	width: 742px;
	margin: 0px auto;
	background-color: #FFFFFF;
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	padding-top: 20px;
	padding-bottom: 50px;
	text-align : left;
}
.jfn {
	float: left;
	margin-right: 20px;
	margin-left: 20px;
}
.jfn a {
	background-image: url(img/jfn.gif);
	background-repeat: no-repeat;
	display: block;
	height: 50px;
	width: 70px;
}
.jfnwhat {
	margin-left: 20px;
}
.copy {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-top: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
/*--------------------アリーナフォトギャラリー--------------------*/

#arena-photo-title{
	background-image: url(img/arena_photo_title.jpg);
	background-repeat: no-repeat;
	height: 120px;
	width: 500px;
	margin-bottom: 15px;
	text-indent: -9000px;
}

#arena-photo {
}

#arena-photo ul {
	margin: 0px;
	padding: 0px;
}

#arena-photo li {
	text-align: center;
	display: inline;
	float: left;
	border-color:#dddddd #aaaaaa #aaaaaa #dddddd;
	border-width:1px;
	border-style:solid;
	list-style-type: none;
	margin-bottom: 15px;
	margin-right: 2px;
	margin-left: 1px;
}

#arena-photo li .photoback {
}

#arena-photo li img {
	border: 1px solid #FFFFFF;
	height: 73px;
	width: 110px;
	margin: 0px;
}

#arena-photo li a:hover img {
	border: 1px solid #666666;
}

#arena-photo li .photoback a {
	padding:4px;
	display: block;
	background-color:#ffffff;
}

#arena-photo li .photoback a:hover {
	background-color: #CCFFCC;
}

#photo-outer {
	text-align: center;
	border-color:#dddddd #aaaaaa #aaaaaa #dddddd;
	border-width:1px;
	border-style:solid;
	padding: 10px;
	margin-bottom: 15px;
}
#photo-inner img {
	border-color:#333333;
	border-width:15px;
	border-style:solid;
}
