@charset "UTF-8";

/* ========BASIC======== */
body {
   margin:0;
   padding:0;
   letter-spacing:1px;
   background:url(img/bg_top.jpg) repeat-x top;
}

br {
   letter-spacing:normal;
}

a {
   color:#333;
   text-decoration:none;
}

a:hover {
   color:#DF8713;
   text-decoration:none;
}

a img{
    /* IE */
    filter: alpha(opacity=100);
    /* Safari Opera */
    opacity:1.0;
    /* Firefox Netscape */
    -moz-opacity:1.0;
}

a:hover img{
    /* IE */
    filter: alpha(opacity=65);
    /* Safari Opera */
    opacity:0.65;
    /* Firefox Netscape */
    -moz-opacity:0.65;
}

img {
   border:0;
}

img.bg_other {
   float:right;
   margin-left:10px;
}

img.scene_illust {
   margin:0 0 8px 0;
}

img.mail-margin {
   margin-bottom:6px;
}

div, p, h1, h2, h3, h4, h5, h6 {
    margin:0;
	padding:0;
	display: block;
}

/* ========TEMPLATE LAYOUT======== */
div#header {
   width:900px;
   margin:0 auto;
   padding-top:3px;
}

div#title {
    width:600px;
	height:65px;
	float:left;
}

div#topnavi {
	float:right;
	width:300px;
	position:absolute;
	display:inline;
}

div#topnavi span a {
	background-image: url(./img/topnavi_list.gif);
	background-repeat: no-repeat;
	display: block;
	float: right;
	background-position: left center;
	padding-left: 20px;
	color: #333333;
	padding-right: 15px;
	font-size:10px;
}

div#topnavi span a:hover {
    color:#DF8713;
}

div#menu {
   clear:both;
   width:901px;
   margin:0 auto;
   text-align:center;
}

div#topimage {
   width:900px;
   margin:0 auto;
}

div#contents {
   clear:both;
   width:900px;
   margin:0 auto;
   padding:0;
   background:#FFFFFF;
}

div#main {
   float:left;
   width:630px;
   margin:10px 0;
   padding:0;
   background:#FFFFFF;
}

div#staff {
   margin:0;
   padding:0;
   width:630px;
   height:170px;
   background:url(img/staff.jpg) no-repeat top center;
}

div#staff-inner {
   margin-top:40px;
   margin-left:170px;
   width:350ox;
}

div#text1 {
   padding:15px 10px;
   text-align:center;
}

div#topbox {
   width:630;
   margin:10px 0;
}

div#sub {
   float:right;
   width:240px;
}

div#footer {
   clear:both;
   text-align: center;
   color: #FFFFFF;
   background:#333;
   overflow: hidden;
   margin:0;
   padding:10px;
   position: relative;
   top: 20px;   
}

div#thanks {
   padding:15px 10px;
   text-align:left;
   line-height:1.5;
}

/* ========HEADER CUSTOMIZE======== */
div#title h1 {
   font-size:12px;
   color:#999;
   font-weight:normal;
}

.title {
	font-size: 25px;
	font-family: 'HGP創英角ｺﾞｼｯｸUB', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W6', sans-serif;
	color: #666666;
	padding-left: 30px;
	background-image: url(./img/logo.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	margin:10px 0px;
}

.title a {
	color: #666666;
	text-decoration: none;
}

/* ========MENU CUSTOMIZE======== */
div#menu ul {
   margin:0;
   padding:0;
}

div#menu li {
   width:180px;
   float:left;
   list-style-type:none;
   padding:0;
   font-size:14px;
}

div#menu li a{
   display:block;
   height:24px;
   line-height:24px;
   border-right:1px #CCCCCC solid;
   padding:5px 10px;
   color:#fff;
}

div#menu li a:hover{
   color:#fff;
   background:#FFCC33;
}

div#menu li.home{
   border-left:1px #CCCCCC solid;
}

/* 回り込み解除 */
div#menu ul:after{
   content:"";
   display:block;
   height:0;
   clear:both;
   visibility:hidden;
}


/* ========MAIN CONTENTS CUSTOMIZE======== */
div#main a {
   color:#DF8713;
}

div#main a:hover {
   border:0;
   color:#DF8713;
   text-decoration:underline;
}

div#main h2 {
	font-family: 'HGP創英角ｺﾞｼｯｸUB', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W6', sans-serif;
	font-weight:normal;
	font-size: 17px;
	line-height: 36px;
	color: #333333;
	background-image: url(./img/h2.jpg);
	padding-top: 2px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 35px;
}

div#main h2 a {
	color: #333333;
}

div#main h2 a:hover {
	color: #333333;
	text-decoration:none;
}

div#main h3 {
	font-family: 'HGP創英角ｺﾞｼｯｸUB', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W6', sans-serif;
	font-weight:normal;
	font-size: 15px;
	line-height: 32px;
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url(img/h3.jpg);
	margin:25px 0px 15px 0px;
	text-align:left;
	text-indent:20px;
	color: #333333;
	height: 35px;
}

div#main h3 a {
	color: #333333;
}

div#main h3 a:hover {
	color: #333333;
	text-decoration:none;
}

div#main h4 {
	font-size: 15px;
	height:20px;
	line-height:20px;
	text-align:left;
	margin-top: 10px;
	margin-bottom: 5px;
	background:url(./img/h6.gif) no-repeat center left;
	padding: 5px 15px;
}

div#main  h5{
	text-align:left;
	font-size: 14px;
	padding:10px 7px;
	color:#333333;
}

div#main  h6{
	background-image: url(img/h6.jpg);
	background-repeat: no-repeat;
	background-position: 5px center;
	padding-left: 20px;
	font-size: 14px;
}

div#main p{
   font-size:14px;
   line-height:1.5;
   text-align:left;
   margin:10px 0px;
}

/* ========INDEX MAIN CONTENTS CUSTOMIZE======== */
div#text1 ul {
    margin:0;
    padding:0;
    list-style:none;
}

div#text1 li {
	margin: 0px;
	padding: 0px;
	font-size: 14px;
    line-height:2.75;
	border-bottom:dashed 1px #999;
}

div#topbox table {
    width:630px;
	margin:0 auto;
	padding:0;
	border-collapse:collapse;
}

div#topbox table {
    border:none;
}

div#topbox th {
    border:none;
}

div#topbox td {
    height:150px;
    border:none;
}

div#topbox .topbox {
    margin:0 auto;
	width:295px;
    height:150px;
	font-size: 12px;
	overflow: hidden;
}

div#topbox .topbox-1 {
    background:url(img/topbox-1.jpg) no-repeat center center;
}

div#topbox .topbox-2 {
    background:url(img/topbox-2.jpg) no-repeat center center;
}

div#topbox .topbox-3 {
    background:url(img/topbox-3.jpg) no-repeat center center;
}

div#topbox .topbox-4 {
    background:url(img/topbox-4.jpg) no-repeat center center;
}

div#topbox .topbox h4 {
	font-size: 14px;
	line-height: 32px;
	text-align:left;
	border-style: none;
	text-indent: 5px;
	background:none;
	background-position: left top;
	margin: 0px;
	padding:0 0 0 28px;
}

div#topbox .topbox p {
    padding:15px;
	font-size:12ox;
	line-height:1.5;
	text-align:left;
}

/* ========SUB CONTENTS CUSTOMIZE======== */
div#sub .section {
   margin:10px 0;
}

div#sub h4 {
	height: 40px;
	line-height: 40px;
	font-size:14px;
	color: #FFFFFF;
	background-image: url(img/menu_h4.jpg);
	padding-left: 10px;
}

div#sub ul {
   margin:0;
   padding:0;
}

div#sub li {
   margin:0;
   padding:0;
   list-style:none;
   font-size:13px;
}

div#sub li a {
   display:block;
   width:230px;
   color:#000;
   background:#f5f5f5;
   line-height:30px;
   border-top:none;
   border-bottom:1px dotted #999;
   padding-left:10px;
   text-decoration:none;
}

div#sub li a:hover {
   color:#000;
   background:#fff;
   border-top:none;
   border-bottom:1px dotted #999;
}

/* ========FOOTER CUSTOMIZE======== */
div#footerMenu{
   width:950px;
   margin-left:auto;
   margin-right:auto;
   text-align: center;  
   padding:10px 0;
}

div#footerMenu ul{
   margin:0;
   padding:0;
   list-style:none;
}

div#footerMenu li{
   line-height:2;
   display:inline;
   font-size:12px;
}

div#footerMenu a {
    color:#fff;
	padding:0 10px;
	background-image: url(./img/line.gif);
	background-position: right center;
	background-repeat: no-repeat;
}

div#footerMenu a:hover {
	text-decoration: underline;
}

address{
color:#fff;
text-align:center;
font-size:12px;
padding:15px 0;
border-top:1px solid #666;
}

/* ========price CUSTOMIZE======== */
div#text1 table{
	width: 100%;
	margin:15px 0 20px 0;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #CCCCCC;
	border-collapse:collapse;
}

div#text1 th,td {
	text-align:center;
	font-size:15px;
	font-weight:normal;
	padding:20px 0;
}

div#text1 th {
	background:#faebd7;
	border:1px dotted #CCCCCC;
}

div#text1 td {
	background:#fffaf0;
    border:1px dotted #CCCCCC;
}

div#main .price ul {
   margin:0 15px;
   padding:0;
   list-style:inside circle;
}

.image {
   background:url(img/truck.jpg) right bottom no-repeat;
}

div#main .price li {
   font-size:14px;
   line-height:1.75;
}

div#price_tel {
  width:610px;
  margin:30px 0 0 0;
  margin-left:auto;
  margin-right:auto;
  height:143px;
  background:url(img/price_tel.gif) no-repeat center center;
  text-align:right;
}

.price_mail {
  margin-top:70px;
  margin-right:30px;
}

/* ========scene CUSTOMIZE======== */

/* ========goods CUSTOMIZE======== */
div#text1 .tbl_goods {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-top:10px;
	margin-bottom:10px;
	border: 1px solid #CCCCCC;
	border-collapse:collapse;
}

div#text1 .tbl_goods th {
    width:225px;
	text-align:left;
	font-size:15px;
	font-weight:normal;
	line-height:20px;
	padding:8px;
	border:1px dotted #CCCCCC;
    background-color:#faebd7;
}

div#text1 .tbl_goods td {
	text-align:left;
	font-size:15px;
	font-weight:normal;
	line-height:20px;
	padding:8px 8px 8px 15px;
	border:1px dotted #CCCCCC;
	background-color:#fffaf0;
}

/* ========area CUSTOMIZE======== */
div#text1 .tbl_area {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-top:10px;
	margin-bottom:10px;
	border: 1px solid #CCCCCC;
	border-collapse:collapse;
}

div#text1 .tbl_area th {
    width:80px;
	text-align:center;
	font-size:15px;
	font-weight:normal;
	padding:10px 8px;
	border:1px dotted #CCCCCC;
    background-color:#faebd7;
}

div#text1 .tbl_area td {
	text-align:left;
	font-size:15px;
	font-weight:normal;
	line-height:1.75;
	padding:10px 8px 10px 15px;
	border:1px dotted #CCCCCC;
	background-color:#fffaf0;
}

/* ========qa CUSTOMIZE======== */
.question {
    margin:15px 0px;
	font-weight:bold;
	font-size: 15px;
	height: 25px;
	line-height:25px;
    background:url(img/qa_1.jpg) no-repeat left top;
	background-color:#fffaf0;
	text-align:left;
	text-indent:40px;
	color: #333333;
}

.answer {
    padding-bottom:15px;
	border-bottom:dashed 1px #666666;
	font-weight:nomal;
	font-size: 15px;
	height: 25px;
	line-height:25px;
    background:url(img/qa_2.jpg) no-repeat left top;
	text-align:left;
	text-indent:40px;
	color: #333333;
}

/* ========office CUSTOMIZE======== */
div#text1 .tbl_office {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin:10px 0;
	border: 1px solid #CCCCCC;
	border-collapse:collapse;
}

div#text1 .tbl_office th {
	text-align:left;
	font-size:15px;
	font-weight:normal;
	line-height:20px;
	padding:8px 15px;
	border:1px solid #CCCCCC;
    background-color:#faebd7;
	white-space:nowrap;
}

div#text1 .tbl_office td {
	text-align:left;
	font-size:15px;
	font-weight:normal;
	line-height:20px;
	padding:8px 8px 8px 15px;
	border:1px solid #CCCCCC;
	background-color:#fff;
	white-space:nowrap;
}

/* ========weight CUSTOMIZE======== */
div#weight {
   width:630;
   text-align:left;
}

div#weight ul{
   margin:0;
   padding:0;
}

div#weight li{
    padding:0 10px;
    line-height:2;
    display:inline;
    font-size:14px;
	border:none;
   	background-image: url(./img/line.gif);
	background-position: right center;
	background-repeat: no-repeat;
}

div#weight a {
    color:#000;
}

/* ========innerpage CUSTOMIZE======== */
div#text2 {
   padding:15px 10px;
}

div#text2 p {
   text-align:left;
   font-size:14px;
   line-height:1.75;
}

/* ========sitemap CUSTOMIZE======== */
div#text1 .sitemap a {
   color:#000000;
   text-decoration:none;
}

div#text1 .sitemap a:hover {
   color:#CC3300;
}

div#text1 .inner {
   width:608px;
}

div#text1 .inner ul{
   margin:0;
   padding:0;
   text-align:left;
}

div#text1 .inner li{
    padding:5px;
    line-height:2;
    display:inline;
    font-size:14px;
	border:none;
   	background-image: url(./img/line.gif);
	background-position: right center;
	background-repeat: no-repeat;
}

div#text1 .inner a {
    color:#000;
}

div#text1 .inner a:hover {
    color:#DF8713;
}

div#text1 hr {
	font-size: 2px;
	height: 2px;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color:#999999;
	margin-bottom: 5px;
	color: #FFFFFF;
}

/* ========mailform CUSTOMIZE======== */
div#text1 .tbl_mail {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin:10px 0;
	border: 1px solid #CCCCCC;
	border-collapse:collapse;
}

div#text1 .tbl_mail th {
	text-align:left;
	font-size:15px;
	font-weight:normal;
	line-height:20px;
	padding:15px;
	border:1px solid #CCCCCC;
    background-color:#faebd7;
	white-space:nowrap;
}

div#text1 .tbl_mail td {
	text-align:left;
	font-size:15px;
	font-weight:normal;
	line-height:1.5;
	padding:15px;
	border:1px solid #CCCCCC;
	background-color:#fff;
}

div#text1 .tbl_mail span {
	color: #CC0000;
	font-size: 10px;
}

/* ========TOPPAGE LINK======== */
#toplink {
  margin:10px;
  padding:0;
}

#toplink p {
  margin:0;
  padding:0;
  text-align:left;
  font-size:12px;
}

#toplink table {
  margin:0;
  padding:0;
  border:0;
}

#toplink td {
  padding:5px 8px;
  font-size:12px;
  background:#f5f5f5;
  line-height:1.5;
  text-align:left;
}

#toplink a {
  text-decoration:underline;
}

