@charset "utf-8";
/* CSS Document */

/* ---------------------------------------------------------
   Reset Browser Style
--------------------------------------------------------- */
html, body,
h1, h2, h3, h4, h5, h6,
address, blockquote, p, pre,
em, span, strong,
a,
dl, dd, dt, li, ol, ul,
form,
th, td,
img {
	margin: 0;
	padding: 0;
	line-height: inherit;
	font-style: normal;
	font-weight: normal;
	text-align: inherit;
	text-decoration: none;
}

span,
a,
img {
	font-style: inherit;
	font-weight: inherit;
	text-decoration: inherit;
}

em, strong {
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
}

ol, ul {
	list-style-type: none;
}

fieldset,
img {
	border: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption, th {
	text-align: left;
}

/* ---------------------------------------------------------
   Element Style
--------------------------------------------------------- */
/* Structure
--------------------------------------------------------- */
html {
	height: 100%;
}

body {
	height: 100%;
	font-size: 75%;
	line-height: 1.33;
	color: #fff;
	background: url(../img/bg_body.gif) left top repeat;
	font-family: sans-serif;
}
	/* IE fix (7 only) */
	*:first-child+html body {
		font-family: 'メイリオ', 'ＭＳ Ｐゴシック', sans-serif;
		font-size: 75%;
	}
	/* IE fix (6 only) */
	* html body {
		font-family: 'ＭＳ Ｐゴシック', sans-serif;
		font-size: 75%;
	}

/* Heading
--------------------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;/* 12px */
	font-weight: bold;
}

h1 {
}

/* Block level text
--------------------------------------------------------- */
/* Inline level text
--------------------------------------------------------- */
/* Hypertext
--------------------------------------------------------- */
a:link {
	position: relative;
	color: #fff;
	text-decoration: underline;
}
a:visited {
	color: #fff;
	text-decoration: underline;
}
a:hover {
	color: #fff;
	text-decoration: underline;
}

/* List
--------------------------------------------------------- */
/* Forms
--------------------------------------------------------- */

input {
}
textarea {
}

/* Tables
--------------------------------------------------------- */
td, th {
}

/* Image
--------------------------------------------------------- */

img {
	border: 0;
}

/* ---------------------------------------------------------
   Page Structure
--------------------------------------------------------- */

.wrapper {
	margin: 0 auto;
	width: 894px;
	height: auto;
	_height: 100%;/* IE fix (6 only) */
	min-height: 100%;
	background: url(../img/bg_wrapper.gif) left top repeat-y;
}

#header {
	margin: 0 7px;
	width: 880px;
	height: 100px;
	line-height: 1.01;
	background: url(../img/bg_header.jpg) left top no-repeat;
}

#page {
	margin: 0 7px;
	padding: 0;
	width: 880px;
	overflow: hidden;
	background: url(../img/bg_page.gif) left top repeat-y;
}

#footer {
	margin: 0 7px;
	padding: 0;
	position: relative;
	width: 880px;
	height: 70px;
	line-height: 1.01;
	background: url(../img/bg_footer.gif) left top no-repeat;
}


/* ---------------------------------------------------------
   Header Block
--------------------------------------------------------- */
#header .logo {
	margin: 0;
	padding: 5px 0 0 20px;
	line-height: 1.01;
}

/* ---------------------------------------------------------
   Content Block
--------------------------------------------------------- */
.content {
	margin: 0;
	padding: 0;
	padding-bottom: 20px;
	float: right;
	width: 700px;
	min-height: 480px;
	_height: 480px;/* IE fix (6 only) */
	background: url(../img/bg_content.gif) left top no-repeat;
}

.content h1 {
	margin-bottom: 10px;
	padding: 0 140px 0 20px;
	width: 500px;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	color: #f79100;
	background: url(../img/bg_title.jpg) left top no-repeat;
	font-size: 18px;
	font-weight: bold;
}

.topicpath {
	margin: 10px 20px;
	padding: 0 8px;
	border-width: 1px 0;
	border-color: #6d6d6d;
	border-style: solid;
	line-height: 28px;
	background: #323232;
}

.content_main {
	margin: 10px 20px;
}

.content_main p {
	line-height: 2.0;
}
.content_main p.page_desc {
	margin: 10px 0;
}

/* ---------------------------------------------------------
   Menu Block
--------------------------------------------------------- */
.menu {
	margin: 0;
	padding: 0;
	float: left;
	width: 180px;
	line-height: 1.01;
}

.menu .menu_list_members {
	border-bottom: 1px #5e6257 solid;
}
.menu .menu_list_banner {
	padding: 10px;
}

.menu .menu_list_members dt {
	height: 33px;
	overflow: hidden;
}
.menu .menu_list_members dd {
	height: 27px;
	overflow: hidden;
}
.menu .menu_list_main li {
	height: 60px;
	overflow: hidden;
	_font-size: 1px;/* IE fix (6 only) */
}
.menu .menu_list_main li.member {
	height: 100px;
}
.menu .menu_list_banner li {
	margin-bottom: 10px;
	height: 50px;
	overflow: hidden;
	text-align: center;
}

.menu .menu_list_members dd a {
	display: block;
	width: 180px;
	height: 27px;
	_font-size: 1px;/* IE fix (6 only) */
	text-indent: -9999em;
}
.menu .menu_list_main li a {
	display: block;
	width: 180px;
	height: 60px;
	_font-size: 1px;/* IE fix (6 only) */
	text-indent: -9999em;
}
.menu .menu_list_members dd.event_info a {
	background: url(../img/menu_event_info.jpg) left top no-repeat;
}
.menu .menu_list_members dd.event_topics a {
	background: url(../img/menu_event_topics.jpg) left top no-repeat;
}
.menu .menu_list_members dd.present a {
	background: url(../img/menu_present.jpg) left top no-repeat;
}
.menu .menu_list_members dd.racer a {
	background: url(../img/menu_racer.jpg) left top no-repeat;
}
.menu .menu_list_members dd.web_mag a {
	background: url(../img/menu_web_mag.jpg) left top no-repeat;
}

.menu .menu_list_main li.member a {
	height: 100px;
	background: url(../img/menu_member.jpg) left top no-repeat;
}
.menu .menu_list_main li.schedule a {
	background: url(../img/menu_schedule.jpg) left top no-repeat;
}
.menu .menu_list_main li.event a {
	background: url(../img/menu_event.jpg) left top no-repeat;
}
.menu .menu_list_main li.contact a {
	background: url(../img/menu_contact.jpg) left top no-repeat;
}

.menu .menu_list_members dd.event_info a:hover {
	background: url(../img/menu_event_info_h.jpg) left top no-repeat;
}
.menu .menu_list_members dd.event_topics a:hover {
	background: url(../img/menu_event_topics_h.jpg) left top no-repeat;
}
.menu .menu_list_members dd.present a:hover {
	background: url(../img/menu_present_h.jpg) left top no-repeat;
}
.menu .menu_list_members dd.racer a:hover {
	background: url(../img/menu_racer_h.jpg) left top no-repeat;
}
.menu .menu_list_members dd.web_mag a:hover {
	background: url(../img/menu_web_mag_h.jpg) left top no-repeat;
}

.menu .menu_list_main li.member a:hover {
	height: 100px;
	background: url(../img/menu_member_h.jpg) left top no-repeat;
}
.menu .menu_list_main li.schedule a:hover {
	background: url(../img/menu_schedule_h.jpg) left top no-repeat;
}
.menu .menu_list_main li.event a:hover {
	background: url(../img/menu_event_h.jpg) left top no-repeat;
}
.menu .menu_list_main li.contact a:hover {
	background: url(../img/menu_contact_h.jpg) left top no-repeat;
}



/* ---------------------------------------------------------
   Footer Block
--------------------------------------------------------- */
#footer .banner_list {
	padding: 22px 0 0 20px;
	list-style: none;
}
#footer .banner_list li {
	padding-right: 10px;
	display: inline;
}

#footer .privacy {
	position: absolute;
	top: 13px;
	right: 20px;
	line-height: 13px;
	background: url(../img/listmark_privacy.gif) left top no-repeat;
	font-size: 12px;
	text-indent: 20px;
}

#footer .copyright {
	position: absolute;
	bottom: 7px;
	right: 20px;
	font-size: 12px;
}

/* ---------------------------------------------------------
   Class Style
--------------------------------------------------------- */
/* Image Grid
--------------------------------------------------------- */
.image_grid {
	margin-bottom: 15px;
	width: 660px;
	overflow: hidden;
}

.image_grid p {
	margin-bottom: 10px;
	width: 320px;
}
.image_grid p.odd {
	float: left;
	clear: both;
}
.image_grid p.even {
	float: right;
}
.image_grid p img {
	padding: 5px;
	background: url(../img/bg_stripe_yellow.gif) left top repeat;
}

/* Flip Link
--------------------------------------------------------- */
.flip_link {
	margin: 0 20px 10px;
}
.flip_link ul {
	text-align: right;
	line-height: 1.01;
}
.flip_link ul li {
	display: inline;
}
.flip_link ul li img {
	padding: 0 3px;
	vertical-align: middle;

}
.flip_link ul li.prev {
	padding-right:6px;
	border-right: 1px #ababab solid;
}
.flip_link ul li.next {
	padding-left: 8px;
}

/* Button Line
--------------------------------------------------------- */
.button_line {
	padding: 10px 0;
	clear: both;
	text-align: center;
}
.button_line li {
	padding: 0 9px;
	display: inline;
}

/* Box List
--------------------------------------------------------- */
.box_list li {
	margin-bottom: 10px;
	padding: 20px;
	overflow: hidden;
}

.event .box_list li {
	width: 620px;
	height: 150px;
	background: url(../img/border_stripe_gray_660x190.png) left top no-repeat;
}
	/* IE fix (6 only) */
	* html body.event .box_list li {
		background: none;
		filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../common/img//border_stripe_gray_660x190.png");
	}
.present .box_list li,
.event_info .box_list li,
.event_topics .box_list li {
	width: 620px;
	height: 199px;
	background: url(../img/border_stripe_gray_660x240.png) left top no-repeat;
}
	/* IE fix (6 only) */
	* html body.present .box_list li,
	* html body.event_info .box_list li,
	* html body.event_topics .box_list li {
		background: none;
		filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../../common/img/border_stripe_gray_660x240.png");
	}

.box_list .section {
	margin: 0;
	clear: both;
	width: 620px;
	overflow: hidden;
}

.box_list .section h2 {
	margin-bottom: 2px;
	color: #f79100;
	font-size: 18px;
}

.box_list .text_area {
	float: right;
}
.event .box_list .text_area {
	width: 410px;
}
.present .box_list .text_area,
.event_info .box_list .text_area,
.event_topics .box_list .text_area {
	width: 350px;
}

.box_list .image_area {
	float: left;
	overflow: hidden;
	line-height: 1.01;
}
.event .box_list .image_area {
	width: 195px;
	height: 150px;
}
.present .box_list .image_area,
.event_info .box_list .image_area,
.event_topics .box_list .image_area {
	width: 260px;
	height: 199px;
}

.box_list .image_area p {
	background: #999;
	line-height: 1.01;
}
.box_list .image_area img {
	padding: 3px;
}

/* Content Main
--------------------------------------------------------- */
.content_main .lead_text {
	margin-bottom: 10px;
	line-height: 1.33;
	font-size: 18px;
	font-weight: bold;
}

.content_main .contact_info {
	text-align: center;
}

.content_main .goto_link {
	margin-top: 5px;
	text-align: right;
}

/* Form Box
--------------------------------------------------------- */
.form_box {
	margin: 10px auto;
	width: 90%;
}

.form_box .attention,
.form_box table tr.required th {
	color: #cc0033;
}

.form_box table th,
.form_box table td {
	padding: 5px;
	vertical-align:top;
}
.form_box table th {
	text-align: right;
	width: 20%;
}
.form_box table th.form_info {
	text-align: center;
}
.form_box table th.form_info strong {
	font-weight: bold;
}

.form_box .text_area {
	width: 90%;
}

.control {
	margin: 10px 0;
	text-align: center;
}
.control li {
	display: inline;
}

/* Getreader
--------------------------------------------------------- */
.getreader {
	margin: 10px 0 0;
	width: 660px;
}
.getreader .logo {
	width: 100px;
}

/* ---------------------------------------------------------
   Page Style
--------------------------------------------------------- */
/* Home
--------------------------------------------------------- */
.home #page {
	background:none;
}

.home .home_content {
	border-bottom: 5px #191618 solid;
	width: 880px;
	height: 280px;
	overflow: hidden;
}
.home .main_visual {
	float: right;
	width: 700px;
}
.home .content {
	margin: 0;
	padding: 15px 20px 25px;
	float: none;
	width: 840px;
	min-height: 230px;
	_height: 230px;/* IE fix (6 only) */
	background: #393939 url(../img/home_bg_content.gif) left top no-repeat;
}

.home .content_main {
	margin: 0;
	padding: 0;
	width: 840px;
	overflow: hidden;
	background: url(../img/line_gold_vertical.gif) 415px top repeat-y;
}

.home .banner_menu {
	padding-bottom: 3px;
	border: 1px #a79a2e solid;
	float: left;
	width: 400px;
	background: #2e2e2e;
}
.home .banner_menu dl {
	margin:11px 15px 9px;
	padding-bottom: 9px;
	clear: both;
	width: 370px;
	overflow: hidden;
	background: url(../img/line_gold.gif) left bottom repeat-x;
}
.home .banner_menu dl dt {
	float: left;
	width: 145px;
	height:50px;
	line-height: 1.01;
}
.home .banner_menu dl dd {
	float: right;
	width: 210px;
}

.home .whats_new {
	float: right;
	width: 410px;
}

.home .whats_new dl {
	padding: 10px 0;
	clear: both;
	width: 410px;
	overflow: hidden;
	background: url(../img/line_gold.gif) left bottom repeat-x;
}

.home .whats_new dl dt {
	padding-left: 22px;
	float: left;
	width: 5.5em;
	background: url(../img/listmark_gold.gif) 12px 4px no-repeat;
}
.home .whats_new dl dd {
	margin-left: 7.5em;
}

/* Mail Magazine
--------------------------------------------------------- */
.mail_mag .text_area {
	padding-right: 230px;
	min-height: 230px;
	background: url(../../mail_mag/img/mail_mag_image.jpg) right top no-repeat;
}

.mail_mag .text_area p {
	margin-bottom: 2em;
}

/* Racer
--------------------------------------------------------- */

.racer .goto_tamagawa_stat {
	margin-bottom: 10px;
	text-align: center;

}

.racer .content h1 {
	margin-bottom: 15px;
}

.racer .section {
	width: 660px;
	overflow: hidden;

}
.racer .section h2 {
	margin-bottom: 15px;
	width: 660px;
	overflow: hidden;
}

.racer .racer_list {
	width: 660px;
	overflow: hidden;
}
.racer .racer_list li {
	float: left;
	width: 225px;
	height: 135px;
	overflow: hidden;
}
.racer .racer_list li.right_side {
	width: 210px;
}

.racer .racer_list .racer_data {
	margin-right: 15px;
	margin-bottom: 15px;
	padding: 10px;
	width: 190px;
	height: 100px;
	overflow: hidden;
	background: url(../img/border_stripe_gray_210x120.png) left top no-repeat;
}
	/* IE fix (6 only) */
	* html body.racer .racer_list .racer_data {
		background: none;
		filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../../common/img/border_stripe_gray_210x120.png");
	}

.racer .racer_list .right_side .racer_data {
	margin-right: 0;
}

.racer .racer_list .racer_data dl {
	float: right;
	width: 120px;
	text-align: center;
}
.racer .racer_list .racer_data dl dt {
	padding-top: 25px;
	padding-bottom: 5px;
	font-size: 18px;
}

.racer .racer_list .racer_data .photo_racer {
	float: left;
	width: 70px;

}
.racer .racer_list .racer_data .photo_racer img {
	border: #666 1px solid;
}

/* Racer Stats
--------------------------------------------------------- */

.racer_stats .stats_list {

}
.racer_stats .stats_list li {
	margin-bottom: 15px;
	width: 660px;
	overflow: hidden;
}


.racer_stats .stats_list dt {
	float: left;
	width: 72px;
}
.racer_stats .stats_list dd {
	float: right;
	width: 588px;
}

.racer_stats .stats_list dd li {
	width: 100%;
	margin-bottom: 0.33em;
}
.racer_stats .stats_list dd li a span {
	text-decoration: underline;
}
.racer_stats .stats_list dd .title {
	font-size: 150%;
	font-weight: bold;
}

	/* IE fix (6 only) */
	* html body.racer_stats .pdf_icon a {
		display: block;
		width: 70px;
		height: 70px;
		cursor: pointer;
		filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src=../../../common/img/pdf_alt_72x72.png);
	}
	* html body.racer_stats .pdf_icon img {
		display: none;
	}

/* Event
--------------------------------------------------------- */
.event .content_main .emphasis {
	color: #F79100;
}

/* Event Detail
--------------------------------------------------------- */
.event_detail_table {
	margin: 25px 0 0;
	width: 100%;
}
.event_detail_table td,
.event_detail_table th {
	padding: 5px 3px;
	border: 1px #999 solid;
}

.event_detail_table th {
	width: 8em;
	font-weight: bold;
	text-align: center;
}
.event_detail_table th.table_title {
	width: auto;
}

/* Web Magazine
--------------------------------------------------------- */
.magazine_list {
	width: 660px;
	overflow: hidden;
}

.clear {
	margin: 0;
	padding: 0;
	border: 0;
	visibility: hidden;
	overflow: hidden;
	height: 0;
	font-size: 0;
	clear: both;
}

.magazine_list li {
	margin-bottom: 10px;
	width: 320px;
	height: 240px;
	overflow: hidden;
	background: url(../img/border_stripe_gold_320x240.png) left top no-repeat;
}
	/* IE fix (6 only) */
	* html body .magazine_list li {
		background: none;
		filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../../common/img/border_stripe_gold_320x240.png");
	}

.magazine_list li.odd {
	float: left;
}
.magazine_list li.even {
	float: right;
}

.magazine_list .magazine_box {
	padding: 20px;
	width: 280px;
	height: 200px;
	overflow: hidden;
}

.magazine_list .magazine_box .text_area {
	position: relative;
	float: right;
	width: 130px;
	height: 100%;
}
.magazine_list .magazine_box .image_area {
	float: left;
	width: 142px;
}

	/* IE fix (6 only) */
	* html body.web_mag .pdf_icon a {
		display: block;
		width: 70px;
		height: 70px;
		cursor: pointer;
		filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src=../../common/img/pdf_alt_72x72.png);
	}
	* html body.web_mag .pdf_icon img {
		display: none;
	}

.magazine_list .magazine_box .bottom_note {
	position: absolute;
	bottom: 0;
	line-height: 1.2;
	font-size: 10px;
}

/* Schedule
--------------------------------------------------------- */
.schedule_body {
	margin: 20px 0;
	width: 660px;
	overflow: hidden;
}
.schedule_body .schedule_info {
	width: 460px;
	float: left;
}
.schedule_body .schedule_flow {
	width: 200px;
	float: right;
}

.schedule_body .schedule_info .section {
	margin-bottom: 20px;
	width: 440px;
	background: url(../img/border_stripe_gray_440_r.gif) left top repeat-y;
}
.schedule_body .schedule_info .section .section_header,
.schedule_body .schedule_info .section .section_footer {
	width: 440px;
	height: 10px;
	background: url(../img/border_stripe_gray_440_h.gif) left top no-repeat;
	font-size: 1px;
}
.schedule_body .schedule_info .section .section_body {
	margin: 10px 20px;
}

.schedule_body .schedule_info .section h2 {
	margin-bottom: 6px;
	color: #f79100;
	font-size: 18px;
}

.schedule_body .schedule_info .section td,
.schedule_body .schedule_info .section th {
	line-height: 2;
}
.schedule_body .schedule_info .section th {
	text-align: right;
	vertical-align: top;
	padding-right: 0.5em;
}

.schedule_body .schedule_flow_main {
	margin-bottom: 20px;
}
	/* IE fix (6 only) */
	* html body .schedule_body .schedule_flow_main p {
		width: 200px;
		height: 380px;
		filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src=img/schedule_flow.png);
	}
	* html body .schedule_body .schedule_flow_main p img {
	display: none;
	}

/* Privacy
--------------------------------------------------------- */
.privacy .content_main dl {
	margin: 10px 0 20px;
}
.privacy .content_main dl dt {
	margin-bottom: 5px;
}
.privacy .content_main dl dd {
	margin-bottom: 10px;
}
.privacy .content_main dl dd li {
	margin-left: 1.5em;
	list-style-type: disc;
	line-height: 1.33;
}

/* Login
--------------------------------------------------------- */
.login .form_box table {
	margin: 0 auto;
}

.login .form_box table th {
	width: auto;
	vertical-align: middle;
}

/* About
--------------------------------------------------------- */
.about .content_main .lead_text {
	margin-bottom: 30px;
}

.about .content_main .section_wrapper {
	width: 320px;
}
.about .content_main .section_wrapper_1 {
	float: left;
}
.about .content_main .section_wrapper_2 {
	float: right;
}

.about .content_main .section {
	margin: 0 auto 20px;
	width: 280px;
}

.about .content_main .section dt {
	margin: 10px 0;
	color: #f79100;
	font-size: 18px;
	font-weight: bold;
}
.about .content_main .section dd {
	line-height: 1.66;
}
.about .content_main .section dd .annotation {
	font-size: 80%;
}

.about .content_main .goto_event_info {
	margin-top: 2em;
	line-height: 17px;
	text-align: right;
}
.about .content_main .goto_event_info img {
	padding-left: 3px;
	vertical-align: middle;
}
