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

/* +++++++++++++++++++++++++++++++++++++ */
/*               全体設定                */
/* +++++++++++++++++++++++++++++++++++++ */

@import "reset.css";



body {
	background: url(../img/body_bg.jpg) repeat-x left top;
	margin: 0px;
	padding: 0px;
	font-size: 13px;
	color: #333333;
	line-height: 1.4;
	_text-align: center;
}

#container_box1 {
	width: 920px;
	margin: 0px auto;
	background: url(../img/body_bg_under.jpg) center 388px repeat-y;
}
#container_box2 {
	margin: 0px;
	padding: 0px;
	background: url(../img/body_bg_top.jpg) center top no-repeat;
	_text-align: center;
}
#container {
	width: 880px;
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	background: url(../img/left_menu_middlebg.jpg) left top repeat-y #ffffff;
}

.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}
.bottom5px {
	padding: 0px 0px 5px 0px;
}
.bottom10px {
	padding: 0px 0px 10px 0px;
}
.bottom20px {
	padding: 0px 0px 20px 0px;
}
.bottom40px {
	padding: 0px 0px 40px 0px;
}
.bottom65px {
	padding: 0px 0px 65px 0px;
}
.top20px {
	padding: 20px 0px 0px 0px;
}

strong {
	color: #ad0000;
}

a {
	color: #0059c7;
	text-decoration: underline;
}
a:hover {
	color: #0059c7;
	text-decoration: none;
}

td {
	font-size: 13px;
	line-height: 1.4;
}
.page_top {
	text-align: right;
	padding: 5px;
	margin: 0px 0px 20px 0px;
	border: 1px solid #cccccc;
	font-size: 11px;
	clear: both;
}


/* +++++++++++++++++++++++++++++++++++++ */
/*               ヘッダー                */
/* +++++++++++++++++++++++++++++++++++++ */

#head {
	height: 86px;
	background:url(../img/header_bg.jpg) center top no-repeat;
}
h1 {
	padding: 12px 0px 0px 10px;
}


/* +++++++++++++++++++++++++++++++++++++ */
/*        トップメインフラッシュ         */
/* +++++++++++++++++++++++++++++++++++++ */

#main-image {
	padding: 0px 0px 10px 0px;
	background: #ffffff;
	font-size: 1px;
	line-height: 0px;
	_display: block;
}



/* +++++++++++++++++++++++++++++++++++++ */
/*              左メニュー               */
/* +++++++++++++++++++++++++++++++++++++ */

#left-menu {
	width: 200px;
	float: left;
	background: url(../img/left_menu_bg.jpg) center top no-repeat #ad0000;
	_text-align: center;
}
.left-home {
	padding: 5px 0px;
}
.left-inquiry {
	padding: 0px 0px 20px 0px;
	width: 180px;
	margin: 0px auto;
	_display: block;
}
.left-inquiry-box {
	border: 1px solid #000000;
	padding: 5px;
	margin: 0px 0px 20px 0px;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
	background:url(../img/left_telnum.jpg) center 10px no-repeat #ad0000;
}
.left-inquiry-box-img {
	padding: 48px 0px 5px 0px;
}
.left_gmark {
	text-align: center;	
	padding: 0px 0px 50px 0px;
}


/* +++++++++++++++++++++++++++++++++++++ */
/*             右コンテンツ              */
/* +++++++++++++++++++++++++++++++++++++ */

#right-contents {
	width: 660px;
	float: right;
}

#top-news {
	background: #000000;
	padding: 10px 10px 5px 10px;
	margin: 0px 0px 10px 0px;
	color: #f2f2f2;
}
#top-news li {
	border-bottom: 1px dotted #cccccc;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
.top_copy {
	font-size: 21px;
	font-weight: bold;
	color: #333333;
	padding: 0px 0px 10px 0px;
}
.top_copy2 {
	font-size: 17px;
	font-weight: bold;
	color: #333333;
	padding: 0px 0px 10px 0px;
}


/* ごあいさつ */
.greeting_name {
	padding: 0px 0px 20px 0px;
	text-align: right;
}
.greeting_box {
	position: relative;
	/*HideMacIE¥*/
	overflow: hidden;
	/**/
	width: 660px;
	height: 703px;
	padding: 0px 0px 20px 0px;
	_margin: 0px 0px 20px 0px;
}
.greeting_box span {
	display: block;
	width: 100%;
	height: 100%;
	text-indent: -9999px;
	background: url(../img/greeting_item0.jpg) center top no-repeat;
	position: absolute;
	top: 0;
	left: 0;
}


/* 会社概要 */
#com_box {
	border-bottom: 2px solid #333333;
	border-top: 2px solid #333333;
	width: 660px;
}
.com_left_one {
	width: 150px;
	background: #ededed;
	padding: 5px;
	border-bottom: 1px solid #333333;
	border-right: 1px dotted #333333;
}
.com_right_one {
	padding: 5px;
	border-bottom: 1px solid #333333;
}
.com_left_two {
	width: 150px;
	background: #ededed;
	padding: 5px;
}
.com_right_two {
	padding: 5px;
}

.com_dealings_left {
	float: left;
	width: 230px;
	padding-bottom: 5px;
}



/* 営業所のご案内 */
#info_kobe_box {
	background: url(../img/info_photo_kobe.jpg) right top no-repeat;
	padding: 0px 0px 20px 0px;
}
.info_kobe_table {
	width: 340px;
	border-bottom: 2px solid #333333;
	border-top: 2px solid #333333;
}
.info_table_left_one {
	width: 100px;
	background: #ededed;
	padding: 5px;
	border-bottom: 1px solid #333333;
	border-right: 1px dotted #333333;
}
.info_table_right_one {
	padding: 5px;
	border-bottom: 1px solid #333333;
}
.info_table_left_two {
	width: 100px;
	background: #ededed;
	padding: 5px;
	border-right: 1px dotted #333333;
}
.info_table_right_two {
	padding: 5px;
}

.info_kobe_text_box {
	border: 1px solid #333333;
	background: url(../img/info_kobe_group.jpg) 10px 10px no-repeat;
	margin: 0px 0px 20px 0px;
}
.info_kobe_text_p {
	padding: 10px 10px 10px 320px;
}

#info_osaka_box {
	padding: 0px 0px 20px 0px;
}

#info_tokyo_box {
	padding: 0px 0px 20px 0px;
}

#info_toban_box {
	padding: 0px 0px 20px 0px;
}

.info_osaka_text_box {
	border: 1px solid #333333;
	background: url(../img/info_osaka_group.jpg) 10px 10px no-repeat;
	margin: 0px 0px 20px 0px;
}

.info_toban_text_box {
	border: 1px solid #333333;
	background: url(../img/info_toban_group.jpg) 10px 10px no-repeat;
	margin: 0px 0px 20px 0px;
}

/* 車両一覧 */
#track_left {
	width: 200px;
	float: left;
	padding: 0px 0px 20px 0px;
}
#track_right {
	width: 440px;
	float: right;
	padding: 0px 0px 20px 0px;
}
.track_img li {
	padding: 0px 0px 10px 0px;
}

.track_count_box {
	width: 440px;
	border-bottom: 2px solid #333333;
	border-top: 2px solid #333333;
}
.track_count_box_left1 {
	width: 50%;
	border-right: 1px dotted #333333;
	border-bottom: 1px solid #333333;
	background: #f2f2f2;
	padding: 5px;
}
.track_count_box_left2 {
	width: 50%;
	border-right: 1px dotted #333333;
	background: #f2f2f2;
	padding: 5px;
}
.track_count_box_right1 {
	border-bottom: 1px solid #333333;
	padding: 5px;
}
.track_count_box_right2 {
	padding: 5px;
}


/* プライバシーポリシー */
#privacy_num_three {
	list-style:decimal;
	padding:0px 0px 20px 40px;
}


/* サイトマップ */
.sitemap_one {
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	padding: 10px;
	margin-bottom: 10px;
}

.sitemap_two {
	border-bottom: 1px dotted #cccccc;
	padding: 0px 10px 10px 30px;
	margin-bottom: 10px;
}
.sitemap_three {
	border-bottom: 1px solid #cccccc;
	padding: 0px 10px 10px 30px;
	margin-bottom: 10px;
}
.sitemap_four {
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	padding: 10px;
	margin-bottom: 20px;
}



/* +++++++++++++++++++++++++++++++++++++ */
/*           問い合わせフォーム          */
/* +++++++++++++++++++++++++++++++++++++ */

#formbox {
	width: 660px;
	border-top: 2px solid #333333;
	border-bottom: 2px solid #333333;
	margin: 0px 0px 20px 0px;
}
#form_corp, #form_corp_kana, #form_post, #form_name, #form_name_kana, #form_tel, #form_fax, #form_address, #form_url, #form_mail, #form_title {
	width: 400px;
	font-size: 13px;
	font-weight: normal;
	color: #333333;
	padding: 5px;
}
#form_text {
	width: 400px;
	height: 200px;
	font-size: 13px;
	font-weight: normal;
	color: #333333;
	padding: 5px;
}
.form_left_one {
	width: 200px;
	border-right: 1px dotted #cccccc;
	border-bottom: 1px solid #333333;
	background: #f2f2f2;
	padding: 5px;
}
.form_right_one {
	border-bottom: 1px solid #333333;
	padding: 5px;
}
.form_left_two {
	width: 200px;
	border-right: 1px dotted #cccccc;
	background: #f2f2f2;
	padding: 5px;
}
.form_right_two {
	padding: 5px;
}

.colname {
	font-size: 13px;
	font-weight: normal;
	color: #333333;
}
.essential {
	font-size: 10px;
	font-weight: bold;
	color: #ad0000;
}
.format {
	font-size: 13px;
	font-weight: normal;
	color: #666666;
}
.example {
	font-size: 13px;
	font-weight: normal;
	color: #666666;
}
.error {
	font-size: 10px;
	font-weight: bold;
	color: #ad0000;
}



/* +++++++++++++++++++++++++++++++++++++ */
/*               フッター                */
/* +++++++++++++++++++++++++++++++++++++ */

#footer {
	clear: both;
	background: #000000;
	padding: 5px;
	text-align:center;
	color: #f2f2f2;
	line-height: 1.4;
}
#footer a {
	color: #f2f2f2;
	text-decoration: underline;
}
#footer a:hover {
	color: #f2f2f2;
	text-decoration: none;
}



