@charset "utf-8";
body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #CCCCCC;
}

/* -- 記載順序　↓
 全体ボックス
 タイトル・ヘッダー部分
 他ページヘッダー
 ヘッダー下からフッターまでの囲みボックス
 メニュー部分（左サイド)
 メイン内容部分（右サイド)
 全般に使用しているもの
 メニューリンク
 メイン部分中身
 メイン部分　標準テキスト
 メイン部分　ちょっと右寄
 アンダーライン赤　強調　…会社案内・リクルートのページに使用
 問い合わせフォーム
 各営業所紹介ページ　Google Map表示用
 会社紹介ページ
 */

/*トピックボックス内用に新たに作ったスタイル*/

.toop {
	font-variant: normal;
	font-size: 13px;
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
	color: #FF3300;
	background-color: #FCFFC8;
	border:thin dotted #FF3300;
	padding:3px 40px;
	font-weight: bold;
}

.moji1 {
	font-size: 13px;
	font-weight: 500;
	color: #000000;
}

/*全体ボックス*/
#inbox {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #ECE9D8;
	border-right-color: #ECE9D8;
	border-bottom-color: #ECE9D8;
	border-left-color: #ECE9D8;
	margin-top: 0px;
}


/*タイトル・ヘッダー部分ここから*/
#header {
	height: 290px;
	width: 800px;
	background-image: url(file:///E|/HP%E6%96%B0%E8%A6%8F%E8%A3%BD%E4%BD%9C%E6%A1%88/web/web/img/title.jpg);
	background-repeat: no-repeat;
}

#header-flash {
	width: 800px;
}

/*他ページヘッダーここから*/
#subheader {
	height: 99px;
	width: 800px;
}


/*ヘッダー下からフッターまでの囲みボックス*/
#main {
	width: 800px;
}

/*メニュー部分（左サイド）*/
#left {
	width: 220px;
	background-color: #FBFBFD;
	float: left;
	padding-top: 10px;
}

/*メイン内容部分（右サイド）*/
#right {
	float: right;
	width: 580px;
	background-color: #FFFFFF;
	padding-bottom: 10px;
}

/*フッター Copyright部分*/
#footer {
	width: 800px;
	clear: both;
	margin-top: 0px;
	height: 25px;
}

/*全般に使用しているもの*/

img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.table_text {
	font-size: 0.75em;
	color: #333333;
	line-height: 1.2em;
}

.table_text2 {
	font-size: 0.8em;
	color: #333333;
	line-height: 1.3em;
}

h3 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 0.8em;
	font-weight: bold;
	color: #333333;
	background-color: #D7CCCC;
	height: 20px;
	width: 500px;
	margin-left: 30px;
	padding-top: 7px;
	padding-right: 3px;
	padding-left: 10px;
}

h2 {
	font-size: 1.2em;
	color: #57512B;
	background-color: #ECE9D8;
	padding: 8px;
	width: 480px;
	margin-top: 10px;
}

a,a:visited {
	color: #336699;
	text-decoration: none;
}

/*メニューリンク*/
li {
	font-size: 0.8em;
	margin-bottom: 1px;
	list-style-type: none;
}

ul {
	list-style-type: none;
}

ul.menu {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}


/*メイン部分中身*/
.right-box {
	text-align: center;
	width: 575px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.topics  {
	margin: 0px;
	padding-top: 5px;
	padding-left: 50px;
	text-align: left;
	color: #333333;
	font-size: 0.8em;
	line-height: 125%;
	padding-bottom: 9px;
}


/*メイン部分　標準テキスト*/
.right-text {
	width: 510px;
	margin-left: 30px;
	font-size: 0.8em;
	line-height: 130%;
	color: #333333;
	text-align: left;
}


.memo-text {
	width: 510px;
	margin-left: 10px;
	font-size: 0.7em;
	line-height: 130%;
	color: #808080;
	text-align: left;
}



/*メイン部分　中央寄せ*/
.right-center {
	font-size: 0.8em;
	line-height: 130%;
	color: #333333;
}

.red {
	color: #CC0000;
}

/*メイン部分　ちょっと右寄*/
.right-text2 {
	width: 490px;
	margin-left: 70px;
	font-size: 12px;
	line-height: 130%;
	color: #333333;
}

/*アンダーライン赤　強調　…会社案内・リクルートのページに使用　*/
.text-line {
	font-weight: bold;
	color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF0000;
}

/*問い合わせフォーム　td.lineはリクルートページにも使用*/
.jb-link {
	color: #989876;
}

.redText {
	width: 490px;
	margin-left: 70px;
	color: #CC0000;
}

td.line {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #ECE9D8;
}


.mailAddress {
	background-color: #FFFFFF;
	margin-left: 5px;
	margin-bottom: 5px;
	width: 200px;
	padding: 10px;
	float: right;
}

/*各営業所紹介ページ　Google Map表示用*/
iframe {
	border: 1px solid #999999;
}

img#Image26 {

}


/*会社紹介ページ*/
img#ansin {
	padding-bottom: 10px;
	text-align: center;
}


.circle { font-size:0.7em;}

.blueBox {
	width: 470px;
	margin-left: 50px;
	font-size: 0.8em;
	line-height: 130%;
	color: #333333;
	text-align: left;
	background-color: #E6F2FF;
	padding: 5px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #F6F6F3;
	border-bottom-color: #F6F5F2;
}

/*パーツ取車ページ*/

img.parts {
	padding-top: 3px;
	padding-right: 3px;
	padding-left: 3px;
}

img.partsBig {
	padding: 10px;
	border: 1px solid #CCCCCC;
}

