@charset "UTF-8";
@import "reset.css";


/* 注意書き */
.test_text{
	background:#FFCCCC;
	color:#FF0000;
	padding:10px;
	margin:10px;
	line-height:1.5;
	font-weight:bold;
	}

body{
	/* 全体の文字色 */
	color:#333333;
	margin:10px 0;
	/* 背景 */
	background:url(../images/common/bg_body.jpg) repeat-x;
	background-attachment:fixed;
	letter-spacing:1px;
	font-size:85%;
	font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",
  "Osaka","ＭＳ Ｐゴシック", "MS P Gothic",
  Verdana,Arial, Helvetica, sans-serif;
}   

/* ========TEMPLATE LAYOUT======== */
div#wrap {
   width:920px;/*920*/
   margin:0 auto;
   padding:0 10px;
   background: url(../images/common/bg_head.jpg) no-repeat #fff;
   border:1px solid #999;
   box-shadow:0 0 5px #999;
   -moz-box-shadow:0 0 5px #999;
   -webkit-box-shadow:0 0 5px #999;
/*   behavior: url("/PIE.htc"); for IE 
*/   position:relative;
   }
div#contents {
   width:920px;
   margin:0;
   padding-top:10px;
   background:url(../images/common/bg_sub.gif) repeat-y right #fff;
}
div#main {
	float:left;
	width:920px;
	background:#FFFFFF;
}
div#sub {
	float:right;
	width:220px;
}
div#totop {
   clear:both;
}
div#footer {
   clear:both;
   width:920px;
}
.clear{
	clear:both;
	}
/* アルファ */
a:hover img{
	filter: alpha(opacity=80); /* IE7以下用 */
     -ms-filter: “alpha(opacity=80)”; /* IE8用 */
    opacity:0.8; /* Firefox 1.5以上, Opera, Safari用 */
	}

/* ========HEADER CUSTOMIZE======== */
div#header {
   position:relative;
   width:920px;
   height:135px;
   margin-bottom:10px;
   }

div#header h1 {
	padding:4px 0 35px 0;
	font-size:90%;
	font-weight:normal;
	color:#eee;
	}
div#header .logo {
	margin:15px 0 0 10px;
	}


/* ========MENU CUSTOMIZE======== */
/* メインメニュー */
div#menu {
	width:920px;
	height:50px;
	background:url(../images/common/bg_menu.jpg) no-repeat;
	}
div#menu ul {
	width:904px;
	margin:0 auto;
	}
div#menu li {
	width:129px;
	float:left;
	}
div#menu a{
	display:block;
	height:50px;
	color: #660000;
	font-weight:normal;
	letter-spacing:normal;
	text-align:center;
	font-size:15px;
	line-height:3.1;
	background:url(../images/common/menu.jpg) no-repeat left top;
	}
div#menu a:hover{
	background: url(../images/common/menu_on.jpg) no-repeat left top;
	color: #FFFFCC;
	}
/* メニューフォーカス */
#company div#menu a.company{
	background: url(../images/common/menu_on.jpg) no-repeat left top;
	color:#FFFFCC;
	}
#staff div#menu a.staff{
	background: url(../images/common/menu_on.jpg) no-repeat left top;
	color:#FFFFCC;
	}
#contact div#menu a.contact{
	background: url(../images/common/menu_on.jpg) no-repeat left top;
	color:#FFFFCC;
	}
#siryou div#menu a.siryou{
	background: url(../images/common/menu_on.jpg) no-repeat left top;
	color:#FFFFCC;
	}
#eigyokyoka div#menu a.eigyokyoka{
	background: url(../images/common/menu_on.jpg) no-repeat left top;
	color:#FFFFCC;
	}
#kamotuunso div#menu a.kamotuunso{
	background: url(../images/common/menu_on.jpg) no-repeat left top;
	color:#FFFFCC;
	}



/* ========MAINCONTENTS CUSTOMIZE======== */
/* リンク */
div#main a{
	text-decoration:underline;
	}
div#main a:hover{
	color:#FF0000;
	}
/* 枠 */
div#main .waku{
	border:1px solid #999;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -mos-border-radius: 7px;
/*    behavior: url("/PIE.htc");/* for IE */
	position:relative;
	}


/* ========見出し======== */
div#main h2 {
	clear:both;
	width:auto;
	text-indent:0.8em;
	letter-spacing:1px;
	line-height:2.8;
	font-size:19px;
	color: #fff;
	background: url(../images/common/h2.gif) no-repeat;
	height:54px;
	margin-bottom:10px;
 }
div#main h3 {
	clear:both;
	margin-bottom:10px;
	font-size:18px;
	color: #660000;
	text-indent:0.8em;
	line-height:2;
	letter-spacing:5px;
	background:url(../images/common/h3.gif) no-repeat 0 0px;
	height:37px;
	}
div#main h4 {
	clear:both;
	margin:0 0 3px 10px;
	padding:0 0 0 8px;
	color: #006633;
	font-size:115%;
	border-left:5px solid #006633;
	}


/* ========マージン======== */
.margin_TB10{
	margin:10px 0;
	}
.margin_Top30{
	margin:30px 0 0 0;
	}
.margin_Bottom10{
	margin:0 0 10px 0;
	}
.margin_Bottom30{
	margin:0px 0 30px 0;
	}
.margin_Bottom20{
	margin:20px 0 20px 0;
	}
.margin_Left10{
	margin:0 0 0 10px;
	}
.margin_10{
	margin:10px;
	}
.margin_Bottom20_01{
	margin:10px 0 0 0;
	}


/* ========パディング======== */
.padding_top40{
	padding:40px 0 0 0;
	}


/* ========テキスト======== */

div#main p.text {
	margin:0 0 10px 5px;
	line-height:1.6;
	}
div#main p.text_jigyou{
	margin:0 0 10px 10px;
	line-height:1.6;
	font-size:95%;
	}
div#main p.text_right {
	text-align:right;
	}
div#main p.text_center {
	text-align:center;
	}

/* 枠付き */	
div#main .text_waku{
	line-height: 1.8em;
	margin:0 10px 10px 10px;
	padding:10px 15px;
	border:1px solid #999;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -mos-border-radius: 7px;
/*    behavior: url("/PIE.htc");/* for IE */
	position:relative;
	}


/* ========フォントデコレーション======== */
div#main .deco1/*h4と同じスタイル*/{
	clear:both;
	margin:0 0 10px 10px;
	padding:0 0 0 8px;
	color: #006633;
	font-size:115%;
	border-left:5px solid #006633;
	font-weight:bold;
	}

div#main .bold{
font-weight:bold;
}
div#main .red{
color:red;
}
div#main .redbold{
color:red;
font-weight:bold;
}
div#main .green{
color: #006633;
}

/* リスト *//*******************************/

/* デフォルト */
div#main ul{
	}
div#main li.none{
	list-style:none;
	line-height:1.6;
	}
/* リストスタイル */
div#main ul.list_01{
	margin:0 0 10px 20px;
	}
div#main ul.list_01 li{
	list-style:disc;
	line-height:1.6;
	}
/* リスト枠 */
div#main ul.waku{
	margin:0 0 10px 0px;
	padding:10px 0 10px 30px;
	}
div#main ul.waku li{
	list-style:disc;
	line-height:1.6;
	}

/* リスト枠付き */
div#main ul.list_02{
	margin:0 0 10px 5px;
	padding:10px 10px 10px 30px;
	border:1px solid #999;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -mos-border-radius: 7px;
/*    behavior: url("/PIE.htc");/* for IE */
	position:relative;
	}
div#main ul.list_02 li{
	list-style:disc;
	line-height:1.6;
	}


/* 定義リストデフォルト */
div#main dl{
	margin:0 0 10px 10px;
	font-size:90%;
	}
div#main dt{
	font-weight:bold;
	line-height:1.5;
	}
div#main dd{
	line-height:1.5;
	}
	
/* 定義リスト　デザインその1 */	
div#main .dl_01{
	border:1px solid #999;
	padding:0 10px;
	margin: 0 auto;
	width:880px;
	}
div#main .dl_01 dt{
	padding:10px 0 3px 0;
	}
div#main .dl_01 dd{
	padding:0 0 10px 0;
	line-height:1.3;
	border-bottom:1px dotted #333;
	}
div#main .dl_01 dd.borderNone{
	border-bottom:none;
	}

/* 定義リスト　デザインその2 (横並び)*/	
div#main .dl_02{
	border:1px solid #999;
	padding:0 10px;
	margin: 0 auto 20px auto;
	width:auto;
	}
div#main .dl_02 dt{
	width:9em;
	float:left;
	clear:both;
	padding: 10px 0 0 10px;
	font-weight:normal;
	}
div#main .dl_02 dd{
	border-bottom:1px dotted #333;
	padding: 10px 5px 10px 11em;
	line-height:1.5;
	}
div#main .dl_02 dd.borderNone{
	border-bottom:none;
	}
	
/* 定義リスト　デザインその3（横並び背景付き） */	
div#main .dl_03{
	border:1px solid #999;
	padding:0 10px;
	margin: 0 auto 20px auto;
	width:auto;
	background:url(../images/common/dl03.gif) repeat-y;
	}
div#main .dl_03 dt{
	width:9em;
	float:left;
	clear:both;
	padding: 10px 0 0 10px;
	font-weight:normal;
	}
div#main .dl_03 dd{
	border-bottom:1px dotted #333;
	padding: 10px 5px 10px 13em;
	line-height:1.6;
	}
div#main .dl_03 dd.borderNone{
	border-bottom:none;
	}

/* 求人情報 */
div#main .dl_03 ul.kyujin{
	margin: 5px 0 0 15px;
	}
div#main .dl_03 ul.kyujin li{
	list-style:circle;
	line-height:normal;
	line-height:1.5;
	}
/* 条件付きリスト */
div#main .dl_03 ol{
	margin:0 0 0 25px;
	}
div#main .dl_03 ol li{
	list-style:decimal;
	}

/* テーブル *//*******************************/
div#main table{
	margin-bottom:10px;
	border-collapse:collapse; 
	border-spacing:0; 
	border: #999 solid;
	border-width: 1px 1px 1px 1px;
	}
/* テーブル01 */	
div#main .table_01{
	width: auto;
	font-size:95%;
	}
div#main .table_01 th{
	width:auto;
	background: #eee;
	border: #999 solid;
	border-width: 1px 1px 1px 1px;
	padding:5px 10px;
	text-align:center;
	}	
div#main .table_01 td{
	border: #999 solid;
	border-width: 1px 1px 1px 1px;
	padding:10px;
	line-height:1.5;
	}
/* テーブル 一般貨物自動車運送事業 */	
div#main .table_ippankamotu{
	width: 97%;
	margin:0 auto 20px auto;
	}
div#main .table_ippankamotu th{
	width:35%;
	}	
div#main .table_ippankamotu td{
	width:62%;
	}	
/* テーブル 産業廃棄物運搬許可 */	
div#main .table_sanpai{
	width: 97%;
	margin:0 auto 20px auto;
	}
div#main .table_sanpai th{
	width:35%;
	}	
div#main .table_sanpai .ken{
	width:21%;
	text-align:center;
	}	
div#main .table_sanpai .no{
	width:41%;
	}
/* テーブル 一般運送貨物 */	
div#main .table_kamotuunso{
	width: 97%;
	margin:0 auto 15px auto;
	}
div#main .table_kamotuunso th{
	width:40%;
	padding:5px;
	}	
div#main .table_kamotuunso td{
	padding:5px;
	text-align:center;
	}	
div#main .table_kamotuunso .ton{
	width:19%;
	}	
div#main .table_kamotuunso .shashu{
	width:19%;
	}	
div#main .table_kamotuunso .daisu{
	width:19%;
	}	
html:not([lang*=""]) div#main .table_kamotuunso {	/* Firefox用ハック */
	border-collapse: separate;
}
/* ========SUBCONTENTS CUSTOMIZE======== */
/* セクション */
div#sub .section {
	width:200px;
	margin:0 auto;
	}
/* アドレス */
div#sub .box {
	padding:4px;
	margin-bottom:10px;
	border:1px solid #FF9900;
	background:#fff;
	}
div#sub h3 {
	background:url(../images/common/bg_subh3.gif) no-repeat;
	height:32px;
	color:#fff;
	text-align:center;
	line-height:2.3;
	}
div#sub .box p {
	font-size:90%;
	line-height:1.5;
	margin:5px 0 0 5px;
	}

/* バナー */
div#sub .banner{
	text-align:center;
	margin-bottom:10px;
	}

/* サブメニュー */
div#sub ul {
   margin-bottom:10px;
   padding:0;
   border:1px solid #FF9900;
}
div#sub li {
   line-height:1.8;
   font-size:90%;
   list-style:none;
   border-bottom:1px solid #FF9900;
}
div#sub li.none {
   border-bottom:none;
}
div#sub li a {
   display:block;
   color: #333;
   background: #fff url("../images/common/bg_arrow.gif") 10px 50% no-repeat;
   padding:10px 5px 10px 25px;
}
div#sub li a:hover {
   display:block;
   background: #DCFFB9 url("../images/common/bg_arrow.gif") 10px 50% no-repeat;
   text-decoration: underline;
   color: #333;
}


/* ========TOTOP CUSTOMIZE========= */
div#totop {
   text-align:right;
   font-size:70%;/* 11px相当 */
   margin:20px 0;
}

div#totop a {
   padding:0 0 0 12px;
   background:url("../images/common/bg_totop.gif") 0 50% no-repeat;
   text-decoration:none;
   color:#333333;
}


/* ========FOOTMENU CUSTOMIZE======== */
div#footer ul {
	padding:20px 0;
	text-align:center;
	border-top:1px solid #999;
}

div#footer li {
   display:inline;
   margin:0 0 0 20px;
   font-size:90%;/* 12px相当 */
   list-style:none;
}

div#footer li a {
	color: #666;
	}

div#footer li a:hover {
   color: #3366FF;
   text-decoration:underline;
}


/* ========FOOTER CUSTOMIZE======== */
div#footer p{
	font-style:normal;
	font-size:80%;/* 11px相当 */
	color:#666;
	text-align:center;
	line-height:2;
}

/*new clearFix*//***************************/
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */
/***************************************/

/* ========運輸安全マネジメントここから======== */

.management {
	margin-bottom: 10px;
	background-color: aqua;
}

.management h4{
	margin-bottom: 10px;
}

/* ========運輸安全マネジメントここまで======== */
