@charset "utf-8";
/* CSS Document */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1;
	text-align: justify;
	line-break: strict;
	text-justify: inter-ideograph;
	background: #ddd;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


a {
	color: #666;
	text-decoration: none;
}

a:link {
}

a:visited {
}

a:hover {
	color: #000;
	text-decoration: underline;
}

a:active {
}

/**
 *
 */
.text_right {
	text-align: right;
	color: #F00;
}

.text_nojustify {
	text-align: left;
}

.clear_left {
	clear: left;
}

.clear_both {
	clear: both;
}

.text_nowrap {
	white-space: nowrap;
}

table .cap {
	font-size: 0.9em;
	text-align: right;
}

/**
 *
 */
 
#whole {
	background: #fff url(../img/main_image.jpg) right bottom no-repeat;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}

#header {
}

#header p {
	line-height: 130%;
}

#main_cover {
/*	background: #fff; */
}

/**
 *
 */
 
#menu {
	width: 200px; /* menu width */
	float: left;
/*	background: #eee url(../img/menu_bg.jpg) left top no-repeat; */
	background: #eee;
}

#menu table td {
	vertical-align: bottom;
}

.fw_table td {
	vertical-align: bottom;
}

#menu .inner {
}

#menu h1 {
	margin-bottom: 1.5em;
}

#menu li {
	margin-bottom: 1em;
}

#menu li.sub {
	margin-left: 1em;
}

/**
 *
 */

#body {
	margin-left: 200px;
}

#body .menu_background {
/*	background:#eee;
	background:#e00; */
	border-left: solid #eee 200px; /* menu width */
	margin-left:-200px; /* menu width */
}

#body .inner {
	padding: 1em 2em;
	padding-top: 0px;
}

#body h1 {
	color: white;
	background: #999;
	padding: 0.2em;
	font-size: 1.3em;
	margin-bottom: 1em;
}

#body h2 {
	font-size: 1.1em;
	margin-bottom: 1em;
}

#body {
	line-height: 140%;
}

#body p {
	margin-bottom: 1em;
}

#body ol {
	line-height: 120%;
	margin: 1em;
	list-style: outside decimal;
}

#body li {
	margin-left: 1.5em;
	margin-bottom: 0.2em;
}

/**
 *
 */
 
#top table td {
	padding-left: 0.5em;
	padding-right: 0.5em;
}

/**
 *
 */
#founder table.list {
	width:99%;
}

#founder table.list th {
	text-align: center;
}

#founder table.list td {
	padding-left: 0.5em;
	padding-right: 0.5em;
	border-top: 1px solid #666;
}

#founder table td.text_nowrap {
}

/**
 *
 */
 
#event table td {
	padding: 0.25em;
	border-bottom: 1px solid #666;
}

#event table td.noborder {
	border-bottom: none;
}

#event table p {
	margin: 0.1em;
}

#about h1.center {
	color: #000;
	background: transparent;
	font-size: 2em;
	font-weight: bold;
	text-align: center;
}

/**
 *
 */
#regulation {
}

#regulation h1 {
/*	text-align: center; */
}

#regulation h3 {
	margin-top: 1.5em;
	text-align: center;
}

#regulation table.list td {
	padding-left: 0.5em;
	padding-right: 0.5em;
}

#regulation ol {
	margin-bottom: 0.5em;
	margin-top: 0.1em;
}

#regulation li {
	margin-bottom: 0px;
}

blockquote {
	margin-left: 2em;
}

/**
 *
 */

#footer {
	color: #fff;
	padding: 0.5em;
	background-color: #999;
}

#footer .copyright {
	font-size: 80%;
	text-align: right;
}

/**
 *
 */

