﻿@charset "utf-8";
/* CSS Document */

body {
	background-color: #E6E6E6;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 9pt;
	font-style: normal;
	line-height: 170%;
	font-weight: normal;
	font-variant: normal;
	text-transform:none;
	color: #000000;
	padding:0;
	margin:0;
}

a {
	color:#0000FF;
}
a:hover {
	color:#FF6600;
}
.orange {
	color:#FF6600;
}
.red {
	color:#FF0000;
}
.blue {
	font-size:8pt;
	margin:0 0 0 1em;
	color:#0099FF;
}
.blue2 {
	font-size:8pt;
	color:#0099FF;
	line-height: 130%;
	margin:0 0 10px 0;
}
.center {
	text-align:center;
}
.right {
	text-align:right;
}
.space {
	margin-right:1em;
}
.space2 {
	margin-right:3px;
}
.space3 {
	margin-left:3px;
}
.btmMargin5 {
	margin:0 0 5px 0;
}
.guideText {
	margin:15px 0 0 10px;
}
.yen {
	font-size:9pt;
}
	
.clear {
	clear: both;
}
.clear2 {
	display:block;
	background-color:#E6E6E6;
	clear: both;
	width:1px;
	height: 15px;
}

#background {
	background:url(../img/background.gif) repeat-y;
	margin:0 auto;
	width:980px;
	height: 100%;
}

/* ヘッダー */
#header {
	width:950px;
	height:75px;
	padding:0 15px 0 15px;
}
#header h1 {
	padding:5px 15px 0 15px;
}
#header h2 {
	padding:8px 0 0 13px;
	width:250px;
	float:left;
}
#header h2 img {
	border-style:none;
}
#header h3 {
	padding:5px 0 0 5px;
	width:350px;
	float:left;
}

/*検索*/
#searcharea{
	text-align:right;
	margin:10px 15px 0 0;
	float:right;
}
#searcharea td {
	vertical-align:middle;
}
#searcharea td img {
	margin: 0 3px 1px 0;
}
#parts_keyword {
	width:15em; 
	margin-right:10px;
}

/*ログイン*/
#loginArea{
	margin-top:1px;
	border-top:1px solid #E6E6E6;
	border-left:1px solid #E6E6E6;
	border-right:1px solid #CCC;
}
#loginArea p#User{
	padding:3px 10px;
	background:url(../img/LoginBoxBg.gif) repeat-x;	
	border-bottom:1px solid #CCC;
}
#loginArea p#MemberMenu{
	padding:3px 10px;
	background-color:#FFF;	
	border-top:1px solid #FFF;
	border-bottom:1px solid #CCC;
}
#loginArea p span{
	margin-right:1em;
}
#loginArea p span.numeric{
	margin:0;
}
#loginArea strong{
	font-weight:bold;
}
#loginArea a{
	color:#06F;
	text-decoration:none;
}
#loginArea a:hover{
	color:#F60;
}

/*メインフレーム*/
#main-flame {
	border-top:1px solid #FFFFFF;
	width:920px;
	height:100%;
	background-color:#FFFFFF;
	margin: 0 30px 0 30px;
}
	*html #main-flame{
		display: inline-block;
	}

/*メインメニュー*/
#MainMenu li {
	float:left;
	width:153px;
}
#MainMenu a{
	display:block;
	width:151px;
	padding:5px 0;	
	border-top:1px solid #99C6FD;
	border-left:1px solid #99C6FD;
	border-right:1px solid #033A7E;
	border-bottom:1px solid #033A7E;
	background:url(../img/MainMenuBtnOff.gif) repeat-x;
	color:#FFF;
	text-align:center;
	font-weight:bold;
	text-decoration:none;
}
#MainMenu a:hover{
	background:url(../img/MainMenuBtnOn.gif) repeat-x;
}
#MainMenu li#left{
	width:154px;
}
#MainMenu li#right a {
	width:154px;
}
#MainMenu li#left a {
	width:153px;
	border-left:none;
}
#MainMenu li#right a {
	width:153px;
	border-right:none;
}

/*javascript無効時のエラー*/
noscript div {
	margin:10px 0 0 0;
	border:1px solid #CCC;
}
noscript h3 {
	background:url(../img/iconDetail_title.gif) repeat-x;
	height:20px;
	padding:5px 10px 0 10px;
	border:1px solid #FFF;
	border-bottom:1px solid #CCCCCC;
	font-size:10pt;
	font-weight:bold;
	color:#FF0000;
}
noscript p {
	margin:10px;
	font-size:8pt;
	line-height:150%;
}

/*パンくず*/
#topicPath {
	display:block;
	border-bottom:1px dashed #0558BE;
	margin:10px 15px 0 0;
	font-size:8pt;
}
	#topicPath a {	
		color:#0558BE;
		margin:0 0 0 0;
		text-decoration:none;
	}
	#topicPath a:hover{
		color:#FF6600;
	}
	#topicPath img {   
    	margin:0 5px;   
	}
	
/*メインコンテンツ*/
#main-content {
	background-color:#FFFFFF;
	margin:0 0 0 0;
	padding:0 0 0 0;
	width:690px;
	height:100%;
	float:left;
	display:inline-block;
}

/*サブコンテンツ*/
#sub-content {
	background-color:#0558BE;
	display:inline-block;
	margin-top:10px;
	padding:0 0 15px 0;
	float:left;
	text-align:center;
	width:230px;
	height:100%;
}
.SubBanner {
	margin-top:15px;
}

.text {
	margin:10px 25px 0 10px;
}
.text2 {
	margin:10px 30px 0 20px;
}
	.text2 dt {
		color:#333333;
		font-weight:bold;
	}
	.text2 dd {
		margin:5px 0 0 1em;
	}
	.text2 dd img {
		margin:10px 0 0 0;
		border:1px solid #CCCCCC;
	}
	.text2 img {
		margin-right:3px;
		display:inline-block;
		vertical-align:middle;
	}
.text3 {
	margin:1px 30px 0 20px;
}
.formText {
	margin:20px 25px 0 10px;
}

/*定義型リストのスタイル*/
dl{
	margin:10px 30px 0 20px;
}
	dl dt{
		font-weight: bold;
		margin: 0;
		padding: 0 0 5px 0;
	}
	dl dd{
		margin: 0;
		padding: 0 0 10px 10px;
	}

/*表示件数とソート*/
#displaySoat {
	margin:10px 25px 0 10px;
	color:#333333;
	font-size:8pt;
}
	#displaySoat span.now {
		padding:1px 6px;
		border-top:1px solid #F0F0F0;
		border-left:1px solid #F0F0F0;
		border-right:1px solid #999999;
		border-bottom:1px solid #999999;
		background-color:#9DCEFF;
		color:#333333;
	}
	#displaySoat a {
		margin:0 5px 0 0;
		padding:1px 6px;
		border-top:1px solid #F0F0F0;
		border-left:1px solid #F0F0F0;
		border-right:1px solid #999999;
		border-bottom:1px solid #999999;
		background-color:#F0F0F0;
		text-decoration:none;
		text-align:center;
		color:#333333;
	}
	#displaySoat a:hover {
		border-top:1px solid #999999;
		border-left:1px solid #999999;
		border-right:1px solid #F0F0F0;
		border-bottom:1px solid #F0F0F0;
	}
	#displaySoat span {
		margin:0 5px 0 0;
	}
#display {
	padding:0 15px 0 0 ;
}

/*ページ*/
.pageNumbers {
	margin:7px 25px 0 10px;
	padding:1px 0; /*バグ回避用*/　
	color:#333333;
	text-align:center;
	font-size:8pt;
}
	.pageNumbers span.now {
		padding:1px 6px;
		border-top:2px solid #F0F0F0;
		border-left:1px solid #F0F0F0;
		border-right:1px solid #999999;
		border-bottom:1px solid #999999;
		background-color:#9DCEFF;
		color:#333333;
	}
	.pageNumbers a {
		margin:0 5px 0 0;
		padding:1px 6px;
		border-top:1px solid #F0F0F0;
		border-left:1px solid #F0F0F0;
		border-right:1px solid #999999;
		border-bottom:1px solid #999999;
		background-color:#F0F0F0;
		text-decoration:none;
		text-align:center;
		color:#333333;
	}
	.pageNumbers a:hover {
		border-top:1px solid #999999;
		border-left:1px solid #999999;
		border-right:1px solid #F0F0F0;
		border-bottom:1px solid #F0F0F0;
	}
	.pageNumbers span {
		margin:0 5px 0 0;
	}

/*タイトル*/
.title-bar{
	display:block;
	margin:20px 0 0 0;
	padding:0;
}

.title2 {
	border:1px solid #CCCCCC;
	background-color:#80A6CE;
	color:#FFFFFF;
	font-weight:bold;
	font-size:14px;
	margin:15px 15px 0 0;
	padding:10px 13px 8px 13px;
}

.subTitle {
	border-left:6px solid #0099CC;
	border-bottom:1px solid #0099CC;
	color:#333333;
	font-size:11pt;
	font-weight:bold;
	margin:30px 25px 0 10px;
	padding:2px 7px 2px 7px;
}

/*ページのトップへ*/
.pageTop{
	margin:10px 25px 0 10px;
	text-align:right;
}
	.pageTop a {
		background:url(../img/maker04_off.gif) no-repeat left center;
		padding:2px 0 2px 15px;
		text-decoration:none;
		color:#0558BE;
	}
	.pageTop a:hover {
		background:url(../img/maker04_on.gif) no-repeat center left;
		color:#FF6600;
	}

/*確認やエラーのメッセージ*/
#commentBox {
	border-right:1px solid #999999;
	border-bottom:1px solid #999999;
	background-color:#D9ECF4;
	margin:15px 24px 0 10px;
	padding:30px;
	text-align:center;
}
.comment1 {
	font-size:12pt;
	font-weight:bold;
}
.comment2 {
	margin:10px 0 0 0;
}

/*右袖会員紹介バナー*/
#loginBox {
	text-align:center;
	color:#FFFFFF;
}

/*
	.loginForm h3 {
		margin:0 0 10px 0;
	}
	.loginForm dt {
		margin:5px 0 0 0;
	}
	.loginForm dd {
		background-color:#F0F0F0;
		padding:1px 5px;
		border-top:1px solid #999999;
		border-left:1px solid #999999;
	}		
	.loginForm p {
		margin:5px 0 0 0;
	}
	.loginForm ul {
		margin:10px 0 0 0;
	}
	.loginForm li {
		display:block;
		padding:5px 0 0 0;
		border-bottom:1px dashed #FFFFFF;
	}
	.loginForm li a {
		display:block;
		color:#0558BE;
		background:url(img/maker02_off.gif) left center no-repeat;
		text-decoration:none;
		padding:0 0 0 17px;
	}
	.loginForm li a:hover {
		background-image:url(img/maker02_on.gif);
		color:#FF6600;
	}
.entry {
}
	.entry input {
		width:177px;
	}
.loginBtn {
	display:block;
	margin:10px 0 0 0;
	padding:10px 0 0 0;
	text-align:center;
}
#passReissue a {
	display:block;
	color:#0558BE;
	background:url(img/maker02_off.gif) left center no-repeat;
	text-decoration:none;
	padding:2px 0 2px 15px;
}
#passReissue a:hover {
	background-image:url(img/maker02_on.gif);
	color:#FF9900;
}

#auto {
	padding:5px 0 0 0;
}
*/

/*ご利用ガイド*/
.guide {
	background-color:#FFF;
	border-right:1px solid #023054;
	border-bottom:1px solid #023054;
	width :199px;
	margin:15px auto 0 auto;
	padding:0 0 15px 0;
	text-align:left;
	/* ラウンド */
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.guide img {
	margin:10px;
}
.guideMenu {
	margin:0 10px 0 10px;
	text-align:left;
}
.guideMenu li {
	display:block;
	padding:5px 0 0 0;
	border-bottom:1px dotted #999;
	}
.guideMenu a {
	background: url(../img/maker02_off.gif) left center no-repeat;
	text-decoration:none;
	padding:2px 0 2px 17px;
	color:#000;
}
.guideMenu a:hover {
	background: url(../img/maker02_on.gif) left center no-repeat;
	color:#FF6600;
}

/*会員メニュー*/
#memberMenu li {
	padding:5px 0 0 0;
	border-bottom:1px dashed #cccccc;
}

/*マテックグループバナー*/
#MatecOfficial {
	display:block;
	width:200px;
	height:90px;
	margin:0 0 15px 15px;
}

#matecGroup {
	background-color:#FFF;.
	border-right:1px solid #023054;
	border-bottom:1px solid #023054;
	width :189px;
	margin:13px auto 0 auto;
	padding:10px 0 10px 10px;
	text-align:left;
	/* ラウンド */
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.groupBanner {
	margin:5px 0 0 0;
	border-top:1px solid #F0F0F0;
	border-left:1px solid #F0F0F0;
	border-right:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
}

/*リンク*/
.link{
	margin:10px 30px 0 20px ;
	text-align:right;
}
	.link a {
		background:url(../img/maker02_off.gif) left center no-repeat;
		padding:2px 0 2px 17px;
		text-decoration:none;
		color:#0558BE;
	}
	.link a:hover {
		background-image:url(../img/maker02_on.gif);
		color:#FF6600;
	}

/*テーブル*/
.table01 {
	margin:15px 0 0 10px;
	width:655px;
	border:1px solid #999999;
}
	.table01 th {
		width:140px;
		background-color:#E6E6E6;
		border:1px solid #999999;
		padding:10px;
		font-weight:bold;
	}
	.table01 td {
		border:1px solid #999999;
		padding:10px;
	}
	.table01 td p {
		margin-top:5px;
		line-height:140%;
		font-size:8pt;
	}
	.table01 td label {
		margin-right:3px;
	}

#meigiSelect {
	margin:10px 0 0 0;
}

.formComment {
	font-size:8pt;
	letter-spacing:-1px;
	margin:0 0 0 1em;
	color:#0099FF;
	margin:0 0 5px 0;
}

/*入力制限*/
.tel input, .tel1 input, .tel2 input, .tel3 input, .zip input, .zip1 input, .zip2 input, .mailAdd input, .password input{
	ime-mode:disabled;
}

.tel input {
	width:100px;
}
.tel1 input {
	width:4em;
	margin:0 3px 0 0;
}
.tel2 input {
	width:4em;
	margin:0 3px;
}
.tel3 input {
	width:4em;
	margin:0 0 0 3px;
}
.name input {
	width:150px;
}
.name1 input {
	width:100px;
	margin:0 0 0 3px;
}
.zip input{
	width:70px;
}
.zip1 input {
	width:3em;
	margin:0 3px 0 0;
}
.zip2 input {
	width:4em;
	margin:0 0 0 3px;
}
.password input {
	width:140px;
}
.mailAdd input {
	width:230px;
}	
.add input {
	width:300px;
}
.add2 input {
	width:250px;
}
.other1 input {
	width:270px;
}
.other1 textarea {
	font-size:9pt;
	width:325px;
	height:80px;
}
.ast {
	margin:0 0 0 1em;
	color:#FF0000;
	font-weight:normal;
}

/*エラー*/
ul.error {
	margin:10px 25px 0 9px;
	background:#E6E6E6;
	border-right:1px solid #999999;
	border-bottom:1px solid #999999;
	padding:7px 15px 10px 15px;
}
	ul.error li {
		color:#FF0000;
		margin:3px 0 0 0;
		list-style:inside disc;
	}
span.error {
	margin:0 0 0 10px;
	color:#FF0000;
}

/*ボタン*/
.btn {
	margin:20px 15px 0 0;
	text-align:center;
}
	.btn img {
		margin:0 5px;
	}
	.btn input {
		margin:0 5px;
	}

/*リスト*/
.list {
	display:block;
	margin:10px 30px 0 30px;
}
	.list li {
		list-style:disc outside;
		margin-top:5px;
	}

/*バナー*/
.banner {
	margin:15px 0 0 0;
	border-right:1px solid #666666;
	border-bottom:1px solid #666666;
}

/*営業日カレンダー*/
#cale{
	background-color:#FFF;
	margin:15px 15px 0 15px;
	padding-bottom:5px;
	text-align:center;
}
#cale h4 {
	margin-bottom:8px;
	padding:3px 0;
	border-top:1px solid #FFF;
	border-left:1px solid #FFF;
	border-bottom:1px solid #CCC;
	background-color:#D0E8FF;
	font-weight:bold;
}
#cale table {
	display:inline;
	font:Arial, Helvetica, sans-serif;
	font-size:8pt;
}
#cale tr{
	border:1px solid #CCC;
}
#cale th {
	background-color:#E6E6E6;
	border:1px solid #CCC;
	text-align:center;
}
#cale td {
	background-color:#FFF;
	width:25px;
	border:1px solid #CCC;
}

#right div#cale table td.today{
		font-weight: bolder;
		background:url(../img/today.gif) no-repeat center;
	}
	#right div#cale table td.sendday{
		font-weight: bolder;
		background:url(../img/sendday.gif) no-repeat center;
	}
#cale td.holiday {
	color:#F00;
}
#cale td.today {
	background:url(../img/today.gif) no-repeat center center;
}
#cale td.sendday {
	background:url(../img/sendday.gif) no-repeat center center;
}
#cale td.today {
}
#cale p{
	margin:3px 8px;
	text-align:left;
}
#cale p strong{
	font-weight:bold;
	color:#F00;
}

/*フッター*/
#footer {
	border-top:3px solid #0558BE;
	margin:15px 15px 0 15px;
	padding:15px 0 20px 0;
	text-align:center;
	clear:both;
}
#footer a {
	text-decoration:none;
	background:url(../img/maker02_off.gif) left center no-repeat;
	padding:2px 0 2px 17px;
	color:#333333;
}
#footer a:hover {
	background-image:url(../img/maker02_on.gif);
	color:#FF6600;
}
#footer img {
	margin-top:10px;
}
#footer h2 {
	margin-top:3px; 
	font-size:7pt;
	color:#666666;
}

/*キャンセル*/
#cancelBtn {
	margin:5px 5px 0 5px;
	text-align:right;
}

/*バナー*/
#memberBanner {
	margin:15px 15px 0 15px;
	padding:35px 0 0 0;
	width:198px;
	height:188px;
	background:url(../img/member_banner.gif) no-repeat;
	border:1px solid #FF9900;
}
#memberBanner img {
	margin-top:49px;
}

/*ページのトップへ移動*/
#footer_top {
	margin:0 15px;
	padding:15px;
	text-align:right;
	border-top:1px dashed #CCCCCC;
}
#footer_top a {
	background:url(../img/maker04_off.gif) left center no-repeat;
	padding-left:15px;
	text-decoration:none;
	color:#0558BE;
	text-align:right;
}
#footer_top a:hover {
	background-image:url(../img/maker04_on.gif);
	color:#FF6600;
}

#MaintenanceMsg {
	line-height:250%;
	margin:50px 0 0 0;
	font-size:12pt;
	text-align:center;
}

/* お知らせ */
.News {
	margin:10px 0 0 0;
	padding:8px;
	border:1px solid #0558BE;
}
.News h2 {
	font-size:10.5pt;
	color:#0558BE;
	font-weight:bold;
}
.News p a{
	color:#0558BE;
}
.News strong {
	font-weight:bold;
}

#Area{
	margin:0;
}

#Area dt {
	padding:10px 0 0 0;
	font-weight:bold;
	font-size:10.5pt;
}
#Area dd {
	margin-left:1em;
}

