@charset "UTF-8";

/* --- 全体の背景・テキスト --- */
body {
min-width: 880px;
margin: 0;
padding: 0;
background-color: #ffffff;
color: #969696;
font-size: 14px;
font-family : 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}

/* --- 全体のリンクテキスト --- */
a:link { color: #000000; text-decoration: none; }
a:visited { color: #000000; }
a:hover { color: #646464; text-decoration: underline; }
a:active { color: #646464; }

/* 全体の画像（ボーダーなし） */
img {
border: none;
}

/* 画像（右フロート） */
img.right {
float: right;
margin: 0 0 10px 20px;
}

/* 画像（左フロート） */
img.left {
float: left;
margin: 0 10px 10px;
}

/* --- 画像ロールオーバー --- */
a:hover img {
opacity: 0.7;
filter: alpha(opacity=70); 
}

.newline {
display: block;
position: relative; /* IE6用 */
}

.size01 {
font-size: 20px;
}

.bold {
font-weight: bold;
}

.center {
text-align: center;
}

.right {
text-align: right;
}

.color01 {
color: #ff0000;
}
.color02 {
color: #000000;
}

/* --- コンテナ --- */
#header div.container,
#content div.container,
#footer div.container {
width: 880px;
margin: 0 auto;
}


/* --- ▼ヘッダ内の設定開始 --- */

/* --- ヘッダ --- */
#header{
margin: 0 0 20px;
padding: 0;
border-top: 3px solid #847164;
}

/* --- オープニングエリア --- */
#top{
height: 210px;
margin: 0 0 20px;
padding: 0;
text-align: center;
background: url(../image/top-back.png ) repeat-x bottom;
}
#top h1.logo,
#top p.logo {
margin: 0;
padding: 0;
}

/* --- ヘッダメニュー --- */
#menu {
position: relative;
height: 30px;
margin: 0;
padding: 0;
font-size: 12px;
}
/* --- メニュー本体 --- */
#menu ul {
position: absolute;
top: 0;
right: 0;
margin: 0;
padding: 0;
list-style-type: none;
text-align: center;
}
/* メニュー項目 */
#menu li {
width: 110px;
height: 25px;
float: left;
margin: 0 0 0 1px;
line-height: 25px;
}
/* リンクエリア */
#menu li a {
display: block;
position: relative; /* IE6用 */
color: #ffffff;
background: #847164 url(../image/nl-back.png ) repeat-x top;
}

/* ポイント時とアクティブ時の設定 */
#menu li a:hover,
#menu li.active a {
background: #aa998e url(../image/nl-back-on.png ) repeat-x top;
text-decoration: none;
}


/* --- トピックパス（下層ページ） --- */
div.topicPath {
margin: 0 0 10px;
padding: 7px 2px;
}
div.topicPath ol {
margin: 0;
padding: 0;
list-style-type: none;
}
/* リスト項目 */
div.topicPath li {
display: inline;
}
/* リンクエリア */
div.topicPath li a {
padding-right: 12px;
background: url(../image/topic_path.gif) no-repeat right;
}


/* --- ▲ヘッダ内の設定終了 --- */


/* --- ▼コンテンツ内の設定開始 --- */

/* --- コンテンツ --- */
#content {
margin: 0;
padding: 0;
border-bottom: 1px solid #847164;
}


/* --- セクション（共通設定） --- */
div.section {
padding: 20px 20px 5px;
margin: 0 0 20px 0;
background-color: #ffffff;
border: 1px solid #c0c0c0;
box-shadow: 1px 1px 2px #e0e0e0; /*CSS3*/
-moz-box-shadow: 1px 1px 2px #e0e0e0; /* Firefox用*/
-webkit-box-shadow: 1px 1px 2px #e0e0e0; /* Google Chrome, Safari用*/
}

/* --- 標準セクション --- */
/* --- 見出しエリア --- */
div.normal div.heading {
position: relative;
margin: 0 0 15px;
padding: 9px 0 7px;
border-bottom: 1px solid #847164;
background: url(../image/heading-back.png ) no-repeat left center;
}
/* --- 見出しエリア内の英字 --- */
div.normal div.heading span {
position: absolute;
top: 8px;
right: 0;
margin: 0;
padding: 0;
line-height: 100%;
color: #e0e0e0;
}
/* 見出し */
div.heading h1,
div.heading h2 {
margin: 0;
padding-left: 28px;
font-size: 20px;
font-weight: normal;
line-height: 100%;
color: #000000;
text-shadow: 1px 1px 1px #e0e0e0;
}
/* 見出し */
div.normal h3 {
margin: 0 0 15px;
padding: 0;
font-size: 100%;
font-weight: normal;
padding: 5px;
text-align: center;
background-color: #847164;
color: #ffffff;
}
/* 段落 */
div.normal p {
margin: 0 0 25px;
line-height: 180%;
}
/* リスト */
div.normal ul {
margin: 0 0 25px 20px;
padding: 0;
line-height: 180%;
}
div.normal ul li {
margin: 0 0 10px;
padding: 0;
}


/* --- 詳細へのリンク --- */
p.link {
text-align: right;
font-size: 11px;
}
p.link a {
padding-left: 12px;
background: url(../image/link-arrow.png ) no-repeat left center;
}

/* トップへ戻る */
#toTop {
margin: 0 0 5px;
padding: 5px 0;
text-align: right;
font-size: 80%;
line-height: 100%;
}
#toTop a {
margin: 0;
padding: 5px 10px;
background-color: #847164;
color: #ffffff;
text-decoration: none;
}

/* --- 新着リスト --- */
div.update dl {
margin: 0;
padding: 0 0 15px;
}
/* --- 日付エリア --- */
div.update dt {
width: 8em; /* 日付エリアの幅 */
float: left;
padding: 9px 0 8px 0; /* 日付エリアのパディング（上右下左） */
line-height: 160%;
}
/* --- 本文エリア --- */
div.update dd {
margin: 0;
padding: 9px 0 8px 8em; /* 本文エリアのパディング（上右下左） */
border-bottom: 1px #c0c0c0 dotted; /* 本文エリア下境界線 */
line-height: 160%;
}

/* --- ■お問い合わせページ↓ここから --- */
/* --- フォームエリア --- */
form.contact {
width: 600px;
margin: 0 auto;
}
/* --- テーブル --- */
form.contact table {
width: 100%;
margin: 0 0 2em;
background-color: #f9f9f9;
border: 1px #c0c0c0 solid;
}
/* --- 見出しセル（th） --- */
form.contact th {
padding: 10px 8px;
background-color: #f5f5f5;
border-bottom: 1px #c0c0c0 dotted;
text-align: left;
line-height: 130%;
font-weight: normal;
white-space: nowrap;
}
/* --- データセル（td） --- */
form.contact td {
padding: 10px 5px 7px;
background-color: #ffffff;
border-bottom: 1px #c0c0c0 dotted;
}
/* --- データセル（td） --- */
form.contact td.color {
background-color: #87CEEB;
text-align: center;
font-weight: bold;
}
/* --- 必須項目セル --- */
form.contact td.required {
width: 50px;
padding: 10px 3px;
background-color: #f9f9f9;
text-align: center;
}
/* --- 「必須」文字 --- */
form.contact td.required span {
border: 1px #98cf37 solid;
color: #98cf37;
background-color: #ffffff;
padding-left: 3px;
padding-right: 3px;
}

/* --- フォーム部品 --- */
form.contact input,
form.contact select,
form.contact textarea {
margin-bottom: 2px;
}
/* --- フォーム部品のサイズ --- */
/* --- （長めのテキスト入力欄） --- */
#name, #email, #tel, #kana, #name2, #email2 {
width: 99%;
}
/* --- （短めのテキスト入力欄） --- */
#price {
width: 70px;
}
/* --- （複数行のテキスト入力欄） --- */
#message {
width: 99%;
height: 10em;
}
/* --- ボタン --- */
form.contact p.button {
text-align: center;
}
/* --- 入力エラーメッセージ --- */
#error-message {
width: 574px;
margin: 0 auto 1em;
padding: 10px;
border: 3px solid #dc3900;
font-weight: bold;
color: #dc3900;
line-height: 160%;
}
/* --- ■お問い合わせページ↑ここまで --- */


/* --- 表 --- */
/* --- 表全体 --- */
table.standard {
width: 100%;
margin: 0 0 25px;
border: 1px #cccccc solid;
border-collapse: collapse;
}
/* --- 表タイトル --- */
table.standard caption {
margin: 0 0 5px;
padding: 5px;
text-align: center;
background-color: #847164;
color: #ffffff;
}
/* --- セル --- */
table.standard th,
table.standard td {
padding: 10px 10px;
border: 1px #cccccc solid;
}
/* --- 見出しセル --- */
table.standard th {
background-color: #f5f1f1;
text-align: center;
font-weight: normal;
white-space: nowrap;
color: #000000;
}
/* --- データセル --- */
table.standard td {
background-color: #ffffff;
}

/* --- ▲メインカラム内の設定終了 --- */


/* --- ▼サイドバー内の設定開始 --- */

/* --- サイドバー --- */
#nav {
float: right;
width: 220px; /* サイドバーの幅 */
}

/* --- セクション（共通設定） --- */
#nav div.section {
margin-bottom: 20px;
}
/* 見出し */
#nav div.section h2 {
margin: 0 0 0.7em;
padding: 15px 0 15px;
font-size: 120%;
font-weight: normal;
line-height: 100%;
color: #000000;
text-align: center;
background: #ffffff url(../image/heading-back.png ) no-repeat center bottom;
}
/* 段落 */
#nav div.section p {
margin: 0 4px 0.6em;
line-height: 160%;
}

/* --- サブメニュー --- */
/* サブメニュー内の見出し */
#nav div.submenu h2 {
margin: 0 0 2px;
}
/* メニューエリア */
#nav div.submenu ul.nl {
margin: 0;
padding: 0;
list-style-type: none;
line-height: 160%;
}
/* メニュー項目 */
#nav div.submenu ul.nl li {
padding: 3px 1px;
border-bottom: 1px #c0c0c0 dotted;
}
/* リンクエリア */
#nav div.submenu ul.nl li a {
display: block;
position: relative; /* IE6用 */
padding: 10px 5px 10px 20px;
color: #404040;
text-decoration: none;
background: url(../image/menu-back-off.png) no-repeat left center;
}
/* ポイント時の設定 */
#nav div.submenu ul.nl li a:hover {
background-color: #e9efa1;
text-decoration: underline;
}

/* バナー */
#nav ul.banner {
margin: 0;
padding: 0;
list-style-type: none;
}
#nav ul.banner li {
margin: 0 0 1px;
padding: 0;
}
#nav ul.banner li img {
margin: 0;
padding: 0;
box-shadow: 0 0 5px #c8c8c8; /*CSS3*/
-moz-box-shadow: 0 0 5px #c8c8c8; /* Firefox用*/
-webkit-box-shadow: 0 0 5px #c8c8c8; /* Google Chrome, Safari用*/
}

/* --- ▲サイドバー内の設定終了 --- */



/* --- ▲コンテンツ内の設定終了 --- */


/* --- ▼フッタ内の設定開始 --- */

/* --- フッタ --- */
#footer {
margin: 0;
padding: 25px 0 5px;
background: #6c5d53 url(../image/foot-back.png) repeat-x top;
font-size: 12px;
}

/* --- フッタリンク --- */
#footer a {
color: #ffffff;
}


/* --- フッタメニュー --- */
#footer ul.nl {
margin: 0 0 25px;
padding: 0;
list-style-type: none;
}
/* --- メニュー項目 --- */
#footer ul.nl li {
padding: 0 7px 0 11px;
background: url(../image/menu-line.gif) no-repeat left center;
display: inline;
}
#footer ul.nl li.first {
padding: 0 7px 0 0;
background-image: none;
}

/* --- 会社情報 --- */
#footer div.companyInfo {
margin: 0 0 5px;
padding: 20px 20px;
color: #333333;
background-color: rgba(255,255,255,0.6);
}
#footer div.companyInfo img {
float: left;
margin: 0 20px 0 0;
padding: 0;
}
#footer div.companyInfo p {
margin: 8px 0 0;
padding: 0;
line-height: 100%;
}


/* --- アドレス・コピーライト --- */
#footer address {
margin: 0;
padding: 0;
color: #ffffff;
font-size: 10px;
font-style: normal;
line-height: 160%;
text-align: right;
}

/* --- ▲フッタ内の設定終了 --- */


/* --- ▼その他の設定開始 --- */

/* --- clearfix --- */
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.clearfix {
min-height: 1px;
}

/* --- ソーシャルボタン --- */
.socialBtn { 
margin: 0 0 10px; 
padding: 0px;
text-align: right;
}
iframe.twitter-share-button {
width: 85px!important;
}

/* --- ▲その他の設定終了 --- */