@charset "utf-8";
/* CSS Document */

body{
	font-size:small;
	font-family:"ＭＳ Ｐゴシック",Osaka,sans-serif;
	background:#00825A url(../main_bg.jpg) repeat-x top fixed ;
	margin:0;
	padding:0;
	color:#333333;
}

/* リンク */
a:link {text-decoration:underline; color:#003399;}
a:visited {text-decoration:underline;  color:#006699;}
a:hover {text-decoration:underline; color:#FF6600;}

/* 画像リンク時、ボーダーを消す */
a img {border-style:none;}

/* 回り込み解除 */
.clear{clear:both;}

/* 余白設定 */
h1,h2,h3,h4,h5,h6,p,li{ margin:0; padding:0;}

/* ボタン余白設定 */
ol , ul {
margin:0px;
padding:0px;
}
ul li img{
vertical-alugn:bottom;
}

/* ヘッダー/////////////////////////////////////////////////////////////////////// */
#header{
	width:760px;
	height:75px;
	background:url(../header/header_bg.jpg) no-repeat #FFFFFF;
	margin:auto;
}
#header_right{
	float:right;
	text-align:right;
	padding-right:12px;
}

/* 社名 */
.company_name{
	margin:0;
	padding:19px 0px 0px 24px;
	float:left;
}

/* 文字 */
#header_right .moji{
	font-size:10px;
	color:#FFFFFF;
	margin-top:12px;
}

/* TEL */
#header_right .tel{
	margin-top:13px;
}

/* コンテンツ部分/////////////////////////////////////////////////////////////////////// */
#contents{
	width:760px;
	border-top:8px solid #339966;
	background:url(../contents_bg.gif) repeat-y;
	margin:auto;
}
#contents .main{
	width:500px;
	padding:20px 0px 20px 28px;
	float:left;
}
#contents .btn{
	width:202px;
	float:right;
	padding:20px 0px;
}

/* 各ページ上部のイメージ画像 */
#main_img{
	width:760px;
	margin:auto;
	background:#FFFFFF;
}

/* 各ページタイトル */
#page_title{
	width:500px;
	height:34px;
	background:url(../page_title_bg.gif) no-repeat;
}

h2{
	width:470px;
	height:22px;
	background:url(../h2_bg.gif) no-repeat;
	padding-left:30px;
	padding-top:2px;
	color:#663300;
	font-size:15px;
}

/* 各ページ下部の問合せ */
#used{
	margin-top:40px;
	text-align:center;
}



/* 右側ボタン部分/////////////////////////////////////////////////////////////////////// */
#contents .btn ul{
	width:172px;
	margin:0px auto;
}
#contents .btn li{
	list-style-type:none;
}
/* ホーム */
.btn_home{
	list-style-type:none;
	text-align:center;
	width:172px;
	height:42px;
	background:url(../right_parts/btn/btn_home_o.gif) no-repeat left top;
}
.btn_home a { 
	display:block;
	width:172px;
	height:42px;
	font-size:1px;
	line-height:1px;
	outline:none;
}
.btn_home a:hover { 
	text-indent:-9999px;
}

/* 事業内容 */
.btn_works{
	list-style-type:none;
	text-align:center;
	width:172px;
	height:85px;
	background:url(../right_parts/btn/btn_works_o.gif) no-repeat left top;
}
.btn_works a { 
	display:block;
	width:172px;
	height:85px;
	font-size:1px;
	line-height:1px;
	outline:none;
}
.btn_works a:hover { 
	text-indent:-9999px;
}

/* 保有車輌 */
.btn_hold{
	list-style-type:none;
	text-align:center;
	width:172px;
	height:42px;
	background:url(../right_parts/btn/btn_hold_o.gif) no-repeat left top;
}
.btn_hold a { 
	display:block;
	width:172px;
	height:42px;
	font-size:1px;
	line-height:1px;
	outline:none;
}
.btn_hold a:hover { 
	text-indent:-9999px;
}

/* 会社概要 */
.btn_company{
	list-style-type:none;
	text-align:center;
	width:172px;
	height:42px;
	background:url(../right_parts/btn/btn_company_o.gif) no-repeat left top;
}
.btn_company a { 
	display:block;
	width:172px;
	height:42px;
	font-size:1px;
	line-height:1px;
	outline:none;
}
.btn_company a:hover { 
	text-indent:-9999px;
}





/* お問合せ */
#contents .btn .inquiry{
	text-align:center;
	margin-top:15px;
}

/* モバイル */
#contents .btn .mobile_title{
	margin-top:37px;
}
#contents .btn .mobile{
	margin-top:12px;
	margin-left:16px;
	font-size:11px;
	line-height:13px;
}
#contents .btn .qr{
	float:left;
	margin-right:6px;
}

/* 下部ボタン部分/////////////////////////////////////////////////////////////////////// */
#bottom_btn{
	width:760px;
	background:url(../contents_bg.gif) repeat-y;
	margin:auto;
}

/* ページトップ */
#bottom_btn .pageup{
	width:500px;
	margin-left:28px;
	padding-bottom:5px;
	border-bottom:1px solid #777777;
}
#bottom_btn .pageup ul{}
#bottom_btn .pageup li{
	list-style-type:none;
	float:right;
	background:url(../footer/btn_pageup.gif) left center no-repeat;
	padding-left:16px;
	margin-right:3px;
}

/* 下部ボタン */
#bottom_btn .btn{
	margin:5px 0px 0px 28px;
	padding-left:3px;
	padding-bottom:5px;
}
#bottom_btn .btn ul{}
#bottom_btn .btn li{
	list-style-type:none;
	float:left;
	background:url(../footer/btn_bottom.gif) left center no-repeat;
	padding-left:10px;
	margin-right:15px;
}
#bottom_btn .btn li a:link ,
#bottom_btn .btn li a:visited {text-decoration:none;}
#bottom_btn .btn li a:hover ,
#bottom_btn .btn li a:active {text-decoration:underline;}


/* フッター/////////////////////////////////////////////////////////////////////// */
#footer{
	width:760px;
	height:60px;
	margin:auto;
	background:url(../footer/footer_bg.jpg) no-repeat;
}

#footer .company_name{
	padding-top:16px;
	padding-left:22px;
	float:left;
	font-weight:bold;
	font-size:14px;
}

#footer .company_add{
	padding-top:15px;
	padding-left:15px;
	float:left;
	font-size:12px;
	line-height:16px;
}

#footer .copyright{
	float:right;
	padding-top:37px;
	padding-right:22px;
	font-size:10px;
	color:#FFFFFF;
}





