@charset "utf-8";

/* =============================
    共通レイアウト
============================= */

/* 基本設定 */

html,body,div,h1,h2,h3,h4,h5,ul,ol,li,dl,dt,dd,table,tr,th,td,form {
 margin: 0;
 padding: 0;
}

html>body {
font-size: 12px;
}

body {
 margin: 0 auto;
 text-align: center;
 padding: 0;
 font-family: ＭＳ Ｐゴシック, sans-serif;
 font-size: 75%;
 line-height: 150%;
 color: #000000;
 background: url(/images/bg_line.jpg) repeat-x 0 0;
}

img {
 border: 0;
}

a:link, a:active, a:visited {
 color: #1b47a5;
 text-decoration: none;
}

a:hover {
 color: #cb0000;
 text-decoration: underline;
}

/* 基本構成 */
#wrapper {
 width: 100%;
 background: url(/images/bg.jpg) no-repeat center 0;
 padding-bottom: 30px;
}

#container {
 width: 886px;
 margin: 0 auto;
 text-align: left;
}

.container {
 background: url(/images/container_bg.jpg) no-repeat 0 0;
}

#header {
 width: 880px;
 height: 74px;
}

#content {
 width: 886px;
}

#main {
 width: 670px;
 float: left;
}

.main {
 padding: 20px 0 0 10px;
}

#side {
 width: 206px;
 float: right;
}

.side {
 padding: 18px 0 0 0;
}

#footerLine {
 width: 100%;
 background: url(/images/footer_line.gif) repeat-x 0 0;
 padding-top: 5px;
}

#footerBtm {
 width: 100%;
 background: url(/images/footer_btm.jpg) repeat-x 0 100% #d9d9d9;
 padding-bottom: 5px;
}

#footerBg {
 width: 100%;
 background: url(/images/footer_bg.jpg) repeat-x 0 0;
}

#footer {
 width: 886px;
 margin: 0 auto;
 text-align: left;
}

/* 見出し設定 */
h1 {
 color: #afafaf;
 font-size: 10px;
 line-height: 100%;
 width: 880px;
 margin: 0 auto;
 text-align: right;
 height: 11px;
}

h2 {
 color: #333333;
 font-size: 130%;
 padding: 8px 20px 4px 23px;
}

.titleBg {
 width: 655px;
 background: url(/images/title_bg.jpg) repeat-y 0 0;
 margin: 0 0 14px 0;
}

.title {
 width: 655px;
 background: url(/images/title_top.jpg) no-repeat 0 0;
}

h3 {
 width: 617px;
 padding: 0 9px 1px 9px;
 margin: 0 0 15px 10px;
 font-size: 120%;
 color: #1b47a5;
 border-left: 5px solid #1b47a5;
 border-bottom: 1px solid #333333;
}

h4 {
 padding: 0px 6px;
 margin: 0 0 15px 27px;
 font-size: 120%;
 color: #1b47a5;
 border-left: 5px solid #1b47a5;
}

h5 {
 margin: 0 0 5px 27px;
 font-size: 100%;
}

/* ヘッダー */
.cmnLogo {
 width: 337px;
 padding-left: 18px;
 float: left;
}

.cmnTel {
 width: 525px;
 float: right;
 padding-top: 17px;
}


/* ヘッダー */
.bread {
 width: 650px;
 background: url(/images/bread_bg.jpg) repeat-y 0 0;
 margin: 0 0 14px 0;
}

.bread a:link, .bread a:active, .bread a:visited {
 color: #333333;
 text-decoration: none;
}

.bread a:hover {
 color: #cb0000;
 text-decoration: underline;
}

/* サイド */
.sideBtn {
 padding-bottom: 4px;
}

.sideTitle {
 padding-bottom: 6px;
}

.sideManu {
 list-style-type: none;
 line-height: 120%;
 margin: 0 18px 17px 19px;
}

.sideManu li {
 padding: 0 0 0 16px;
 margin-bottom: 8px;
 background: url(/images/pt_list.gif) no-repeat 0 1px;
}

.sideSubManu {
 padding-top: 3px;
 list-style-type: none;
 margin: 0px 0 0px 4px;
}

.sideSubManu li {
 padding: 0 0 0 9px;
 background: url(/images/pt_sub_list.gif) no-repeat 0 1px;
}

.sideManu li.sideManuRight {
 padding: 0 0 0 81px;
 background: url(/images/pt_list.gif) no-repeat 65px 1px;
}

.sideContact {
 width: 206px;
 background: url(/images/side_contact_bg.jpg) repeat-y 0 0;
 margin-bottom: 6px;
}

.sideContactInfo {
 width: 188px;
 padding: 0 0 0 12px;
}

.sideContactBlue {
 color: #1b47a5;
 font-weight: bold;
 padding-bottom: 1px;
}

.sideContactTime {
 padding-top: 6px;
 padding-bottom: 3px;
 font-size: 120%;
}

.sideContactSubInfo {
 width: 180px;
 background: url(/images/side_contact_sub_bg.jpg) repeat-y 0 0;
 margin-top: 6px;
 margin-bottom: 6px;
}

.sideContactSubInfo ul {
 margin: 0 11px 0 11px;
 list-style-type: none;
}

.sideContactSubInfo li  {
 background: url(/images/pt_kome.gif) no-repeat 0 4px;
 font-weight: bold;
 line-height: 140%;
 padding-left: 12px;
}

/* フッター */
.footerLink {
 font-size: 80%;
 color: #1b47a5;
 padding-top: 7px;
 padding-bottom: 10px;
 line-height: 140%;
 margin: 0 10px;
}

.footerCopy {
 margin: 0 10px;
 padding-bottom: 5px;
 font-weight: bold;
}

.footerCopy a:link, .footerCopy a:active, .footerCopy a:visited {
 color: #1b47a5;
 text-decoration: none;
}

.footerCopy a:hover {
 color: #1b47a5;
 text-decoration: none;
}

/* ページのトップへ */
.pageTop {
 width: 650px;
 text-align: right;
 margin-bottom: 9px;
 padding-top: 40px;
}

/* メイン共通 */
#main p {
 margin: 0 48px 17px 30px;
}

.cmnUl {
 list-style-type: none;
 margin: 0 48px 17px 30px;
}

.cmnUl li {
 background: url(/images/pt_point_blue.gif) no-repeat 0 5px;
 padding-left: 14px;
}

.cmnUl li.cmnUlNonList {
 background: none;
 padding-left: 14px;
}

.cmnTbl {
 width: 610px;
 border-collapse: collapse;
 margin: 0 0 17px 26px;
}

.cmnTbl th {
 border-bottom: 1px dashed #666666;
 vertical-align: top;
 padding: 10px 10px 10px 0;
}

.cmnTbl td {
 border-bottom: 1px dashed #666666;
 vertical-align: top;
 padding: 10px 0;
}

input {
 font-size: 100%;
}

textarea {
 font-size: 100%;
}

.fontRed {
 color: #cc0000;
}

.cmnGray {
 width: 612px;
 margin-left: 25px;
}

.cmnGrayBg {
 width: 612px;
 background-color: #ebebeb;
}

#main .cmnGrayBg p {
 padding: 7px 0 7px 0;
 margin: 0 13px 0 13px;
}

.cmnGrayMgn01 {
 margin-bottom: 17px;
}

#main .subTxt p {
 margin: 0 48px 17px 40px;
}

/* トップページ */
.containerTop {
 background: url(/images/top/top_container_bg.jpg) no-repeat 0 0;
}

.mainTop {
 padding: 12px 0 0 10px;
}

.sideTop {
 padding: 11px 0 0 0;
}

.topBg {
 width: 886px;
 height: 250px;
 background: url(/images/top/top_bg.jpg) no-repeat 0 0;
 position: relative;
}

.topImg {
 position: absolute;
 top: -21px;
 right: 6px;
 z-index: 1;
}

.topTxt {
 width: 560px;
 position: absolute;
 padding: 18px 0 0 22px;
 z-index: 2;
}

.topNaviBg {
 width: 651px;
 background: url(/images/top/top_nav_bg02.jpg) repeat-y 0 0;
 margin: 0 0 17px 0;
}

.topNavi {
 width: 651px;
 border-collapse: collapse;
 background: url(/images/top/top_nav_bg.jpg) no-repeat 0 0;
}

.topNavi td {
 vertical-align: top;
}

.topNaviTit {
 margin-bottom: 6px;
}

.topNaviUl {
 list-style-type: none;
 margin: 0 2px 0 5px;
}

.topNaviUl li {
 line-height: 120%;
 background: url(/images/pt_sub_list.gif) no-repeat 0 2px;
 padding-left: 8px;
 padding-bottom: 7px;
}

.topNaviUl li.topNaviOther {
 padding-top: 13px;
 padding-left: 40px;
 padding-bottom: 0px;
 background: url(/images/pt_list.gif) no-repeat 24px 15px;
}

.topCharge {
 width: 612px;
 margin: 0 0 30px 16px;
}

.topChargeTxt {
 width: 370px;
 float: left;
}

.topChargeImg {
 width: 209px;
 float: right;
}

.topAreaBg {
 background: url(/images/top/top_area_bg.jpg) no-repeat 280px 42px;
}

/* Q&A */
.qaNavi {
 list-style-type: none;
 margin-bottom: 10px;
}

.qaNavi li {
 display: inline;
}

.qaTitle {
 margin-bottom: 29px;
}

.qaUl {
 list-style-type: none;
 padding: 7px 0 2px 0;
 margin: 0 13px 0 13px;
}

.qaUl li {
 background: url(/images/pt_point_blue.gif) no-repeat 0 6px;
 padding-left: 14px;
 font-weight: bold;
 margin-bottom: 5px;
}

.qaDl {
 margin: 0 48px 50px 30px;
}

.qaDl dt a {
 color: #1b47a5;
 text-decoration: underline;
}

.qaDl dt {
 margin-bottom: 10px;
}

.qaDl dd {
 margin : 0 0 10px 10px;
}

/* お問い合わせ共通 */
.req {
 color: #cc0000;
 font-weight: bold;
}

.notice {
 color: #cc0000;
 font-weight: bold;
}

.formBtn{
 text-align: center;
 margin: 0 0 15px 0;
}

.formTbl th {
 width: 152px;
}

/* サイトマップ */
.sitemapList {
 margin: 0 48px 17px 30px;
 list-style-type: none;
}

.sitemapList li {
 font-weight: bold;
 padding: 0 0 0 16px;
 margin-bottom: 8px;
 background: url(/images/pt_list.gif) no-repeat 0 3px;
}

.sitemapSubList {
 padding-top: 3px;
 list-style-type: none;
 margin: 0px 0 0px 4px;
}

.sitemapSubList li {
 padding: 0 0 0 9px;
 background: url(/images/pt_sub_list.gif) no-repeat 0 3px;
}

/* 実績一覧表 */
.careerTbl {
 border-collapse: collapse;
 margin: 0 48px 17px 30px;
}

.careerTbl td {
 vertical-align: top;
 padding: 0 10px 5px 0;
}

/* 単身引越時に使用する車両 */
.carInfoEnt {
 width: 591px;
 margin: 0 0 24px 25px;
}

.carInfo {
 width: 250px;
 float: left;
}

.carInfoBg {
 width: 250px;
 background-color: #ebebeb;
}

.carInfoUl {
 list-style-type: none;
 padding: 7px 0 17px 0;
 margin: 0 13px 0 13px;
}

.carInfoUl li {
 background: url(/images/pt_point_blue.gif) no-repeat 0 5px;
 padding-left: 14px;
}

.carInfoImg {
 float: right;
}

/* 赤帽-引越し-単身パック */
.moveImgRight {
 float: right;
 padding: 0 44px 0 15px;
}

/* エリア情報 */
.areaTbl {
 width: 569px;
 border-collapse: collapse;
 margin: 0 0 23px 29px;
}

.areaTbl th {
 border: 1px solid #999999;
 font-weight: normal;
 color: #1b47a5;
 background-color: #e7e7e7;
 width: 137px;
 padding: 6px;
}

.areaTbl td {
 border: 1px solid #999999;
 padding: 6px;
}

/* リンク設定 */
a.link:link, a.link:active, a.link:visited {
 color: #000000;
 text-decoration: none;
}

a.link:hover {
 color: #cb0000;
 text-decoration: underline;
}


/* 引越の手続き */
.procedureLink {
 font-weight: bold;
 background: url(images/pt_list.gif) no-repeat 0 3px;
 padding: 0 0 0 16px;
 margin: 0 48px 17px 30px;
}

/* 豆知識 */
.knowlageTxt {
 margin: 0 48px 0 30px;
}

.knowlageTbl {
 border-collapse: collapse;
 margin: 0 0 17px 50px;
}

.knowlageTbl td {
 vertical-align: top;
 padding-right: 40px;
}

