* {
	margin: 0;
	padding: 0;
}

.left {
	text-align: left;
	display: inline;
}

.right {
	text-align: right;
	float: right;
}

.textleft {
	text-align: left;
}

.textright {
	text-align: right;
}

.spacer {
	height: 0px;
	width: 100%;
	display: block;
}

.white {
	color: #FFFFFF;
}

body{
  font-family : "\30D2\30E9\30AE\30CE\20Pro\20W3","Osaka","Verdana","Helvetica","Arial","\FF2D\FF33\20\FF30\30B4\30B7\30C3\30AF",sans-serif;
	background-color: #F9F9F9;
	line-height: 130%;
	font-size: 85%;
}

h1 {
	font-size: 130%;
}

h2 {
	font-size: 120%;
}

h3 {
	font-size: 110%;
}

h4 {
	font-size: 105%;
}

a.white {
	color: #DDDDFF;
	text-decoration: underline;
}

div#container {
	width: 765px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	background-color: #FFFFFF;
	background-image: url(image/edge.png);
	background-repeat: repeat-y;
	background-position: right;
	padding-top: 0px;
	padding-right: 7px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}
/*	ヘッダ	*/
div#header {
}

div#navigator    {
	overflow: hidden;
	border-bottom:1px solid #cccccc;
	width: 100%;
	background-image: url(image/nav_bcg.png);
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #9994FB;
	display: block;
	height: auto;
	}

div#navigator ul {
	margin: 0px;
	padding:0px;
	list-style-type:none;
	display: inline;
}
div#navigator li {
	display: block;
	list-style: none;
	margin: 0;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000066;
	float: left;
	}
div#navigator a {
	font-weight: bold;
	font-size: x-small;
	text-decoration: none;
	display: block;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	color: #FFFFFF;
	background-image: url(image/nav_bcg.png);
	background-repeat: repeat-x;
	background-position: bottom;
}

div#navigator a#now { color: #000000; }

div#navigator a:link, div#subnavi a:visited { color: #FFFFFF; }

div#navigator a:hover  { color: #000099; }

div#navigator a:active { color: #6600FF; }

div#subnavi    {
	overflow: hidden;
	display: block;
	height: auto;
	margin-top: 0px;
	margin-left: 0px;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	}
div#subnavi ul {
	padding:0px;
	list-style-type:none;
	display: inline;
}
div#subnavi li {
	display: block;
	list-style: none;
	float: left;
	background-color: #FFFFFF;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	}
div#subnavi a {
	font-weight: bold;
	font-size: 90%;
	text-decoration: underline;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	color: #000099;
}

div#subnavi a:link, div#subnavi a:visited {
	color: #000099;
}

div#subnavi a:hover  {
	color: #333333;
	text-decoration: underline;
}

div#title {
	text-align: left;
	color: #FFFFFF;
	background-image: url(image/title_bar.png);
	background-repeat: repeat-y;
	overflow: visible;
	padding: 5px;
	height: 64px;
}

div#title h1{
	display: none;
}

/*	フッタ	*/
div#footer {
	background-color: #19315F;
	background-image: url(image/title_bar.png);
	color: #FFFFFF;
	padding: 5px;
	font-size: 70%;
	text-align: right;
}

div#footer a {
	font-weight: bold;
	text-decoration: none;
	display: inline;
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 1px;
	color: #FFFFFF;
}

div#footer address {
	font-style: normal;
}


div#footer a:link, div#gnav a:visited { color: #FFFFFF; }

div#footer a:hover  { color: #CCCCCC; }

div#footer a:active { color: #6600FF; }


/*	コンテンツ	*/
div#contents {
	overflow: hidden;
}

div.topimage {
	display: block;
	margin-top: 3px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}

div.tytleimage {
}

div.topics {
	background-image: url(image/box.png);
	background-repeat: repeat-y;
	background-position: left top;
	text-align: left;
	padding: 5px;
	float: left;
	position: static;
	width: 96%;
	font-family: sans-serif;
	overflow: hidden;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	border: thin ridge #0000FF;
}

div.topics h2, div.box h2{
	background-image: url(image/boxtitle.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	color: #000066;
	padding-bottom: 5px;
	margin-bottom: 15px;
}

div.rightside {
	float: right;
	width: 71%;
	z-index: 9;
}

div.leftside {
	width: 28%;
	float: left;
	z-index: 1;
}

div.news{
	float: right;
	color: #FFFFFF;
	background-color: #454545;
	display: block;
	clear: none;
	font-size: 90%;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	padding: 3px;
	border: thin ridge #000000;
	width: 93%;
}

div.organization{
	color: #FFFFFF;
	background-color: #454545;
	display: block;
	clear: none;
	font-size: 90%;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	padding: 3px;
	border: thin ridge #000000;
	width: 200px;
	float: none;
	margin-left: 5px;
}

div.intro, div.info{
	float: right;
	color: #FFFFFF;
	background-color: #454545;
	display: block;
	clear: none;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	padding: 3px;
	border: thin ridge #000000;
	width: 93%;
}

div.contentstitle {
	background-image: url(image/contents_title.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin: 0px 10px;
	padding: 0px 5px 10px 0px;
	font-size: 150%;
	font-weight: bold;
	font-style: italic;
}

.centerbox {
	text-align: center;
	vertical-align: middle;
	padding: 2px;
	width: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.leftbox {
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
	display: block;
	height: auto;
	width: auto;
}
.bottombox {
	vertical-align: bottom;
	text-align: center;
}

.scrollbox {
	overflow: auto;
	border: thin solid #000000;
	height: 180px;
}

div.intro strong {
	font-size: 120%;
	font-weight: bolder;
	color: #9DFF9D;
}

div.news p {
	margin-top: 4px;
	margin-bottom: 4px;
}
div.sponsorroll {
	float: right;
	height: 64px;
	text-align: right;
	overflow: hidden;
	width: 300px;
}
div.toptitle {
	overflow: hidden;
	float: left;
	height: 50px;
	padding: 7px;
}
div.box {
	background-color: #FFFFFF;
	font-family: sans-serif;
	padding-top: 30px;
	padding-right: 50px;
	padding-bottom: 10px;
	padding-left: 50px;
}

div.box .centerbox {
	text-align: center;
	vertical-align: middle;
	padding: 2px;
	width: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-decoration: underline;
}


table.bank {
	color: #FFFFFF;
	text-align: center;
	background-color: #000000;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	width: 557px;
}


div.bank{
	color: #000000;
	width: 550px;
	margin-right: auto;
	margin-left: auto;
}

table.bank .tablename {
	background-color: #000000;
	color: #FFFFFF;
	text-align: center;
}
table.bank td, table.bank th {
	color: #FFFFFF;
	text-align: center;
	border: 1px solid #FFFFFF;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
	font-weight: normal;
}
table.bank .item {
	background-color: #E8E8E8;
	color: #000000;
}

table.bank .key {
	background-color: #333333;
	width: 80px;
}
div.box p.center {
	color: #000000;
	padding: 10px;
	text-align: left;
	width: 557px;
	display: block;
	margin-right: auto;
	margin-left: auto;
}

div.box h3{
	background-image: url(image/boxtitle2.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	color: #006600;
	padding-bottom: 5px;
	margin-bottom: 15px;
	padding-top: 10px;
	margin-top: 15px;
}
div.box h4{
	background-image: url(image/boxtitle3.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	color: #666666;
	padding-bottom: 5px;
	margin-bottom: 15px;
	padding-top: 10px;
	margin-top: 15px;
}
table.sponsorlink {
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 600px;
	margin-right: auto;
	margin-left: auto;
}
div.bank .attention {
	background-color: #FFFFFF;
	text-align: left;
	color: #000000;
	border: 0px none #FFFFFF;
	font-size: 95%;
}
table.sponsorlink td {
	text-align: center;
	height: 60px;
	border: 0px none #FFFFFF;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 50%;
}
table.person {
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 19px;
	width: 100%;
}
table.person td {
	height: 20px;
	width: auto;
}

table.sponsorlink img{
	border: 0px none #FFFFFF;
}
div.organization ul {
	list-style-type: disc;
	margin-left: 1em;
}
div.organization ul ul {
	list-style-type: square;
}
div.organization ul ul ul{
	list-style-type: square;
}
div.organization a {
	text-decoration: underline;
	color: #FFFFFF;
}
div.membersframe {
	height: 540px;
	width: 100%;
	overflow: auto;
	border: thin groove #999999;
}
table.member ,table.gray{
	width: 95%;
	margin-top: 3px;
	margin-bottom: 3px;
	border: 2px ridge #666666;
	background-color: #FAFAFA;
}
table.member .image {
	margin: 0px;
	width: 100px;
	text-align: center;
	border: thin solid #999999;
}
table.member .name ,table.member .major ,table.member .position {
	text-align: left;
	color: #000000;
	padding-left: 5px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #000066;
	vertical-align: bottom;
}
strong {
	font-size: 120%;
}
div.box ul {
	margin-left: 3em;
	list-style-type: square;
}
strong.red{
	font-size: 120%;
	color: #FF0000;
}
strong.blue{
	color: #0000FF;
	font-weight: normal;
	font-size: 100%;
}
p {
	text-indent: 1em;
}
div.news p {
	text-indent: 0em;
}
strong.centerred {
	color: #800000;
	text-align: center;
	font-size: 110%;
	font-weight: bold;
	font-style: normal;
	margin-right: auto;
	margin-left: auto;
}

img.leftimage {
	float: left;
	margin-top: 1em;
	margin-right: 30px;
	margin-bottom: 1em;
	margin-left: 30px;
}


img.rightimage {
	float: right;
	margin-top: 1em;
	margin-right: 30px;
	margin-bottom: 1em;
	margin-left: 30px;
}
iframe.mainframe {
	width: 100%;
	height: auto;
}
table.aboutrace {
	width: 100%;
	border-top-style: ridge;
	border-right-style: ridge;
	border-bottom-style: ridge;
	border-left-style: ridge;
}
table.aboutrace img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
table.aboutrace td {
	border-top-style: groove;
	border-right-style: groove;
	border-bottom-style: groove;
	border-left-style: groove;
}

table.aboutrace .image {
	height: 100px;
	width: 100px;
	text-align: center;
}
table.aboutrace .info {
	vertical-align: top;
	padding: 3px;
}
table.aboutrace .point {
	width: 80px;
	text-align: right;
}
table.aboutrace .inspection {
	color: #A80000;
}
table.aboutrace .static {
	color: #0000FF;
}
table.aboutrace .active {
	color: #FF0000;
}
table.aboutrace .sum {
	text-align: center;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
}
.noborder {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
table.gallery {
	background-color: #FFFFFF;
	border-top-style: ridge;
	border-right-style: ridge;
	border-bottom-style: ridge;
	border-left-style: ridge;
}

table.gallery .doc{
	padding: 4px;
	text-align: left;
	border-top-style: groove;
	border-right-style: groove;
	border-bottom-style: groove;
	border-left-style: groove;
}

table.gallery .img{
	text-align: center;
	border-top-style: groove;
	border-right-style: groove;
	border-bottom-style: groove;
	border-left-style: groove;
}

table.gallery img{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

table.gallery th{
	text-align: left;
	padding: 4px;
	border: medium groove #FFFF99;
	background-color: #FFFF99;
}

table.gallery td{
	text-align: left;
	padding: 4px;
	border: medium groove #FFFF99;
}
table.linkenter {
	margin: auto;
	width: 650px;
	text-align: center;
	border: medium double #000000;
	background-color: #999999;
}
table.linkenter th {
	color: #FFFFFF;
	background-color: #000000;
	font-size: 110%;
	text-align: left;
}
table.linkenter td {
	background-color: #EAE9E3;
}
table.linkenter tr {
	color: #FFFFFF;
}

table.topmenu {
	margin-top: 2px;
	background-color: #F7F7F7;
	border-top-width: 1px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	position: static;
	float: left;
}

table.topmenu img {
	margin: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
table.topmenu td {
	padding: 2px;
	text-align: center;
	width: 171px;
}
table.topmenu h2 {
	font-size: 130%;
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}
.smallsize {
	font-size: 80%;
}
.mailform {
	padding: 20px;
	border: medium groove #CCCCCC;
}
.detail {
	background-color: #FFFFFF;
	border: medium ridge #333333;
	text-align: left;
	width: 90%;
	margin: auto;
}
.detail td {
	border: medium groove #999999;
	padding: 2px;
}
table.result {
	padding: 0px;
	width: 95%;
	margin-left: 10px;
	border: medium ridge #666666;
}

table.result td {
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
}

table.result td.resultright {
	text-align: right;
	border-right-width: thick;
	border-right-style: solid;
	border-right-color: #666666;
}
div.topics ul {
	padding-left: 12px;
}




