* {
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}

html {
	overflow-y: scroll;
}

body {
	width: 100%;
	font-size: 12px;/* 文字サイズ計算＝【基本サイズ ÷ 表示したいサイズ * 100 （小数点以下切り上げ） */
	font-family: "Osaka","ＭＳ Ｐゴシック",Arial,sans-serif;
	background: #F4F4F4;
	color: #333333;
	text-align: center;
	line-height: 1.4;
}

/* for IE6 【12÷(10×100)】*/
* html body {
	font-size: 75%;
}

/* for IE7 */
*:first-child+html body {
	font-size: 75%;
}

/* for IE8 */
html>/**/body {
  font-size/*\**/: 75%\9;
}

div,table {
	text-align: left;
	border-spacing: 0;
	border-collapse: collapse;
}

/*body *,*/
body p {
	line-height: 1.6;
}

table {
	font-size: 1em;
}

br {
	vertical-align: middle;/* FFで改行あるなしで高さが微妙に変わるのを回避 */
}

h1,h2,h3,h4,h5,h6 {
	/*line-height: 1;*/
	font-size: 100%;
	font-weight:normal;

}

p {
	margin: 10px 0;
}

ul,ol,li {
	list-style: none;
}

fieldset,img/*,input*/ { 
	border: 0;
	vertical-align: bottom;
}

/*
img {
	behavior: expression(IEPNGFIX.fix(this));
}*/

address,caption,cite,code,dfn,em,var {
	font-style: normal;
	font-weight: normal;
}

form label {
	cursor : pointer;
}

select {
	font-family: "Osaka","ＭＳ Ｐゴシック",Arial,sans-serif;
}

select option {
	padding : 0 5px;
}

q: before,q: after {
	content: '';
}

abbr,acronym {
	border: 0;
	font-variant: normal;
}

a {
	cursor:pointer;
}


/*リンク表示方法*/
a:link {
	text-decoration: underline;
	color: #0000FF;
}

a:visited {
	text-decoration: underline;
	color: #0000FF;
}

a:active {
	text-decoration: none;
	color: #0000FF;
}

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

/*a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
}*/

/*---------- ヘッダ ----------*/

#header {
	width: 940px;
	height: 136px;
	background: url(../data/img/header.jpg) no-repeat 50% 0;
}

#header h1 {
	width: 880px;
	padding: 2px 30px 3px;
	height: 25px;
	font-weight: normal;
	text-align: left;
	font-size: 12px;
}

#header .logo {
	float: left;
	margin: 10px 0 10px 30px;
	width: 430px;
	height: 85px;
	display: block;
	overflow: hidden;
}

*html #header .logo {
	float: left;
	margin: 10px 0 10px 15px;
	width: 430px;
	height: 85px;
	display: block;
	overflow: hidden;
}

#header .logo a {
	height: 100%;
	display: block;
	text-indent: -9000px;
}

#header .hn {
	float: right;
	margin: 55px 30px 0 0;
	width: 230px;
	height: 45px;
	display: block;
	overflow: hidden;
}

*html #header .hn {
	float: right;
	margin: 55px 15px 0 0;
	width: 230px;
	height: 45px;
	display: block;
	overflow: hidden;
}

#header .hn a {
	height: 100%;
	display: block;
	text-indent: -9000px;
}
/*---------- ナビ ----------*/

#navi {
	width: 900px;
	height:36px;
	margin: 0 20px;
}

#navi li {
	float: left;
	width: 112px;
}

#navi li.hashi {
	float: left;
	width: 114px;
}

/*Flash部分*/
#cover {
	height: 336px;
	width: 900px;
	padding: 0;
	margin: 0;
	margin-bottom: 30px;
}


/*パンくずの設定*/
#breadCrumb {
	margin:0 10px 10px 10px;
	width:600px;
}
#breadCrumb ul {
	clear: both;
	margin-bottom: 3px;
	line-height: 1em;
}
#breadCrumb li {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	margin: 3px 0;
	line-height: 1em;
	background: url(../data/img/icon_naviyajirushi.gif) no-repeat scroll 95% center;
	padding-right:15px;
}
#breadCrumb .last {
	background: none;
}

/* for IE6 */
* html #breadCrumb li {
	padding-top: 1px;
	padding-bottom: 1px;
}

/*clearfix*/
.clear {
	clear:both;
	display:block;
	font-size:0;
	height:0;
	line-height:0;
	visibility:hidden;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  max-height: 0;
  visibility: hidden;
}
/* IE7,MacIE5 */
.clearfix {
  display: inline-block;
}
/* WinIE6 below, Exclude MacIE5 \*/
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}
/*clearfix_end*/



/*新着情報の設定*/



.nm_style6 table {
	width: 380px;

	margin: 5px 0 10px 15px;
}
.nm_style6 td {
	padding: 7px 0;
}

/*トップ　インフォメーションの設定*/

.nm_style7{
	padding: 10px;
}
.nm_style7 .banner_blog{
	width: 366px;
	margin: 5px 0 15px 30px ;
}
.nm_style7 .info_area {
	padding: 5px 7px;
}
.nm_style7 .info_area h2{
	text-decoration: underline;
	font-size: 14px;
	margin: 3px 0 7px;
}
.nm_style7 .info_area dt{
	float: right;
	width: 130px;
}
.nm_style7 .info_area dd{
	float: left;
	width: 270px;
}



/*トップ3,4*/

.nm_style8 div.Img img {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.nm_style8 p {
	margin: 0;
}

/*トップ5*/

.nm_style9 div.Img img {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.nm_style9 p {
	margin: 0;
}

div.TOPbtn {
	width: 272px;
	height: 25px;
	text-align: right;
}

/*バナーの設定*/

.nm_style10 table {
}

.nm_style10 .csttbl_head {
	padding: 0;
	vertical-align: top;
}
.nm_style10 .csttbl_border1 img,
.nm_style10 .csttbl_border3 img {
	margin-left: 5px;
	margin-bottom: 10px;
}

.nm_style10 .csttbl_border2 img,
.nm_style10 .csttbl_border4 img {
	margin-left: 5px;
	margin-bottom: 10px;
}

.nm_style10 a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
}

.nm_style11 img {
	float: right;
}
.nm_style11 div {
	float: left;
}


/*FLASHポジション*/


.nm_style15 div {
	position: relative;
	width: 900px;
	height: 360px;
}

.nm_style15 div img {
	position: absolute;
	left: -20px;
}


/*車両在庫リストテーブル*/
.nm_style16 table {
	margin: 10px;
}

.nm_style16 .csttbl_border1 {
	border: solid 1px #CCCCCC;
	padding: 5px;
}

.nm_style16 .csttbl_border3 {
	border: solid 1px #CCCCCC;
	padding: 5px;
}

.nm_style16 .csttbl_border2 {
	border: solid 1px #CCCCCC;
	padding: 5px;
}

.nm_style16 .csttbl_border4 {
	border: solid 1px #CCCCCC;
	padding: 5px;
}


.nm_style16 .csttbl_head {
	background: #EEEEEE;
}

/*会社概要*/
.nm_style18 table {
	width: 800px;
	margin-top: 20px;
	background: #FFFFFF;
}
.nm_style18 .csttbl_border1 {
	border: solid 1px #CCCCCC;
	padding: 5px;
}

.nm_style18 .csttbl_border3 {
	border: solid 1px #CCCCCC;
	padding: 5px;
}

.nm_style18 .csttbl_border2 {
	border: solid 1px #CCCCCC;
	width: 70%;
	padding: 5px;
}

.nm_style18 .csttbl_border4 {
	border: solid 1px #CCCCCC;
	width: 70%;
	padding: 5px;
}


.nm_style18 .csttbl_head {
	background: #EEEEEE;
	width: 30%;
}


/*お見積り＆お問い合わせ*/

.nm_style19 table {
	width: 800px;
	margin-top: 20px;
	background: #FFFFFF;
}

.nm_style19 .cart_border1 {

}

.nm_style19 .cart_border2 {

}

.nm_style19 input,
.nm_style19 select,
.nm_style19 textarea {
	margin: 5px;
	vertical-align: middle;
}



.nm_style19 .cart_input {
	vertical-align: middle;
}
.nm_style19 .cart_border4 {
	background: #F4F4F4;
	border: none;
	border-top: solid 1px #CCCCCC;
	padding-bottom: 30px;
}

.nm_style19 .cart_border4 input {
	vertical-align: middle;
	font-size: 100%;
}

.nm_style19 .cart_head {
	background: #EEEEEE;
}

/*リンク*/

.nm_style20 table {
	width: 800px;
	margin-top: 20px;
}

.nm_style20 img {
	border: solid 1px #666666;
}

.nm_style20 .csttbl_border1 {
	border-bottom: solid 1px #CCCCCC;
	height: 75px;
	padding: 5px;
}

.nm_style20 .csttbl_border3 {
	border-bottom: solid 1px #CCCCCC;
	height: 75px;
	padding: 5px;
}

.nm_style20 .csttbl_border2 {
	border-bottom: solid 1px #CCCCCC;
	width: 75%;
	height: 75px;
	padding: 5px;
}

.nm_style20 .csttbl_border4 {
	border-bottom: solid 1px #CCCCCC;
	width: 75%;
	height: 75px;
	padding: 5px;
}

.nm_style20 .csttbl_head {
	height: 75px;
	width: 25%;
}

/*コース別料金＆コース別車検内容*/
.nm_style21 table {
	width: 800px;
	background: #FFFFFF;
}
.nm_style21 .csttbl_border1 {
	border: solid 1px #CCCCCC;
	padding: 5px;
}

.nm_style21 .csttbl_border3 {
	border: solid 1px #CCCCCC;
	padding: 5px;
}

.nm_style21 .csttbl_border2 {
	border: solid 1px #CCCCCC;
	padding: 5px;
}

.nm_style21 .csttbl_border4 {
	border: solid 1px #CCCCCC;
	padding: 5px;
}


.nm_style21 .csttbl_head {
	background: #EEEEEE;
	width: 30%;
}

/*------ボーダーのある写真------*/
.nm_style4 img {
	background: #EEEEEE;
	padding: 4px;
	border: #CCCCCC solid 1px;
}


/*------ボーダーのある写真------*/
.nm_style5 img {
	background: #EEEEEE;
	padding: 4px;
	border: #CCCCCC solid 1px;
}

/*車両在庫リストテーブル*/
.nm_style22 table {
	width: 420px;
	margin: 10px;
}

.nm_style22 .csttbl_border1 {
	width: 210px;
	border: solid 1px #CCCCCC;
	padding: 5px;
}

.nm_style22 .csttbl_border3 {
	width: 210px;
	border: solid 1px #CCCCCC;
	padding: 5px;
}

.nm_style22 .csttbl_border2 {
	width: 210px;
	border: solid 1px #CCCCCC;
	padding: 5px;
}

.nm_style22 .csttbl_border4 {
	width: 210px;
	border: solid 1px #CCCCCC;
	padding: 5px;
}

.nm_style22 .csttbl_head {
	background: #EEEEEE;
}

/*主要装備*/

.nm_style23 table {
	width: 800px;
	margin: 10px auto;
	background: #FFFFFF;
}

.nm_style23 img {
	margin-right: 20px;
}

.nm_style23 .csttbl_border1 {
	border: solid 1px #CCCCCC;
	line-height: 30px;
	height: 30px;
	vertical-align: middle;
	padding: 10px;
}

.nm_style23 .csttbl_border3 {
	border: solid 1px #CCCCCC;
	line-height: 30px;
	height: 30px;
	vertical-align: middle;
	padding: 10px;
}

.nm_style23 .csttbl_border2 {
	border: solid 1px #CCCCCC;
	line-height: 30px;
	height: 30px;
	vertical-align: middle;
	padding: 10px;
}

.nm_style23 .csttbl_border4 {
	border: solid 1px #CCCCCC;
	line-height: 30px;
	height: 30px;
	vertical-align: middle;
	padding: 10px;
}

.nm_style23 .csttbl_head {
	background: #EEEEEE;
}

/*スライドショー*/

#photoBox {
	padding: 10px;
	background: #000000;
	text-align: center;
}

#photoList {
	margin: 10px auto 30px;
	overflow: hidden;
	zoom: 1;
	background: #CCCCCC;
	padding: 10px 10px 0;
}

#photoList li {
	width: 132px;
	margin-right: 9px;
	float: left;
}

#photoList li img {
	border: 1px solid #FFFFFF;
	cursor: pointer;
	margin-bottom: 10px;
}


