@charset "utf-8";
/* ===================================================================
CSS information

 file name  :style.css
 author     :yourName (admin)
 style info :コンテンツエリア関係 他
 
このスタイルシートの構成
 基本設定、リンクカラー、レイアウト、横幅設定など
 汎用class
 #navSkip
 #page
  #contents
   #main
   #sub
 
=================================================================== */

/*----------------------------------------------------
	基本設定、リンクカラー、レイアウト、横幅設定など
----------------------------------------------------*/
body {
}

a:link {
	color:#000;
}

a:visited {
	color:#000;
}

a:hover {
	color:#444;
	text-decoration: none;
}

a:active {
}

#contents,
#page {
}

#page_inner{
	width:940px;
	margin:0 auto;
}

#sub,
#main,
#contents {
}

#main {
	width: 700px;
	float:right;
}

#sub {
	width: 240px;
	float:left;
}


/*----------------------------------------------------
	汎用class
----------------------------------------------------*/
.imgR {
	float: right;
	margin: 0 0 10px 10px;
}

.imgL {
	float: left;
	margin: 0 10px 10px 0;
}

.img_border{
	border:#666 solid 1px;
}
.btn {
	text-align: center;
}

/*
	clearfix
*/
#hoge:after {
	content: "."; display: block; visibility: hidden; height: 0.1px; font-size: 0.1em; line-height: 0; clear: both;
}

.mgB10{
	margin-bottom:10px;
}

.mgB20{
	margin-bottom:20px;
}

.mgL10{
	margin-left:10px;
}

.mgL20{
	margin-left:20px;
}

.mgL40{
	margin-left:40px;
}

.ft17{
	font-size:17px;
}

.ftOrabge{
	color:#F60;
}

.ftRed{
	color:#f00;
}

h2.title01{
	width:640px;
	height:30px;
	background:url(../img/share/title01_bg.jpg) no-repeat;
	color:#333;
	padding-left:30px;
	font-size:19px;
	padding-top:5px;
	margin-bottom:20px;
}

h3.title02{
	font-size:15px;
	font-weight:bold;
	border-left:#000 solid 7px;
	padding:3px 10px;
	margin-left:5px;
	margin-right:15px;
	border-bottom:#ccc dotted 1px;
	background:#e5e5e5;
	margin-bottom:20px;
	
}
/*----------------------------------------------------
	#page
----------------------------------------------------*/
#page {
	width:960px;
	margin: 0 auto;
	text-align: left;
	background:url(../img/share/page_bg.jpg) repeat-y;
}


/*----------------------------------------------------
	#contents
----------------------------------------------------*/
#contents {
	width:940px;
	background:url(../img/share/contents_bg.jpg) repeat-y;
	padding-top:20px;
}

#contents .pageTop {
	clear: both;
	text-align: right;
	font-size:11px;
	padding-bottom:20px;
	padding-right:20px;
}


/*----------------------------------------------------
	#main
		メイン
----------------------------------------------------*/
#main {
}

#main div.section{
	padding-left:20px;
	margin-bottom:20px;
	clear:both;
}

#main div.section p{
	margin:5px 20px 20px 5px;
}

.imgbox{
	margin-left:5px;
	margin-bottom:20px;
}
.contents_box01{
	width:667px;
	background:url(../img/share/box01_bg.jpg) no-repeat top;
}

.contents_box01 div{
	padding:10px 20px;
}

.contents_box01_btm{
	width:667px;
	height:10px;
	background:url(../img/share/box01_bg_btm.jpg) no-repeat;
}
/* -----------------------------------------------------------
	#sub
		サイドバー、サブ
----------------------------------------------------------- */
#sub {
}

#sub_address{
	width:200px;
	margin:0 auto;
	background:#FFF;
	border:#ccc solid 1px;
}

#sub_address address{
	padding:5px;
}
/* -----------------------------------------------------------
	トップページ
----------------------------------------------------------- */

/* -----------------------------------------------------------
	速太郎車検
----------------------------------------------------------- */

.car_check_table{
	margin-bottom:20px;
}
.car_check_table td{
	vertical-align:top;
}

/* -----------------------------------------------------------
	料金表
----------------------------------------------------------- */

table.price{
	width:650px;
	margin-left:10px;
}

table.price th{
	background:#F93;
	color:#333;
	border:#fff solid 5px;
	padding:5px;
	text-align:center;
	width:80px;
}

table.price th span{
	font-size:11px;
	color:#000;
	font-weight:normal;
}

table.price th.th_cell01{
	background:#CFF;
	width:20px;
}

table.price td{
	background:#FFC;
	color:#000;
	font-size:17px;
	font-weight:bold;
	border:#fff solid 5px;
	padding:5px;
	text-align:center;
	width:80px;
}

table.price td span{
	font-size:14px;
}

/* -----------------------------------------------------------
	FAQ
----------------------------------------------------------- */

.faqQ{
	background:url(../img/faq/q.gif) no-repeat 0px 5px;
	padding:5px 0px 5px 30px;
	font-weight:bold;
	background-color:#F5F5F5;
}

.faqA{
	background:url(../img/faq/a.gif) no-repeat;
	padding-left:30px;
	padding-bottom:20px;
}

/* -----------------------------------------------------------
	会社概要
----------------------------------------------------------- */
table.company{
	width:650px;
	margin-left:10px;
	margin-bottom:20px;
}

table.company th{
	padding:10px;
	border-left:#333 solid 5px;
	border-bottom:#fff solid 1px;
	background:#e5e5e5;
}

table.company td{
	padding:10px;
	border-right:#888 solid 5px;
	border-bottom:#ccc solid 1px;
}

/* -----------------------------------------------------------
	一般整備
----------------------------------------------------------- */
table.price2{
	width:650px;
	margin-left:10px;
}

table.price2 th{
	background:#F93;
	color:#333;
	border:#fff solid 5px;
	padding:5px;
	text-align:center;
	width:80px;
}

table.price2 th span{
	font-size:11px;
	color:#000;
	font-weight:normal;
}

table.price2 td{
	background:#FFC;
	color:#000;
	font-size:14px;
	font-weight:bold;
	border:#fff solid 5px;
	padding:5px;
	text-align:center;
	width:80px;
}

table.price2 td span{
	font-size:12px;
	font-weight:normal;
}

table.question{
	width:650px;
	margin-left:10px;
}

table.question th{
	padding:10px;
	width:150px;
	background:#f1f1f1;
	border-left:#006 solid 5px;
	border-bottom:#fff solid 2px;
}

table.question td{
	padding:10px;
}
