@charset "UTF-8";
/* CSS Document */

/* Reset
------------------------------------------------------------*/

html,body,div,
dl,dt,dd,li,
form,fieldset,input,textarea,
h1,h2,h3,h4,h5,h6,pre,code,p,blockquote,hr 
{
	margin: 0;
	padding: 0;
	color:#333;
	font-size:13px;
	font-family:"ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	line-height:165%;
}

h1,h2,h3,h4,h5,h6 {
    font-size: 100%;
    font-weight: normal;
}

table {
}

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;
}

hr {
    border: 0;
    height: 1px;
}

a img,:link img,:visited img {
    border: none;
}

address {
    font-style: normal;
    display: inline;
}

em {
    font-style: normal;
}

/* Global
---------------------------------------------------*/

span.alt {
	display:none;
}

.clear {
	line-height: 0;
	clear: both;
	margin:0;
	font-size:0;
}

body {
	background:#000;
}

/* Layout
---------------------------------------------------*/

#header,#footer,#content {
	text-align:center;
	width:100%;
}

#header-inner,#footer-inner,#content-inner {
	width:900px;
	margin:0 auto;
	text-align:left;
}

#alpha, #beta {
    display: inline;
    float: left;
	position:relative;
}

#header-inner, #footer-inner,
#alpha-inner, #beta-innerr {
    position: static;
	overflow:hidden;
}

#alpha {
	width:646px;
}

#alpha-inner {
	padding:0 23px;
}

#beta {
	width:254px;
}

#beta-inner {
	padding:0 10px;
}

/* Header
---------------------------------------------------*/

#header-inner {
	background:url(header.jpg) center top;
}

#header-name a {
	display:block;
	background:url(header-name.jpg);
	height:160px;
	width:220px;
	position:relative;
	left:10px;
	float:left;
}

#header-lead {
	font-size:12px;
	text-align:right;
	color:#FFF;
	height:26px;
}

#menu {
	position:relative;
	left:30px;
}

#menu ul {
	margin:0;
	padding:0;
}

#menu ul li {
	float:left;
	display:inline;
	border-left:#fff 1px solid;
}

#menu ul li a {
	height:100px;
	width:118px;
	display:block;
}

#menu ul li#menu01 a { background:url(menu.jpg) -3px 0px;}
#menu ul li#menu01 a:hover { background:url(menu.jpg) -3px -100px;}

#menu ul li#menu02 a { background:url(menu.jpg) -123px 0px;}
#menu ul li#menu02 a:hover { background:url(menu.jpg) -123px -100px;}

#menu ul li#menu03 a { background:url(menu.jpg) -243px 0px;}
#menu ul li#menu03 a:hover { background:url(menu.jpg) -243px -100px;}

#menu ul li#menu04 a { background:url(menu.jpg) -363px 0px;border-right:#fff 1px solid;}
#menu ul li#menu04 a:hover { background:url(menu.jpg) -363px -100px;}

/* Content
---------------------------------------------------*/

#content-inner {
	background:#FFF;
	padding-bottom:40px;
}

#page-title {
	font-size:21px;
	font-weight:bold;
	margin:15px 0;
}

span.hoshi {
	color:#F00;
}

/* テーブル
---------------------------------------------------*/

table {
	width:100%;
	margin-bottom:15px;
	border: 1px #AAA solid;
    border-collapse: collapse;
    border-spacing: 0;
}

table th {
	padding:5px;
	border: #ccc solid;
	border-width: 0 0 1px 1px;
	background-color:#EFEFEF;
	font-weight: bold;
}

table td {
	padding:10px;
    border: 1px #AAA solid;
    border-width: 0 0 1px 1px;
}

/* トップページ
---------------------------------------------------*/

#top-image {
	background:url(top-image.jpg) no-repeat center top;
	width:100%;
	height:200px;
	margin-bottom:15px;
}

#top-news dl{
	border-bottom:1px dashed #AAA;
	clear:both;
	padding:3px;
	margin-bottom:3px;
}

#top-news dl dt{
	float:left;
	width:100px;
	border-left:#F60 3px solid;
	padding-left:5px;
}

#top-news dl dd{
	margin-left:120px;
}

/* 大会概要
---------------------------------------------------*/

#outline dl{
	border-bottom:1px dashed #AAA;
	clear:both;
	padding:3px;
	margin-bottom:3px;
}

#outline dl dt{
	float:left;
	width:100px;
	border-left: #F60 3px solid;
	padding-left:5px;
}

#outline dl dd{
	margin-left:120px;
}

/* 大会日程
---------------------------------------------------*/

#schedule {
	background:url(schedule-top.gif) no-repeat center top;
	padding-top:75px;
	width:100%;
}

.schedule-y{
	border:#AAA 1px solid;
	float:left;
	height:260px;
	width:180px;
	margin:9px;
}

#results .schedule-y{
	border:#AAA 1px solid;
	float:left;
	height:300px;
	width:180px;
	margin:9px;
}

#y1 {background:url(y1.gif) no-repeat;}
#y2 {background:url(y2.gif) no-repeat;}
#y3 {background:url(y3.gif) no-repeat;}
#y4 {background:url(y4.gif) no-repeat;}
#y5 {background:url(y5.gif) no-repeat;}
#y6 {background:url(y6.gif) no-repeat;}
#y7 {background:url(y7.gif) no-repeat;}
#y8 {background:url(y8.gif) no-repeat;}
#y9 {background:url(y9.gif) no-repeat;}

.y-inner {
	padding: 40px 5px 5px;
}

.log-outer {
	text-align:center;
	margin-bottom:10px;
	height:100px;
}

#y1 .log-outer img { margin-top:25px;}
#y2 .log-outer img { margin-top:35px;}
#y3 .log-outer img { margin-top:30px;}
#y4 .log-outer img { margin-top:25px;}
#y5 .log-outer img { margin-top:28px;}
#y6 .log-outer img { margin-top:30px;}
#y8 .log-outer img { margin-top:25px;}

#results #y1 .log-outer img ,
#results #y2 .log-outer img ,
#results #y3 .log-outer img ,
#results #y4 .log-outer img ,
#results #y5 .log-outer img ,
#results #y6 .log-outer img ,
#results #y8 .log-outer img { margin-top:0px;}

.y-inner ul {
	padding:0;
	margin:0;
}

.y-inner ul li {
	list-style:none;
}

.y-inner ul li.y-date {
	font-size:12px;
	font-weight:bold;
	color:#900;
	background:#EEE;
	padding:3px;
	text-align:center;
}

.y-inner ul li.y-name,.y-inner ul li.y-tel {
	border-bottom:#999 1px dashed;
	padding:3px;
}

/* 申込フォーム
---------------------------------------------------*/

#researve {
	background:#FFF;
}


/* バナースペース
---------------------------------------------------*/

h3#bnr-title {
	background-color:#444;
	color:#FFF;
	font-weight:bold;
	padding:3px;
}

ul#bnr {
	background:#EFEFEF;
	padding:5px;
	margin:0 0 15px 0;
}

ul#bnr li {
	background:#FFF;
	padding:20px 0;
	width:224px;
	list-style:none;
	text-align:center;
	border-bottom:#999 1px dotted;
}

/* Footer
---------------------------------------------------*/

#footer-inner {
	background:#EFEFEF;
	border-top:#CCC 1px solid;
}

#footer-content {
	padding:20px 20px 40px;
}

#footer-title {
	font-size:11px;
	font-weight:bold;
	padding-bottom:5px;
	margin-bottom:10px;
	border-bottom:#999 1px dashed;
}

#footer ul {
	margin:0;
	padding:0;
	float:left;
	width:171px;
	border-left:#AAA 1px solid;
}

#footer ul li {
	list-style:none;
	padding:5px 0 5px 5px;
	font-size:10px;
}

#footer ul li a {
	color:#444;
	text-decoration:none;
}

#footer ul li a:hover {
	color:#000;
	text-decoration:underline;
}

#footer-copy {
	text-align:center;
	margin-top:30px;
	font-size:11px;
}

#footer-copy img {
	margin-top:10px;
}
