@charset "UTF-8";
/* CSS Document */


/* Reset
------------------------------------------------------------*/

html,body,div,
dl,dt,dd,
form,fieldset,input,textarea,
h1,h2,h3,h4,h5,h6,pre,code,p,blockquote,hr 
{
    margin: 0;
    padding: 0;
	font-size:14px;
	color:#333
}

h1,h2,h3,h4,h5,h6 {
    font-size: 100%;
    font-weight: normal;
}

table {
}

th,td {
	font-size:13px;
	color:#333
}

fieldset,img,abbr,acronym {
    border: 0;
} 

/* strict reset by uncommenting lines below */
address,caption,cite,code,dfn,em,strong,b,u,s,i,th,var {
    /* font-style: normal; */
    /* font-weight: normal; */
}

caption,th {
    text-align: left;
}

q:before,q:after {
    content: '';
}

hr {
    border: 0;
    height: 1px;
}

a img,:link img,:visited img {
    border: none;
}

address {
    font-style: normal;
    display: inline;
}

em {
    font-style: normal;
}


/* Global
------------------------------------------------------------*/
a {
}

a:hover {
}

.clear {
	line-height: 0;
	clear: both;
}

span.alt {
	display: none;
}

/* Layout
------------------------------------------------------------*/

body {
	background: #f5f5f5 url(bg.gif);
}

#container {
	width:100%;
	text-align:center;
}

#container-inner {
	width:920px;
	text-align:left;
	margin:0 auto;
	background:url(container_bg.gif) repeat-y center center;
}

#alpha, #beta, #gamma {
    position: relative;
}
#content {
	margin:0 0 80px 0;
}


#alpha, #beta, #gamma {
    display: inline;
    float: left;
}

#header-inner, #content-inner, #footer-inner,
#alpha-inner, #beta-inner, #gamma-inner {
    position: static;
}

#footer-inner {
}

#alpha-inner, #beta-inner, #gamma-inner {
}


#alpha {
	width:670px;
	left:230px;
}

#beta {
	width:200px;
	left:-660px;
}

/* Header
------------------------------------------------------------*/

#header {
	background:url(header.jpg) no-repeat center center;
	height:325px;
}

#header-inner {
}

#header-name a {
	background:url(header-name.jpg) no-repeat center center;
	height:120px;
	width:500px;
	display:block;
	position: relative;
	left:10px;
	top:15px;
}


/* メニュー
------------------------------------------------------------*/

#menu {
	margin-bottom:20px;
}

#menu h3 {
	background:url(menu.jpg) no-repeat 0px 0px;
	height:40px;
	border-bottom:#999 solid 1px;
	display:block;
}

#menu ul {
	margin:0px;
	padding:0px;
}

#menu ul li {
	display:inline;
	float:left;
}

#menu ul li a {
	display:block;
	height:50px;
	width:200px;
	border-bottom:#999 solid 1px;
}

#menu ul li#menu01 a {background:url(menu.jpg) no-repeat 0px -40px;}
#menu ul li#menu01 a:hover {background:url(menu.jpg) no-repeat -200px -40px;}

#menu ul li#menu02 a {background:url(menu.jpg) no-repeat 0px -90px;}
#menu ul li#menu02 a:hover {background:url(menu.jpg) no-repeat -200px -90px;}

#menu ul li#menu03 a {background:url(menu.jpg) no-repeat 0px -140px;}
#menu ul li#menu03 a:hover {background:url(menu.jpg) no-repeat -200px -140px;}

#menu ul li#menu04 a {background:url(menu.jpg) no-repeat 0px -190px;}
#menu ul li#menu04 a:hover {background:url(menu.jpg) no-repeat -200px -190px;}

#menu ul li#menu05 a {background:url(menu.jpg) no-repeat 0px -240px;}
#menu ul li#menu05 a:hover {background:url(menu.jpg) no-repeat -200px -240px;}

#menu ul li#menu06 a {background:url(menu.jpg) no-repeat 0px -290px;}
#menu ul li#menu06 a:hover {background:url(menu.jpg) no-repeat -200px -290px;}


/* Footer
------------------------------------------------------------*/

#footer {
	padding-top:40px;
	background-color:#C8E000;
	margin:0 10px;
}

#footer-inner {
}

p#copy {
	font-size:11px;
	text-align:center;
	font-weight:bold;
	padding:10px;
}

/* Contents
------------------------------------------------------------*/

.content-title {
	background-color:#EDEDED;
	border-bottom:1px solid #999;
	margin-bottom:15px;
	font-weight: bold;
	font-size:14px;
	padding: 6px 4px 4px 6px;
	width:100%;
}

.contet-body {
	margin-bottom:20px;
	padding:10px;
}

/* Topics
------------------------------------------------------------*/

#topics dl {
	border-bottom:#CCC dashed 1px;
	margin-bottom:5px;
	padding-bottom:5px;
}

#topics dl dt {
	background:url(topics-list.jpg) no-repeat 0px 2px;
	padding-left:15px;
	margin-bottom:5px;
	float:left;
	width:70px;
}

#topics dl dd {
	margin-left:90px;
}

/* Table
------------------------------------------------------------*/

table.table-outer {
	width:100%;
	background-color:#999;
	margin-bottom:20px;
}

table.table-outer caption {
	font-weight:bold;
	color:#333;
	font-size:13px;
}

table.table-inner {
	width:100%;
}

table.table-inner th {
	background-color:#CCC;
	padding:3px;
	text-align:center;
	font-size:13px;
	font-weight:bold;
}

table.table-inner td {
	background-color:#FFF;
	padding:3px;
	font-size:12px;
}

table.table-inner td.yosen-final {
	background:#EEE;
}

table.table-inner td.entry-fee {
	text-align:center;
}

/*　予選概要 */

p.yosen-gaiyou{
	font-size:12px;
	padding:5px 10px;
}

/* Banner
------------------------------------------------------------*/

ul#bnr {
	padding:0;
	margin:0;
}

ul#bnr li {
	list-style:none;
	margin-bottom:10px;
}

ul#bnr li img {
	
}

/* 大会概要
------------------------------------------------------------*/

#outline {
}

#outline dl {
	clear:left;
	padding:5px;
	border-bottom:#999 dotted 1px;
}

#outline dl dt {
	float:left;
	width:80px;
	border-left: #CCC solid 5px;
	padding-left:3px;
}

#outline dl dd {
	margin-left:100px;
}

#outline dl dd ol li {
	margin-bottom:5px;
}

/* 決勝大会出場チーム
------------------------------------------------------------*/

#final-teams td {
	width:50%;
	border-bottom:#CCC dashed 1px;
	padding:10px 10px 20px 10px;
}

.teams-lt {
	border-right:#CCC dashed 1px;
}

#final-teams td .teams-inner {
	padding:0 20px;
}

.teams-inner .champ {
	font-weight:bold;
	color:#F00;
}

.teams-inner p {
	font-size:12px;
}

/* 大会結果
------------------------------------------------------------*/

#results h3 {
	font-size:15px;
	font-weight:bold;
	margin-bottom:10px;
}

#results img {
	float:left;
}

.results-content {
	padding-top:50px;
	line-height:200%;
	margin-bottom:30px;
}

#results .champ {
	font-weight:bold;
	color:#F00;
}

.results-link a {
	font-size:12px;
	background:url(link-icon.gif) no-repeat right center;
	padding-right:15px;
	width:50px;
}

#results .results-link {
	float:right;
}

/* フォトギャラリー
------------------------------------------------------------*/

#photo {
}

#photo h3 {
	font-size:15px;
	font-weight:bold;
	margin-bottom:10px;
}

#photo ul {
	margin:0;
	padding:0;
}

#photo ul li {
	display:inline;
	float:left;
	width:120px;
	margin:5px;
}

#photo ul li a {
	display:block;
	padding:5px 5px 10px 5px;
}

#photo ul li a:hover {
	background-color:#e5e5e5;
}

#photo ul li img {
}