@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;
}

/* 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 10px;
}

#beta {
	width:254px;
}

#beta-inner {
	padding:0 10px;
}

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

#header {
	border-top: #06C 5px solid;
	padding:10px 0;
}

#header-inner {
	padding-bottom:160px;
}

#home #header-inner {background: url(main-photo4.jpg) no-repeat center bottom;}
#schedule-top #header-inner {background: url(main-photo2.jpg) no-repeat center bottom;}
#results-top #header-inner {background: url(main-photo3.jpg) no-repeat center bottom;}
#researve-top #header-inner {background: url(main-photo.jpg) no-repeat center bottom;}
#outline-top #header-inner {background: url(main-photo5.jpg) no-repeat center bottom;}

#header-name a {
	display:block;
	background:url(header-name.jpg);
	height:65px;
	width:220px;
	float:left;
}

#menu {
	float:right;
	margin-top:10px;
}

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

#menu ul li {
	float:left;
	display:inline;
	border-left:#fff 1px solid;
}

#menu ul li a {
	height:40px;
	width:120px;
	display:block;
}

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

#menu ul li#menu02 a { background:url(menu.jpg) -120px 0px;}
#menu ul li#menu02 a:hover { background:url(menu.jpg) -120px -40px;}

#menu ul li#menu03 a { background:url(menu.jpg) -240px 0px;}
#menu ul li#menu03 a:hover { background:url(menu.jpg) -240px -40px;}

#menu ul li#menu04 a { background:url(menu.jpg) -360px 0px;}
#menu ul li#menu04 a:hover { background:url(menu.jpg) -360px -40px;}

#menu ul li#menu05 a { background:url(menu.jpg) -480px 0px;}
#menu ul li#menu05 a:hover { background:url(menu.jpg) -480px -40px;}

/* Content
---------------------------------------------------*/

#content-inner {
	background:#FFF;
	padding-bottom:40px;
}

#page-title {
	font-size:21px;
	font-weight:bold;
	background: url(page-title.gif);
	padding-left:10px;
	margin:15px 0;
	border-bottom:#777 1px solid;
}

h4 {
	font-size:18px;
	font-weight:bold;
	margin:10px 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: #AAA 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;
}

#results-t table {
	border: 0px;
}

#results-t table th {
	padding:5px;
	border: 0px;
}

#results-t table td {
    border: 0px;
}

/* トップページ
---------------------------------------------------*/

#home #alpha {
	background:url(top-image.jpg) no-repeat center top;
	padding-top:160px;
}

#top-news dl{
	border-bottom:1px dotted #AAA;
	clear:both;
	padding:3px;
	margin-bottom:3px;
}

#top-news dl dt{
	float:left;
	width:100px;
	border-left:#06C 5px solid;
	padding-left:5px;
}

#top-news dl dd{
	margin-left:120px;
}

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

#outline dl{
	border-bottom:1px dotted #AAA;
	clear:both;
	padding:3px;
	margin-bottom:3px;
}

#outline dl dt{
	float:left;
	width:100px;
	border-left: #06C 3px solid;
	padding-left:5px;
}

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

/* 大会日程
---------------------------------------------------*/


/* 申込フォーム
---------------------------------------------------*/

#researve td h3 {
	background-color:#CCC;
	padding:1px;
	font-weight:bold;
}


/* バナースペース
---------------------------------------------------*/

h3.bnr-title {
	padding:1px 3px 1px 3px;
	margin-bottom:5px;
	border-bottom:1px dotted #AAA;
	border-left: #06C 3px solid;
}

ul.bnr {
	margin:0 0 15px 0;
	padding:0;
}

ul.bnr li {
	list-style:none;
	margin:0 0 15px 0;
}

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

#footer {
	background:#EFEFEF;
	border-top:#CCC 1px solid;
}

#footer-content {
	padding:30px 20px 80px;
}

#footer-title {
	font-size:11px;
	font-weight:bold;
	padding-bottom:5px;
	margin-bottom:10px;
	border-bottom:#999 1px dashed;
}

#footer-copy {
	text-align:center;
	font-size:11px;
}