﻿@charset "utf-8";
/* layout */

* {
	margin: 0;
	padding: 0;
	list-style: none;
}
a img {
	border: none;
}
img, fieldset {
	border: none;
}
img {
	vertical-align: top;
}


/* リンク
----------------------------------*/
a:link {
	color: #000;
	border: none;
	text-decoration: none;
	outline: none;
}
a:visited {
	color: #000;
	border: none;
	text-decoration: none;
	outline: none;
}
a:hover {
	color: #F60;
	border: none;
	text-decoration: none;
	outline: none;
}
a:active {
	color: #F00;
	border: none;
	text-decoration: none;
	outline: none;
}



/* 線について
----------------------------------*/
.line_img {
	background-image: url(../img/line.jpg);
	background-repeat: repeat-x;
	background-position: center;
	padding-bottom: 0px;
}
/* IE7へ指定 */
*+html .line_img {
	background-image: url(../img/line.jpg);
	background-repeat: repeat-x;
	height: 1px;
}
.drive_t .line_img {
	background-image: url(../img/line.jpg);
	background-repeat: repeat-x;
	padding-bottom: 15px;
}
#race .line_img {
	background-image: url(../img/line.jpg);
	background-repeat: repeat-x;
	margin-top: 10px;
	padding-bottom: 10px;
}

/* 企画時
body {
	background-image: url(../img/bg_christmas.jpg);
	background-position: center;
	background-repeat: repeat;
	color: #000000;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", Tahoma;
	font-size: 75%;
}
*/

body {
	background-image: url(../img/bg_red.jpg);
	background-position: center;
	background-repeat: repeat-y;
	background-color: #7f0104;
	color: #000000;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", Tahoma;
	font-size: 75%;
}

#all {
	width: 980px;
	margin: 0px auto;
	background-color: #FFFFFF;
}
h1 {
	vertical-align: bottom;
}

/* ヘッダサブナビ
----------------------------------*/
#header {
	padding-bottom: 70px;
	padding-bottom: 15px;
	position: relative;
}
#header #subnavi {
	padding-top: 10px;
	text-align: right;
	font-size: 0.9em;
}
#header #subnavi li {
	display: inline;
}
#header #subnavi li span {
	margin-right: 1em;
	margin-left: 1em;
}
/* IE7へ指定 */
*+html #header {
	padding-bottom: 0px;
}
#header img {
	padding-top: 10px;
}
/* IE7へ指定 */
*+html #header img {
	padding-top: 0px;
}
#header #headernavi {
	width: 600px;
	position: absolute;
	right: 0px;
	top: 49px;
}
/* IE7へ指定 */
*+html #header #headernavi {
	width: 600px;
	position: absolute;
	right: 0px;
	top: 45px;
}


/* フッタ
----------------------------------*/
#footer {
	margin-top: 10px;
	padding-bottom: 30px;
	text-align: right;
	font-size: 0.9em;
}
/* IE7へ指定 */
*+html #footer {
	margin-top: 0px;
	padding-bottom: 30px;
	text-align: right;
	font-size: 0.9em;
}
#footer ul {
	padding-top: 10px;
	padding-bottom: 15px;
}
/* IE7へ指定 */
*+html #footer ul {
	padding-top: 0px;
	padding-bottom: 15px;
}
#footer ul li {
	display: inline;
	width: 100%;
}
#footer ul li span {
	padding-right: 10px;
	padding-left: 10px;
}
/* copyright */
#footer address {
	padding-top: 5px;
	font-size: 90%;
	font-weight: normal;
	text-decoration: none;
	font-style: normal;
	text-align: center;
	color: #999;
}




/* トップイメージ画像
----------------------------------*/
#maingraphic_main {
	height: 300px;
	display: inline;
	float: none;
	padding-top: 100px;
}


/* 更新情報
----------------------------------*/
#infomation {
	width: 377px;
}
/* 重要なお知らせ表示時
----------------------------------*/
#infomation_area {
	height: 190px;
	overflow-y: auto;
	line-height: 1.3em;
	color: #000;
	width: 380px;
	margin-top: 2px;
	border: 1px solid #333333;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-bottom: 10px;
}
/* 重要なお知らせ無しのノーマル
#mostimportant_area {
	display: none;
}
#infomation_area {
	height: 295px;
	overflow-y: auto;
	line-height: 1.3em;
	color: #000;
	width: 380px;
	margin-top: 2px;
	border: 1px solid #333333;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-bottom: 10px;
}
----------------------------------*/
/* 通常
#infomation_area {
	height: 190px;
	overflow-y: auto;
	line-height: 1.3em;
	color: #000;
	width: 380px;
	margin-top: 2px;
	border: 1px solid #333333;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-bottom: 10px;
}
----------------------------------*/
/* 一行時
#infomation_area {
	height: 230px;
	overflow-y: auto;
	line-height: 1.3em;
	color: #000;
	width: 380px;
	margin-top: 2px;
	border: 1px solid #333333;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-bottom: 10px;
}
----------------------------------*/
#infomation_area p {
	font-size: 85%;
}
#infomation_area a:link {
	text-decoration: underline;
}
#infomation_area a:visited {
	text-decoration: underline;
}
#infomation_area a:hover {
	text-decoration: none;
}
#infomation_area a:active {
	text-decoration: none;
}
/* 通常
----------------------------------*/
#info_redarea {
	height: 60px;
	overflow-y: auto;
	border: medium solid #C00;
	padding: 3px;
	text-align: left;
	color: #C00;
	line-height: 1.3em;
	margin-bottom: 10px;
}
/* 一行時
#info_redarea {
	height: 20px;
	overflow-y: auto;
	border: medium solid #C00;
	padding: 3px;
	text-align: left;
	color: #C00;
	line-height: 1.3em;
	margin-bottom: 10px;
}
----------------------------------*/
#info_redarea p {
	font-size: 90%;
}
#info_redarea ul li {
	font-size: 90%;
	list-style-position: outside;
	list-style-type: disc;
	margin-left: 18px;
	padding-bottom: 3px;
}
#info_redarea ul li a:link {
	color: #C00;
	text-decoration: underline;
}
#info_redarea ul li a:visited {
	color: #C00;
	text-decoration: underline;
}
#info_redarea ul li a:hover {
	text-decoration: none;
}
#info_redarea ul li a:active {
	color: #C00;
	text-decoration: underline;
}
.info_area {
	padding-bottom: 3px;
	line-height: 1.2em;
}



/* 製品カテゴリー
----------------------------------*/
td.productscategory {
	height: 25px;
	width: 172px;
	margine-left: 5px;
}
td.productscategory a:link {
	background-color: #993;
}
td.productscategory a:visited {
	background-color: #993;
}
td.productscategory a:hover {
	background-color: #666;
}
td.productscategory a:active {
	background-color: #666;
}



/* ブランドナビ
----------------------------------*/
#brandnavi {
	padding-top: 5px;
	text-align: center;
}
#brandnavi li {
	display: inline;
	font-size: 0.9em;
}
#brandnavi li span {
	margin-right: 1em;
	margin-left: 1em;
}


/* メインエリア
----------------------------------*/
#cal_text {
	text-align: center;
}
#cal_text a:link {
	color: #00F;
	text-decoration: none;
}
#cal_text a:visited {
	color: #00F;
	text-decoration: none;
}
#cal_text a:hover {
	color: #00F;
	text-decoration: underline;
}
#cal_text a:active {
	color: #00F;
	text-decoration: none;
}


/* メインエリア
----------------------------------*/
#intro_name {
	margin-right: 13px;
	margin-left: 13px;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 10px;
}
p.top_title {
	font-size: 110%;
	font-weight: bold;
}	
table.index_brandcategory p {
	font-size: 0.8em;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	text-align: left;
}
table.index_brandcategory p.top_title {
	font-size: 110%;
	font-weight: bold;
}
#event_newproducts_area {
	height: 530px;
	overflow-y: auto;
	line-height: 1.3em;
	color: #000;
	width: 510px;
	margin-top: 2px;
	border: 2px solid #CCC;
	padding-top: 2px;
}
#event_newproducts_area table tr td p.info_title {
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	text-decoration: none;
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 5px;
	line-height: 1.3em;
	font-size: 0.9em;
}
#event_newproducts_area table tr td p.info_text {
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	text-decoration: none;
	line-height: 1.3em;
	font-size: 0.9em;
	padding-left: 10px;
}
#web_area {
	width: 100%;
	line-height: 1.3em;
	color: #000;
	margin-top: 2px;
	border: 1px solid #CCC;
	padding-top: 10px;
	margin-bottom: 10px;
	text-align: center;
	padding-left: 5px;
}
#media_area {
	height: 230px;
	overflow-y: auto;
	line-height: 1.3em;
	color: #000;
	width: 510px;
	margin-top: 2px;
	border: 1px solid #CCC;
	padding-top: 2px;
	margin-bottom: 10px;
}
#media_area table tr td p.info_title {
	padding-bottom: 5px;
}
#media_area table tr td p.info_title a:link {
	font-style: normal;
	font-weight: bold;
	text-decoration: underline;
	line-height: 1.3em;
	font-size: 0.9em;
}
#media_area table tr td p.info_title a:visited {
	font-style: normal;
	font-weight: bold;
	text-decoration: underline;
	line-height: 1.3em;
	font-size: 0.9em;
}
#media_area table tr td p.info_title a:hover {
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	line-height: 1.3em;
	font-size: 0.9em;
}
#media_area table tr td p.info_title a:active {
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	line-height: 1.3em;
	font-size: 0.9em;
}
#media_area ul li {
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	text-decoration: none;
	line-height: 1.3em;
	font-size: 0.9em;
	list-style-position: outside;
	list-style-type: disc;
	margin-left: 17px;
}
#media_area ul li.media_space {
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	text-decoration: none;
	line-height: 1.3em;
	font-size: 0.7em;
	list-style-position: outside;
	list-style-type: disc;
	margin-left: 17px;
	padding-bottom: 5px;
}
.ad_title {
	text-align: center;
	font-size: 80%;
}


/* 製品カテゴリーページ
----------------------------------*/
#products_category_area {
	width: 760px;
	background-color: #D6D6C2;
	line-height: 1.3em;
	color: #000;
	margin-top: 2px;
	border: 1px solid #CCC;
	padding: 10px;
	margin-bottom: 10px;
}
#products_category_area table tr td p.products_num {
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	text-decoration: none;
	padding-top: 5px;
	line-height: 1.3em;
}
#products_category_area table tr td p.products_name {
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	text-decoration: none;
	padding-bottom: 5px;
	line-height: 1.3em;
	font-size: 120%;
}
#products_category_area table tr td p.products_price {
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	text-decoration: none;
	padding-bottom: 10px;
	line-height: 1.3em;
}
#products_category_area table tr td p.products_text {
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	text-decoration: none;
	line-height: 1.3em;
	padding-bottom: 3px;
}
em.sale_end {
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	text-decoration: none;
	line-height: 1.3em;
	color: #900;
	font-size: 90%;
}
#products_category_area table tr td p.motor_R {
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	text-decoration: none;
	line-height: 1.5em;
}
#products_category_area table tr td p.motor_num {
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	text-decoration: none;
	line-height: 0.8em;
	font-size: 85%;
}


/* 各ページ共通
----------------------------------*/
h2 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", Tahoma;
	font-size: 130%;
	font-weight: bold;
}
table.line_table {
	border: 1px solid #000;
	margin-top: 5px;
}
table.line_table_red {
	border: medium solid #F00;
	margin-top: 5px;
	margin-bottom: 35px;
}
table.line_table td {
	padding: 20px 35px;
}
table.line_table_red td {
	padding: 20px 35px;
}
table.line_table a:link {
	font-style: normal;
	font-weight: bold;
	text-decoration: underline;
}
table.line_table a:visited {
	font-style: normal;
	font-weight: bold;
	text-decoration: underline;
}
table.line_table a:hover {
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
}
table.line_table a:active {
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
}
table.noline_table {
	border: none;
	margin-top: 5px;
}
table.noline_table td {
	padding: 20px 35px;
}
table.noline_table a:link {
	font-style: normal;
	font-weight: bold;
	text-decoration: underline;
}
table.noline_table a:visited {
	font-style: normal;
	font-weight: bold;
	text-decoration: underline;
}
table.noline_table a:hover {
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
}
table.noline_table a:active {
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
}
.redtext {
	color: #C00;
}
.redtextline {
	color: #C00;
	text-decoration: underline;
}

/* 販売店のみなさまへ
----------------------------------*/
h3.shopsupport {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", Tahoma;
	font-size: 110%;
	font-weight: bold;
	padding-top: 30px;
	padding-bottom: 10px;
}
h4.shopsupport_ {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", Tahoma;
	font-size: 110%;
	font-weight: bold;
	padding-top: 10px;
}
p.shopsupport {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", Tahoma;
	font-size: 110%;
	font-weight: none;
	padding-bottom: 10px
}
.orderlist {
	width: 100%;
	padding-top: 30px;
	padding-bottom: 50px;
}
.orderlist p.a {
	font-size: 1em;
	width: 450px;
	background-color: #CCC;
	text-align: center;
	margin-right: 5px;
	float: left;
	height: 45px;
	padding-top: 30px;
	padding-bottom: 0px;
	margin-left: 80px;
	font-weight: bold;
}
.orderlist p.b {
	font-size: 1em;
	width: 100px;
	background-color: #FFF;
	text-align: center;
	margin-right: 5px;
	float: left;
	height: 60px;
	padding-top: 10px;
	padding-bottom: 0px;
	border: medium dotted #999;
}
.orderlist p.a2 {
	font-size: 1.2em;
	width: 450px;
	background-color: #CCC;
	text-align: center;
	margin-right: 5px;
	float: left;
	height: 52px;
	padding-top: 35px;
	margin-bottom: 20px;
	margin-left: 150px;
	font-weight: bold;
}
.orderlist p.a2 em {
	font-size: 90%;
	color: #F00;
	font-style: normal;
}
.orderlist p.c {
	font-size: 1em;
	width: 100px;
	background-color: #FFF;
	text-align: center;
	margin-right: 5px;
	float: left;
	height: 60px;
	padding-top: 10px;
	padding-bottom: 0px;
	border: medium dotted #999;
}
.orderlist p.b2 {
	font-size: 1em;
	width: 100px;
	background-color: #FFF;
	text-align: center;
	margin-right: 5px;
	float: left;
	height: 60px;
	padding-top: 10px;
	padding-bottom: 10px;
	border: medium dotted #999;
}
.orderlist p.c2 {
	font-size: 1em;
	width: 100px;
	background-color: #FFF;
	text-align: center;
	margin-right: 5px;
	float: left;
	height: 60px;
	padding-top: 10px;
	padding-bottom: 10px;
	border: medium dotted #999;
}
.orderlist p.d {
	font-size: 1em;
	height: 2px;
	text-align: center;
	clear: both;
}
.orderlist p.d_end {
	font-size: 1em;
	height: 10px;
	text-align: center;
	clear: both;
	padding-bottom: 50px;
}
p.shopsupport_90 a:link {
	font-style: normal;
	font-weight: bold;
	text-decoration: underline;	
}
p.shopsupport_90 a:visited {
	font-style: normal;
	font-weight: bold;
	text-decoration: underline;	
}
p.shopsupport_90 a:hover {
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
}
p.shopsupport_90 a:active {
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
}



/* 会社概要
----------------------------------*/
#companyinfo table tr td {
	padding: 5px;
}
#companyinfo table tr td p a:link {
	font-style: normal;
	font-weight: bold;
	text-decoration: underline;
}
#companyinfo table tr td p a:visited {
	font-style: normal;
	font-weight: bold;
	text-decoration: underline;
}
#companyinfo table tr td p a:hover {
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
}
#companyinfo table tr td p a:active {
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
}
.companyinfo_text {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", Tahoma;
	font-size: 110%;
	font-weight: none;
	line-height: 1.7em;
}



/* お問い合わせ
----------------------------------*/
table.formtable {
	border: 1px solid #EAEAEA;
}
table.formtable tr td {
	border: 1px dotted #EAEAEA;
	padding: 10px;
}
p.inquirytext {
	font-size: 180%;
	font-weight: bold;
	font-style: normal;
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
}
p.inquirytext a:link {
	color: #F60;
	text-decoration: none;
}
p.inquirytext a:visited {
	color: #F60;
	text-decoration: none;
}
p.inquirytext a:hover {
	text-decoration: underline;
}
p.inquirytext a:active {
	text-decoration: underline;
}
p.inquirytext em.inquirytext_normal {
	font-size: 60%;
	font-weight: normal;
	font-style: normal;
}


/* 修理・アフターサービス
----------------------------------*/
table.supporttable tr td {
	padding: 0;
}
table.supporttable_dot {
	border: dotted #000 medium;
}


/* 関連リンク
----------------------------------*/
p.linktitle {
	font-weight: bold;
	padding-bottom: 5px;
}
ul.linkpage li {
	list-style-position: outside;
	list-style-image: url(../img/link_mark.jpg);
	margin-left: 30px;
	padding-bottom: 15px;
	line-height: 1.5em;
	font-size: 90%;
}
ul.linkpage li a:link {
	font-size: 120%;
	font-weight: bold;
	color: #009;
	text-decoration: none;
}
ul.linkpage li a:visited {
	font-size: 120%;
	font-weight: bold;
	color: #009;
	text-decoration: none;
}
ul.linkpage li a:hover {
	font-size: 120%;
	font-weight: bold;
	color: #F60;
	text-decoration: none;
}
ul.linkpage li a:active {
	font-size: 120%;
	font-weight: bold;
	color: #F60;
	text-decoration: none;
}



/* プライバシーポリシー
----------------------------------*/
#privacypage p.begin {
	font-weight: bold;
	padding-top: 10px;
}
#privacypage hr {
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #333;
	margin-top: 1em;
}
#privacypage ul li {
	list-style-type: decimal;
	font-weight: bold;
	list-style-position: inside;
	margin-top: 20px;
}
#privacypage ul p {
	padding-left: 20px;
	font-weight: normal;
}
/* IE7へ指定 */
*+html #privacypage ul p {
	padding-left: 15px;
	font-weight: normal;
}
#privacypage ul ul li {
	list-style-type: disc;
	font-weight: normal;
	list-style-position: inside;
	padding-left: 20px;
	line-height: normal;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
}


/* サイトポリシー
----------------------------------*/
p.sitepolicy_top {
	padding-top: 5px;
	padding-left: 32px;
	padding-bottom: 15px;
}
table.site_policy {
	width: 100%;
	border: 2px solid #333;
}
table.site_policy tr .a {
	width: 20%;
	text-align: center;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #333;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333;
}
table.site_policy tr .b {
	width: 20%;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #333;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333;
}
table.site_policy tr .c {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #333;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333;
}
table.site_policy th {
	background-color: #EEEED9;
	height: 25px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333;
}
table.site_policy th.os {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000;
}

table.site_policy td {
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
}
table.site_policy td p.a_downlorad {
	padding-top: 5px;
	font-weight: bold;
}
table.site_policy td p.b_downlorad {
	padding-right: 5px;
	margin-bottom: 10px;
}
table.site_policy a:link {
	font-style: normal;
	font-weight: bold;
	text-decoration: underline;
}
table.site_policy a:visited {
	font-style: normal;
	font-weight: bold;
	text-decoration: underline;
}
table.site_policy a:hover {
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
}
table.site_policy a:active {
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
}
p.plugin_img {
	margin-top: 30px;
}
p.plugin_text {
	display: inline;
	padding-right: 5px;
}


/* 製品カテゴリー
----------------------------------*/
#products_area {
	line-height: 1.3em;
	color: #000;
	width: 100%;
	margin-top: 2px;
	padding-top: 2px;
	margin-bottom: 10px;
}
#products_area table tr td p.info_title {
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	text-decoration: none;
	padding-top: 10px;
	padding-bottom: 5px;
	line-height: 1.3em;
}
#products_area table tr td p.info_name {
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	text-decoration: none;
	line-height: 1.3em;
	vertical-align: middle;
	background-position: center;
	font-size: 13px;
	padding-top: 5px;
	height: 25px;
}
#products_area table tr td .info_name img {
	background-position: bottom;
	padding-bottom: 3px;
}

#products_area table tr td p.info_text {
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	text-decoration: none;
	line-height: 1.3em;
	font-size: 0.9em;
}
#products_area table tr td p.info_price {
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	text-decoration: none;
	padding-top: 5px;
	line-height: 1em;
}
#products_area table tr td p em.info_green {
	color: #090;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	text-decoration: none;
	padding-top: 10px;
	padding-bottom: 5px;
	line-height: 1.3em;
}
#products_area table tr td p em.info_pink {
	color: #F09;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	text-decoration: none;
	padding-top: 10px;
	padding-bottom: 5px;
	line-height: 1.3em;
}
#products_area table tr td p em.info_small {
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	text-decoration: none;
	padding-top: 5px;
	line-height: 1em;
	font-size: 80%;
}


/* イベント・レース情報
----------------------------------*/
/* IE7へ指定 */
*+html hr.dotline {
	border-style: dotted;
	border-width: 2px;
	border-color: #E3E3E3;
}
hr.dotline {
	border-style: solid;
	border-width: 1px;
	border-color: #E3E3E3;
}
#race {
	margin-left: auto;
	margin-right: auto;
	width: 850px;
}
#race .race_title {
	font-weight: bold;
	font-size: 105%;
}
#race .race_title_top {
	font-weight: bold;
	padding-top: 10px;
	font-size: 105%;
}
#race a:link {
	font-style: normal;
	font-weight: bold;
	text-decoration: underline;	
}
#race a:visited {
	font-style: normal;
	font-weight: bold;
	text-decoration: underline;	
}
#race a:hover {
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
}
#race a:active {
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
}


/* 新製品情報
----------------------------------*/
.newproducts_info {
	line-height: 3em;
	font-size: 120%;
}
.newproducts_info .info_up {
	font-size: 70%;
	color: #666;
	font-style: normal;
}
.end {
	padding-bottom: 300px;
}


/* サポートドライバー
----------------------------------*/
table.drive_t {
	margin-top: 10px;
}
table.drive_t a:link {
	font-style: normal;
	font-weight: bold;
	text-decoration: underline;	
}
table.drive_t a:visited {
	font-style: normal;
	font-weight: bold;
	text-decoration: underline;	
}
table.drive_t a:hover {
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
}
table.drive_t a:active {
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
}
.driver_name {
	font-size: 140%;
	font-weight: bold;
	background-color: #CCC;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	margin-bottom: 5px;
	text-align: left;
}
em.driver_name_s {
	font-style: oblique;
	font-size: 80%;
	font-weight: bold;
}
.driver_other {
	padding-top: 5px;
}
.driver_title {
	font-size: 150%;
	font-weight: normal;
	font-weight: bold;
	padding-bottom: 5px;
}
.end_driver {
	padding-bottom: 30px;
}
.driverarea {
	width: 98%;
	border: #000 solid medium;
	margin-bottom: 60px;
}
.drivername {
	font-size: 150%;
	font-weight: normal;
	font-style: italic;
}
.splinkarea {
	padding-left: 10px;
	text-align: left;
	vertical-align: top;
}
.splink {
	padding-bottom: 5px;
	font-size: 110%;
}
.driverarea a:link {
	color: #096;
}
.driverarea a:visited {
	color: #096;

}
.driverarea a:hover {
	color: #F60;
}
.driverarea a:active {
	color: #F60;
}


.reportnew {
	padding-top: 5px;
}
.category_name {
	vertical-align: middle;
	height: 24px;
	}

