/*
Theme Name: Basic Line Brown
Theme URI: http://www.decoweb.jp/
Description: 白×茶をベースにしたシンプルなデザイン
Version: 1.0
Author: two-left
Author URI: http://www.decoweb.jp/
*/

/*************** リンク定義 ***************/

/*** リンク設定 ***/

a:link{
	color: #000;
}

a:visited{
	color: #000;
}

a:active{
color: #000;
}

a:hover{
	color: #000;
	text-decoration: none;
}

#contents .entry-title a:link{
	color: #FFF;
}

#contents .entry-title a:visited{
	color: #FFF;
}

#contents .entry-title a:hover{
	color: #FFF;
	text-decoration: none;
}

/*************** body ***************/

body{
	margin: 0;
	padding: 0;
	font-size: small;
	font-family: 'Lucida Grande','Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3', verdana, Arial, 'trebuchet ms', sans-serif, 'ＭＳ Ｐゴシック';
	background:	url("images/body_back.jpg") repeat-x #FFF;
	text-align: left;
	color: #222;
	word-wrap: break-word;
}

img{
	border: 0;
}

body.layout-two-column-right div#main-container,
body.layout-two-column-left div#main-container,
body.layout-one-column div#main-container
{
	margin: 0 auto;
	padding: 0;
	width: 800px;
}

body.layout-three-column div#main-container
{
	margin: 0 auto;
	padding: 0;
	width: 800px;
	background: #FFF;
	border-right: 1px solid #A68A62;
	border-left: 1px solid #A68A62;
}

/*************** ヘッダー  ***************/

body.layout-two-column-right div#banner,
body.layout-two-column-left div#banner,
body.layout-one-column div#banner,
body.layout-three-column div#banner
{
	padding: 10px 10px 0px 10px;
	height: 20px;
}
/*==========================================
Conductor4.0 オーダー
===========================================*/
table.table_sabcon{
 border-collapse: collapse;
}
table.table_sabcon td{
 color: #000000;
 font-size: 12px;
 border: 1px #000000 solid;
 text-align: left;
}

table.table_order{
 border-collapse: collapse;
}
table.table_order td{
 color: #000000;
 font-size: 12px;
 border: 1px #000000 solid;
}

div.image_info{
 display: inline;
 float: left;
 margin-right: 10px;
}
table.order_list_table td{
 color: #000000;
 font-size: 12px;
 border: 1px #000000 solid;
}
div.order_box td{
 color: #000000;
 font-weight: bold;
 font-size: 12px;
}
.err_msg{
 color: red;
}
.em_msg{
 color: blue;
}

.Catalog_Prev{color:#000000}
.Catalog_Next{color:#000000}
.Catalog_Navi a{color:#000000}

span.normal_price{}
span.sp_price{color:red;}



/*** h1 ---- ヘッダー内サイトタイトル ***/

div#banner h1, div#banner h2{
	font-size: large;
	margin: 0px 0px 0px 5px;
}

/*** ヘッダー内サブタイトル ***/

div#banner-description{
	font-size: small;
	color: #EEE;
	margin: 5px 50px 0px 5px;
}

/*** ヘッダー内リンク ***/

div#banner a{
	color: #FFCC00;
	text-decoration: none;
}

div#banner a:hover{
	color: #FFCC00;
	text-decoration: underline;
}

/*************** メイン（左中右カラム）  ***************/

div#main{
	margin: 30px 0 0 0;
}

/*************** コンテンツ（中央カラム） ***************/

/****** 中央カラムレイアウト ******/

body.layout-one-column #contents{
	width:700px;
	float:left;
}

body.layout-two-column-right #contents{
	width:600px;
	float:left;
}

body.layout-two-column-left #contents{
	width:600px;
	float:right;
}

body.layout-three-column #contents{
	width:400px;
	float:left;
	position: relative;
	top: 0;
	left: 200px;
}

table.gTable{
	background-color: #F5F4E7;
    border-collapse: collapse;
}
table.gTable th,td{
    border: 1px solid;
	border-color: #F5F4E7;
}
table.gTable tr.bar td, .gTable tr.bar th{
    background-color: #F0F0F0;
    border-top: 2px #888888 solid;
}
div.image_info{
 display: inline;
 float: left;
 margin-right: 10px;
}
/****** コンテンツ内定義 ******/

div.contents-main{
	margin:10px 0px 15px 0px;
}

div.contents_main{
	padding:5px;
}

/*** エントリーボディ内 h2 ***/
/*** コメント内 h2 ***/
/*** トラックバック内 h2 ***/

.entry-body h2,
.comment h2,
.trackback h2 {
	margin: 0px 7px 0px 7px;
	padding: 0px 5px 0px 5px;
	font-size: small;
	border-bottom: double #AAA;
	height:1%;
	font-weight:normal;
}

/*** エントリーボディ内 h3 ***/
/*** コメント内 h3 ***/
/*** トラックバック内 h3 ***/

.entry-body h3,
.comment h3,
.trackback h3 {
	margin: 0px 7px 0px 7px;
	padding: 0px 5px 0px 5px;
	font-size: small;
	border-bottom: 2px solid #AAA;
	height:1%;
	font-weight:normal;
}

/*** エントリーボディ内 h4 ***/
/*** コメント内 h4 ***/
/*** トラックバック内 h4 ***/

.entry-body h4,
.comment h4,
.trackback h4 {
	margin: 0px 7px 0px 7px;
	padding: 0px 5px 0px 5px;
	font-size: small;
	border-bottom: 1px dotted #AAA;
	height:1%;
	font-weight:normal;
}

.entry-body p{
	height:1%;
	margin: 10px 0;
}

/*** エントリーボディ内 blockquote ***/

.entry-body blockquote{
	margin:10px 5px 15px 20px;
	padding:5px;
	line-height: 1.5;
	border:1px dotted #AAA;
	height:1%;
}

/*** エントリー以外 blockquote ***/

.info,
.comment blockquote{
	margin:0px 5px 15px 20px;
	padding:5px;
	line-height: 1.5;
	border:1px dotted #AAA;
	height:1%;
}

/*** エントリーボディ内 ol ul ***/
/*** コメント内 ol ul ***/
/*** トラックバック内 ol ul ***/

.entry-body ul,
.comment ul,
.trackback ul,
.entry-body ol,
.comment ol,
.trackback ol {
	margin-left: 0;
	padding-left: 0;
}

.entry-body li,
.comment li,
.trackback li {
	margin-left: 30px;
}

/*** コンテンツ内パンくず ***/

.pankz{
	margin-top:5px;
	padding: 0px 0px;
	font-size: x-small;
	text-align:right;
}

/*** コンテンツ内ページナビ ***/

.page-navi{
	margin-top:5px;
	padding: 0px 0px;
	font-size: x-small;
}

/****** エントリー ******/

div.entry{
	margin: 15px 0px 40px 0px;
	padding: 5px 10px 10px 10px;
	background: url("images/entry_back.jpg") repeat-x bottom;
}

/****** 見出し上日付 ******/

.entry-date{
	text-align:right;
	font-size: x-small;
}

/****** エントリーヘッダー ******/
/*** h2 ---- コンテンツ内の見出し ***/

#contents h1.entry-title, #contents h2.entry-title{
	margin: 2px 0px 10px 0px;
	padding: 10px 0 10px 40px;
	font-size: small;
	height:1%;
	color: #FFF;
	background: url("images/h2_back.jpg") no-repeat left top;
}

/****** エントリーボディ ******/
/****** コメント ******/
/****** トラックバック ******/

.entry-body{
	padding: 10px;
	line-height:1.6;
	color: #000;
}
.comment,
.trackback
{
	margin: 0px 0px 0px 0px;
	padding: 0px 10px 0px 10px;
	line-height:1.5;
}

.comment .posted,
.trackback .posted
{
	background: none;
	border: 0;
	margin: 0;
	padding-right: 5px;
	letter-spacing: .1em;
}

/****** コメントリスト ******/

ol.comment-list{
	margin: 0 0 0 25px;
	padding: 0;
}

ol.comment-list li.comment{
	margin: 0;
	padding: 0;
}

/*************** タグ ***************/

div.entry-tags{
	margin: 15px 0px 5px 0px;
}

/****** タグヘッダー ******/

div.entry-tags-header{
	padding:0px 0px 5px 7px;
	margin:0px 0px 5px 0px;
	font-size: small;
	background-color:transparent;
	border-bottom:1px dotted #CCC;
	height:1%;
	color: #666;
}

div.entry-tags ul.entry-tags-list{
	list-style:none;
	padding:0px 0px 0px 0px;
	margin:0px 0px 5px 7px;
}

div.entry-tags ul.entry-tags-list li{
	display:inline;
	padding:0px 5px 0px 0px;
}

/*** エントリー内ページ分割ナビ ***/

div.entry-body-link-pages-navi{
	margin-top:5px;
	padding: 0px;
	text-align: center;
}

/****** 投稿時間 ******/

div.posted {
	padding: 10px 0 5px 0;
	font-size: x-small;
	border-top: 1px dotted #CCC;
	text-align: right;
	height:1%;
}

/****** トラックバック、コメント、コメント書き込み ******/

/****** コメントRSS ******/
div.comments-rss
{
	font-size: x-small;
	text-align: right;
	margin-top: 5px;
}

 /***  見出し ***/

div.trackbacks-title,
div.comments-title,
div.comments-open-title,
div.comments-active-title,
div.retrieval-result-title
{
	margin: 2px 0px 10px 0px;
	padding: 10px 0 10px 40px;
	font-size: small;
	height:1%;
	color: #FFF;
	font-weight: bold;
	background: url("images/h_title_back.jpg") no-repeat left top;
}

#trackbacks,
#comments,
#comments-open,
#comments-active,
.retrieval-result
{
	margin-bottom:30px;
}

div.comments-sys,
div.retrieval-result{
	margin-top:20px;
}

/*** トラックバック情報 ***/

.trackbacks-info {
	margin: 10px 0px 0px 15px;
}

/*** トラックバックNotice ***/

.trackback-notice {
	margin: 0px 0px 0px 10px;
}

/*** コメントNotice ***/

.comment-notice {
	margin: 0px 0px 0px 10px;
}

/*** コメントヘッダー ***/

.comment-header {
	padding: 10px 0px 0px 10px;
}

/*** コメントフッター ***/

.comment-footer {
	font-size: x-small;
	padding-left:10px;
	margin-bottom: 30px;
	border-top: 1px dotted #FFF;
}

/*** コメントボトム ***/

.comment-bottom {
	border-bottom: 1px solid #FFF;
}


/*** コメントフォーム ***/

#comment-form *
{
	margin: 0;
	padding: 0;
}

#comment-form{
	margin:10px 0px 10px 5px;
}

#comment-form p{
	margin: 10px 0;
}

/*** フォームボタン ***/

#form-button{
	margin-top: 10px;
	padding-left:120px;
}

/*************** サイドレイアウト  ***************/

body.layout-one-column div#left-side,
body.layout-one-column div#right-side
{
	display:none;
}

body.layout-two-column-right div#side
{
	float: right;
	font-size: small;
}

body.layout-two-column-right div#right-side,
body.layout-two-column-right div#left-side
{
	width: 200px;
}

body.layout-two-column-left div#side
{
	float:left;
	font-size: small;
}

body.layout-two-column-left div#right-side,
body.layout-two-column-left div#left-side
{
	width: 200px;
}

body.layout-three-column div#left-side
{
	width:200px;
	float:left;
	position: relative;
	top: 0;
	left: -400px;
	font-size: small;
}

body.layout-three-column div#right-side
{
	width:200px;
	float: left;
	font-size: small;
}

/************ WP用 ************/

body.layout-two-column-right ul#left-side,
body.layout-two-column-right ul#right-side
{
	margin: 0;
	padding: 0;
	list-style: none;
	width:200px;
}

body.layout-two-column-left ul#left-side,
body.layout-two-column-left ul#right-side
{
	margin: 0;
	padding: 0;
	list-style: none;
	width:200px;
}

body.layout-three-column ul#left-side
{
	margin: 0;
	padding: 0;
	width:200px;
	float:left;
	position: relative;
	top: 0;
	left: -400px;
	list-style: none;
	font-size: small;
}

body.layout-three-column ul#right-side
{
	margin: 0;
	padding: 0;
	width:200px;
	float: left;
	list-style: none;
	font-size: small;
}


body.layout-two-column-right div.left-content,
body.layout-two-column-right div.right-content,
body.layout-two-column-left div.left-content,
body.layout-two-column-left div.right-content,
body.layout-three-column div.right-content,
body.layout-three-column div.left-content
{
	padding:0px;
}


/*************** サイドバー（左右カラム） ***************/

div.menu *,
li.widget *
{
	margin: 0;
	padding: 0;
}

div.menu,
li.widget
{
	margin: 10px 0px 25px 0;
	width:180px;
	padding:0px 10px 10px 10px;
	font-size: small;
	background:	url("images/menu_back.jpg") no-repeat bottom;
}

/*** サイドバー内見出し ***/

div.menu-title,
li.widget h2.widgettitle
{
	padding: 8px 5px 8px 35px;
	font-size: small;
	background: url("images/title_back.jpg") no-repeat left;
	height:1%;
}

div.menu ul,
li.widget ul
{
	font-size: small;
	margin: 10px 10px 5px 25px;
}

/*** WP用 ***/
li#calendar h2
{
	visibility: hidden;
}

div#calendar_wrap
{
	margin: -24px 0 0 -1px;
}

/*** サイドバーリスト ***/

div.menu ul,
li.widget ul
{
	margin-top:3px;
	margin-left:20px;
	padding:2px 0px;
}

div#left-side li,
div#right-side li
{
	padding:2px 0px;
}

div.menu ul li,
li.widget ul li
{
	margin: 0 0 0 10px;
}

/*************** サイド上部カレンダー ***************/

div#calendar *,
#calendar_wrap *
{
	margin: 0;
	padding: 0;
}

div#calendar,
#calendar_wrap
{
	line-height: 140%;
	margin: 10px 10px;
	border-collapse:collapse;
	border:0px;
	color:#000;
}

#calendar table,
#calendar_wrap table
{
	border-collapse: collapse;
	border: 0px;
	width: 180px;
}

#calendar caption,
#calendar_wrap caption
{
	padding: 3px 5px;
	font-size: small;
	font-weight: bold;
	color: #222;
	border-top: 1px solid #D1C2AD;
	border-left: 1px solid #D1C2AD;
	border-bottom: 2px solid #D1C2AD;
	border-right: 2px solid #D1C2AD;
	text-align: center;
	letter-spacing: 0.15em;
	background: #F5F3EF;
}

#calendar th,
#calendar_wrap th
{
	padding-top: 10px;
	text-align:center;
	font-weight:normal;
}

#calendar td,
#calendar_wrap td
{
	text-align:center;
}

div#calendar-bottom{
	padding-bottom:10px;
}

/*************** 検索 ***************/

div.search{
	margin-top:5px;
	margin-left:5px;
}

/*************** Feeds ***************/

div.feeds{
	margin-bottom:20px;
}

/*************** フッター ***************/

body.layout-two-column-left div#footer,
body.layout-two-column-right div#footer,
body.layout-one-column div#footer,
body.layout-three-column div#footer
{
	clear:both;
}

body.layout-two-column-right div#footer,
body.layout-two-column-left div#footer,
body.layout-one-column div#footer
{
	margin: 0 auto;
	width: 800px;
	height: 68px;
	padding: 50px 0px 2px 0px;
	background: url("images/footer_back.jpg") repeat-x bottom;
}

body.layout-three-column div#footer
{
	margin: 0 auto;
	width: 800px;
	height: 48px;
	padding: 80px 0px 2px 0px;
	background: url("images/footer_back.jpg") repeat-x bottom;
}

/*** COPYRIGHT ***/

div#copyright{
	float:left;
	padding:0px 0px 0px 20px;
	color: #FFF;
}
div#copyright a {
	color: #ffffff;
	text-decoration: none;
}
div#copyright a:hover {
	color: #FF6600;
	text-decoration: underline;
}
/*** decoウェブバナー ***/

div#deco-banner{
	float:right;
	padding: 0 10px 0 0;
}

/*** clearfix ***/

.clearfix:after{
	content: "";
	display: block;
	clear: both;
	overflow: hidden;
}

/******************************/
/*\*/
* html .clearfix {
    height: 1em;
}

/*************** アーカイブ ***************/

div.archive-body{
	margin:10px 5px;
}

