﻿@charset "utf-8";

* {
margin: 0;
padding: 0;
font-size: 100%;
font-weight: normal;
}

/*ページ全般*/
body {
line-height: 1.4;
font-family:'Lucida Sans Unicode','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'HGゴシックM',sans-serif;
text-align: center;
background-color: #f5f5dc;
-webkit-text-size-adjust: 100%;
}

/*レイアウト*/
#container {
width: 820px;
margin-left: auto;
margin-right: auto;
background-color: #f5f5dc;
}

#header {
width: 820px;
height: 60px;
float: none;
background-color: #f5f5dc;
text-align: left;
}

#main-menu {
width: 750px;
height: 30px;
padding-left: 35px;
padding-right: 35px;
float: none;
background-color: #556b2f;
}

#contents {
text-align: left;
padding-top: 5px;
width: 620px;
padding-left: 100px;
padding-right: 100px;
}

#footer {
width: 810px;
height: 30px;
padding: 5px;
clear: left;
background-color: #f5f5dc;
}

.inner-box {
width: 620px;
padding-top: 5px;
padding-bottom: 5px;
clear: left;
border-bottom-style: solid;
border-bottom-color: #808080;
border-bottom-width: thin;
}

#inner-box1 {
width: 620px;
padding-top: 5px;
padding-bottom: 10px;
clear: left;
}

.lumberimg {
text-align: center;
}

/*トップページのレイアウト*/
.top {
text-align: center;
font-size: 0.7em;
}

#news {
width: 305px;
height: 430px;
float: left;
padding-top: 30px;
padding-bottom: 20px;
padding-left: 20px;
padding-right: 10px;
}

#topimg {
width: 460px;
height: 395px;
float: left;
padding-top: 40px;
padding-bottom: 45px;
padding-left: 5px;
padding-right: 20px;
}

#contents-top {
text-align: left;
padding-top: 10px;
}

/*家具ページレイアウト*/
.basket {
width: 150px;
height: 160px;
float: left;
padding-left: 15px;
padding-right: 15px;
padding-top: 10px;
padding-bottom: 10px;
}

.basket2 {
width: 150px;
height: 160px;
float: left;
padding-left: 25px;
padding-right: 25px;
padding-top: 10px;
padding-bottom: 10px;
}

.furnit {
width: 720px;
padding-top: 10px;
padding-bottom: 5px;
padding-left: 50px;
padding-right: 50px;
clear: left;
}

#furnit-1 {
width: 600px;
padding-top: 10px;
padding-bottom: 10px;
padding-left: 110px;
padding-right: 110px;
clear: left;
}

#description {
width: 620px;
padding-top: 10px;
padding-bottom: 5px;
padding-left: 100px;
padding-right: 100px;
clear: left;
}

/*家具詳細ページのレイアウト*/
#furnit-det {
width: 820px;
}

#furnit-box {
width: 515px;
float: left;
}

#main-img {
width: 500px;
height: 405px;
padding-left: 10px;
clear: left;
}

#main-img2 {
width: 500px;
height: 405px;
padding-left: 10px;
float: left;
}

#thumbnail {
width: 500px;
padding-top: 5px;
padding-bottom: 5px;
padding-left: 10px;
padding-right: 5px;
text-align: left;
clear: left;
}

#thumbnail2 {
width: 800px;
padding-top: 5px;
padding-bottom: 5px;
padding-left: 10px;
padding-right: 5px;
text-align: left;
clear: left;
}

#furn-desc {
width: 275px;
padding-left: 15px;
padding-right: 15px;
padding-top: 20px;
float: left;
text-align: left;
}

#desc1 {
width: 275px;
border-bottom-style: dotted;
border-bottom-color: #808080;
border-bottom-width: thin;
}

#desc2 {
width: 275px;
padding-top: 5px;
padding-bottom: 5px;
}

.desc3 {
width: 275px;
border-bottom-style: dotted;
border-bottom-color: #808080;
border-bottom-width: thin;
}

/*その他のページのレイアウト*/
.ques {
width: 620px;
padding-top: 10px;
padding-bottom: 5px;
clear: left;
border-bottom-style: dotted;
border-bottom-color: #808080;
border-bottom-width: thin;
}

#ques1 {
width: 620px;
padding-top: 10px;
padding-bottom: 10px;
clear: left;
}

#wrapping {
text-align: center;
padding-top: 5px;
width: 620px;
padding-left: 100px;
padding-right: 100px;
}

/*各イメージのレイアウト*/
#ab-img {
width: 600px;
padding-top: 10px;
padding-bottom: 10px;
padding-left: 10px;
padding-right: 10px;
clear: left;
}

/*見出し書式*/
h1 {
font-size: 1.5em;
color: #808080;
}

h2 {
font-size: 1em;
color: #808080;
text-align: left;
}

h3 {
font-size: 0.75em;
color: #808080;
}

/*本文書式*/
p {
font-size: 0.75em;
color: #808080;
line-height: 1.6em;
margin-left: 5px;
margin-right: 5px;
margin-bottom: 0.75em;
}

/*メニュー書式*/
.mainmenu {
font-size: 0.95em;
color: #ffffff;
}

/*下部メニュー書式*/
.submenu {
font-size: 0.7em;
color: #808080;
}

/*コピーライト書式*/
.copyright {
font-size: 0.6em;
color: #808080;
clear: left;
}

/*リストの書式*/
ul.mainmenu li {
display:block;
width: 150px;
float: left;
}

ul.submenu li {
display: inline;
margin: 0 5px;
}

/*画像表示*/
img {
border: none;
}

/*リンク*/
a {
color: #808080;
}

a:hover {
color: #000000;
}

/*表の書式*/
table {
color: #808080;
font-size: 0.75em;
border-collapse: collapse;
text-align: center;
margin-left: 5px;
margin-bottom: 10px;
}

td,th {
width: 120px;
border: 1px #808080 solid;
}

caption {
text-align: left;
}

/*ナビゲーション*/
.path {
font-size: 0.7em;
text-align: right;
clear: left;
}

/*サイトマップ*/
ul.map li {
list-style: disc;
color: #808080;
margin-left: 20px;
}

.sitemap {
width: 620px;
padding-top: 10px;
padding-bottom: 10px;
clear: left;
border-bottom-style: solid;
border-bottom-color: #808080;
border-bottom-width: thin;
font-size: 0.9em;
color: #808080;
}

#sitemap1 {
width: 620px;
padding-top: 10px;
padding-bottom: 10px;
clear: left;
font-size: 0.9em;
color: #808080;
}