@charset "UTF-8";
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin:0;
	padding:0;
}

body {
height: 100%;
font-size: 12px;
text-align: left;
font-family: Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
color: #000000;
}

a{text-decoration: none; }
a:hover{color:#ff0000; text-decoration: underline;}

/*テーブル */
table.tournament_year{
    border-top:1px solid #000099;
    border-left:1px solid #000099;
    border-collapse:collapse;
    border-spacing:0;
    background-color:##e0ffff;
    empty-cells:show;
	font-size:12px;
}
.tournament_year th{
    border-right:1px solid #000099;
    border-bottom:1px solid #000099;
    color:#330000;
    background-position:left top;
	background-color:#e0ffff;
	text-align:center;
}
.tournament_year td{
    border-right:1px solid #000099;
    border-bottom:1px solid #000099;
}

 /*テキスト両端揃え */ 
td#just
  { text-align : justify ;text-justify : inter-ideograph ; line-height : 1.5 ;}
 /*ここまで */

/*テーブル */
table.setting{
    border-top:1px solid #000099;
    border-left:1px solid #000099;
    border-collapse:collapse;
    border-spacing:0;
    background-color:##e0ffff;
    empty-cells:show;
}
.setting th{
    border-right:1px solid #000099;
    border-bottom:1px solid #000099;
    color:#330000;
    background-position:left top;
	background-color:#e0ffff;
	text-align:center;
}
.setting td{
	font-size:14px;
    border-right:1px solid #000099;
    border-bottom:1px solid #000099;
}

/*テーブル */
table.courselist{
    border-top:1px solid #000099;
    border-left:1px solid #000099;
    border-collapse:collapse;
    border-spacing:0;
    background-color:##e0ffff;
    empty-cells:show;
	font-size:12px;
}
.courselist th{
    border-right:1px solid #000099;
    border-bottom:1px solid #000099;
    color:#330000;
    background-position:left top;
	background-color:#e0ffff;
	text-align:center;
}
.courselist td{
    border-right:1px solid #000099;
    border-bottom:1px solid #000099;
}

ul#news { 
			list-style-type: none; 
			font-size:12px;
		}


#navigation {
	width: 800px;
	display: block;
}

#nav {
	margin: 0;
	padding: 7px 0 0 0;
	background:#333399;
	line-height: 100%;
	width: 850px;
}
#nav li {
	margin: 0 5px;
	padding: 0 0 8px 0;
	float: left;
	position: relative;
	list-style: none;
}

/*-------------------------- 
	Main Level Link
 ---------------------------*/
#nav a {
	font-weight: bold;
	color:#FFFFFF;
	text-decoration: none;
	display: block;
	padding:  1px 20px;
	margin: 0;	
}
#nav a:hover {
	color: #FFFFFF;
}

/*-------------------------- 
	Main Level Link Hover
 ---------------------------*/
#nav .current a, #nav li:hover > a {
	/*background: #666 url(images/Gray_Gradient.jpg) repeat 0 -40px;
	color: #444444;
	border-top: solid 1px #F8F8F8;
	*/
}

/*-------------------------- 
	Sub Levels Link Hover 
-------------------------- */
#nav ul li:hover a, #nav li:hover li a {
	background: none;
	border: none;
	color:#333333;

}
#nav ul a:hover {
	background: #333399 url(img/w_to_b_small.png) repeat-x 0 -1000px !important;
	color:#FFFFFF !important;

}

/*-------------------------- 
	Dropdown 
--------------------------*/
#nav li:hover > ul,  #nav li:hover li a {
	display: block;
}

/*-------------------------- 
	Level 2 List 
--------------------------*/
#nav ul {
	display: none;
	width: 145px;
	position: absolute;
	top:26px;
	left:0;
	/*background: #ddd url(img/gradient.png) repeat-x 0 0;*/
	background:#FFFFFF;
	border: solid 1px #b4b4b4;
}
#nav ul li {
	float: none;
	margin:0;
	padding:0;
}

#nav ul a {
	font-weight: normal;
	padding: 5px 5px;
}

/*-------------------------- 
	Level 3+ List 
--------------------------*/
#nav ul ul {
	left:125px;
	top:3px;
}

/*-------------------------- 
	Clearfix 
--------------------------*/
#nav:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
#nav {
	display: inline-block;
} 
html[xmlns] #nav {
	display: block;
}
 
* html #nav {
	height:1%;
}
