/* ************************************************ 
 * ------------------------------------------------
 *	共通設定
 * ------------------------------------------------
 * ************************************************ */


/* ------------------------------------- 
 *	ページ背景色（全体）
 *	ページ背景画像（全体）
 *	フォント色（全体）
 *	フォントサイズ（全体）
 * ------------------------------------- */
body {
	color:#695B48;
	font: 12px/130% "Verdana", "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", "Osaka‐等幅";
	background-color: #C6C5B7;
	margin: 0px;
	padding: 0px;

}

/* ------------------------------------- 
 *	リンクの文字/通常時(link,visited,active)
 *	リンクの文字/マウスが当たっている時(hover)
 * ------------------------------------- */
a:link {color:#9D2D11; text-decoration:none;}
a:visited {color:#9D2D11; text-decoration:none;}
a:active {color:#9D2D11; text-decoration:underline;}
a:hover {color:#9D2D11; text-decoration:underline;}

div {
	margin: 0px;
	padding: 0px;
}

p {
	margin: 0px;
	padding: 0px;
}

form {
	margin: 0px;
	padding: 0px;
}

img {
	border:0px;
	margin: 0px;
	padding: 0px;
}

input, select, textarea {
	margin: 0px;
	padding: 0px;
}


ul,ol {
	margin: 0px;
	padding: 0px;
}


.bold {
	font-weight: bold;
}



/* ************************************************ 
 *	ヘッダー
 * ************************************************ */

#header {
	padding: 0px 0 0;
	width: 780px;
	background-image: url(images/blog03.jpg);
	background-repeat: no-repeat;
	height: 129px;
}

/* ------------------------------------- 
 *	ショップタイトルのサイズ、色
 * ------------------------------------- */
.title_box {
	margin: 0px 0px 0px 0px;
	background-color:#515D56;
	height:120px;
	padding-bottom:5px;
}

#title_size {
	padding-top:0px;
	text-indent: -9999px;
	}

#title_size a {
	font: 22px/130% "Verdana", "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", "Osaka‐等幅";
	font-weight: bold;
	color: #FFF;
	padding-top:10px;
	}

.description {
	font-size:10px;
	font-color:#FFF;
	text-indent: -9999px;
	}
/* ------------------------------------- 
 *	ショップタイトルエリア設定
 * ------------------------------------- */
.title_top {
	margin: 20px 0px 10px 10px;
	width: 600px;
	text-align:left;
	float:right;
	color: #FFF;
}

/* ------------------------------------- 
 *	グローバルメニュー　エリア設定
 * ------------------------------------- */
.title_middle {
	padding-top:60px;
	color: #FFF;
	text-align:right;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-top: 2px;
}

/* ------------------------------------- 
 *	グローバルメニュー　文字色
 * ------------------------------------- */
.title_box a,
.title_box a:link,
.title_box a:visited {
	color:#FFF;
	text-decoration:none;
}

.title_box a:active,
.title_box a:hover {
	color:#FC0;
	text-decoration:none;
}

/* ------------------------------------- 
 *	ヘッダーフラワー画像
 * ------------------------------------- */
.header_img{
	width: 800px;
}

.header_img img {
	width:282px;
	height:179px;
	position:absolute;top:1px; left:-59px;
}

.title_bottom {
	margin: 0 auto;
	width: 781px;
}




/* ************************************************ 
 *	コンテンツレイアウト
 * ************************************************ */

/* ------------------------------------- 
 *	左側メニューエリアの背景色
 * ------------------------------------- */
.left_bk {
	background-color: #E7E6DD;
}

/* ------------------------------------- 
 *	ページ中央エリアの背景画像
 * ------------------------------------- */
.center_bk {
}

/* ------------------------------------- 
 *	右側メニューエリアの背景色
 * ------------------------------------- */
.right_bk {
	background-color:#F5CDB0;
}

/* ------------------------------------- 
 *	エリア区切り線の色
 * ------------------------------------- */
.table_line {
	background-color:#B3AE92;
	width:1px;
}

#content {
	width: 780px;
	background-color: #FFFFFF;
}

#content_left {
	margin:0px;
	width:190px;
	background-color: #E7E6DD;
}
#content_left .syouhin {
	padding-left: 10px;
	padding-bottom: 10px;
}

#content_left h3 {
	color: #311B02;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	background-image: url(images/blog07.gif);
	background-repeat: no-repeat;
	height: 26px;
	width: 170px;
	text-indent: 20px;
	line-height: 26px;
}


#content_main {
	margin:0px;
	padding:0px 9px 9px 10px;
	width: 400px;
}

#content_right {
	margin:0px;
	padding-left: 9px;
}
#content_right h3 {
	background-image: url(images/blog11.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 26px;
	width: 150px;
	font-size: 12px;
	color: #311B02;
	text-indent: 20px;
	line-height: 26px;
}




/* ************************************************ 
 *	サイドメニュー
 * ************************************************ */

/* ------------------------------------- 
 *	左メニュータイトル文字色
 * ------------------------------------- */
.linktitle_left {
	font-size: 12px;
	font-weight: bolder;
	color: #6B8074;
	padding: 1px 0 1px 10px;
	margin: 10px 0;
}

/* ------------------------------------- 
 *	右メニュータイトル文字色
 * ------------------------------------- */
.linktitle_right {
	padding: 3px 0 3px 10;
	margin: 10px 0;
	font-weight:bold;
}


.linktext {
	font-size: 11px;
	line-height: 140%;
	margin: 0px 10px;
	margin-bottom:10px;
}

.linktext ul {
	margin: 0px;
	padding: 0px;
	}

.linktext li {
	list-style-type: none;
	margin: 0;
	padding: 0 0 0 13px;
}


/* ------------------------------------- 
 *	サーチ
 * ------------------------------------- */
.search {
	margin:10px;
}

.search_word {
	width:138px;
}



/* ------------------------------------- 
 *	カレンダー
 * ------------------------------------- */
.linktitle_cal {
	color: #FFFFFF;
	padding: 3px 0;
	border-bottom: 1px solid #B3AE92;
	margin: 0px;
	background-color:#311B02;
	text-align:center;
	font-weight:bold;
	height: 25px;
	width: 150px;
}


.calendar {
	font-family: "Verdana";
	font-size: 10px;
	text-align:center;
	line-height: 140%;
	margin: 0px;
	padding: 5px 5px 10px;
	width: 150px;
	}

.cell {
	}

.cell a:link {color:#000; background:#FFF; text-decoration:none;}
.cell a:visited {color:#000; background:#FFF; text-decoration:none;}
.cell a:active {color:#000; background:none; text-decoration:none;}
.cell a:hover {color:#000; background:none; text-decoration:none;}


.calendar table {
	width:100%;
	margin:0px auto;
	}

/* ************************************************ 
 *	フッター
 * ************************************************ */

#footer {
	width: 780px;
	padding:0px 0;
	text-align: center;
	color:#FFF;
	clear: both;
}

.footer_link {
	font-size:12px;
	padding: 10px 0px 0px 0px;
	margin: 0 10px;
	text-align: center;
	color:#FFF;
}

.footer a,
.footer a:link,
.footer a:visited {
	color:#FFF;
	text-decoration:none;
}

.copyright {
	
}



/* ************************************************ 
 *	ナビゲーション
 * ************************************************ */

.navi {
	color:#311B02;
	text-align:center;
	width: 400px;
	padding-top: 3px;
	padding-bottom: 3px;
}


.navi a,
.navi a:link,
.navi a:visited {color:#311B02;}

.navi a:active,
.navi a:hover {color:#695B48;}



/* ************************************************ 
 *	エントリー
 * ************************************************ */

.base_area {
	margin-bottom:20px;
	padding-top:10px;
	width:400px;
}


.entry_date {
	font-size: 12px;
	color: #333333;


10px;
	text-align: right;
	padding-top: 2px;
	padding-bottom: 3px;
	width: 400px;
	}

.entry {
	padding-bottom:30px;
	}

.entry a:link {color:#FFF; text-decoration:underline;}
.entry a:visited {color:#FFF; text-decoration:underline;}
.entry a:active {color:#FFF; text-decoration:underline;}
.entry a:hover {color:#999; text-decoration:underline;}

.entry_title {
	margin:10px 0;
	background-image: url(images/blog09.gif);
	background-repeat: no-repeat;
	height: 32px;
	width: 400px;
	}
.entry_title h2 {
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	text-indent: 29px;
	line-height: 32px;
}


.entry_author {
	width:200px;margin-left:10px;font-size:10px; text-align:right;}

.entry_body {
	line-height:150%;
	padding:10px;
}


.entry_more {
	margin-top:10px;
	}

.entry_state {
	font-size: 10px;
	text-align:right;
	margin-right:5px;
	}

blockquote {
	font-size: 10px;
	color: #A67D62;
	border-left:2px solid;

	margin: 10px 5px;
	padding-left: 5px;
	}

.pict {
	display: block;
	}



/* ------------------------------------- 
 *	トラックバック
 * ------------------------------------- */

#trackback {
	margin: 0px 20px 20px 20px;
	}

#trackback .tb_main_title {
	font-weight: bolder;
	margin-top:30px;
	padding-bottom:5px;
	border-bottom: 5px solid #311B02;
	}


#trackback .tb_url {
	font-size: 11px;
	padding: 5px 10px 5px 10px;
	background-color:#311B02;
	}

#trackback .tb {
	margin: 10px 0px 10px 0px;
	border-top: 1px solid #B3AE92;
	border-left: 1px solid #B3AE92;
	border-right: 1px solid #B3AE92;
	border-bottom: 1px solid #B3AE92;
	}

#trackback .tb_date {
	font-size: 10px;
	padding: 10px 10px 10px 10px;
	}

#trackback .tb_title {
	font-weight: bold;
	padding: 0px 10px 10px 10px;
	}

#trackback .tb_body {
	line-height: 150%;
	padding: 10px 10px 10px 10px;
	border-top: 1px dotted #B3AE92;
	border-bottom: 1px dotted #B3AE92;
	}

#trackback .tb_state {
	padding: 5px 10px 5px 10px;
	}

.pagetop { text-align:right;font-size:10px;}



/* ************************************************ 
 * ------------------------------------------------
 *	買王css開始
 * ------------------------------------------------
 * ************************************************ */
.bgcolor001 {
	background-color: #311B02;
}
.bgcolor002 {
	background-color: #816D54;
}
.bgcolor003 {
	background-color: #908070;
}
.bgcolor004 {
	background-color: #A29377;
}
.bgcolor005 {
	background-color: #C6C5B7;
}
.bgcolor006 {
	background-color: #E0DDC7;
}
.bgcolor007 {
	background-color: #DCDBD2;
}
.bgcolor008 {
	background-color: #E7E6DD;
}
.bgcolor009 {
	background-color: #FFBE00;
}
.bgcolor010 {
	background-color: #545F2C;
}
.bgcolor011 {
	background-color: #ACBC6B;
}
.bgcolor012 {
	background-color: #7FD0DA;
}
.bgcolor013 {
	background-color: #FFFFFF;
}h1 {
	font-size: 10px;
	line-height: normal;
	margin: 5px;
	padding: 5px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: right;
}
.font10 {
	font-size: 10px;
	line-height: 150%;
}
table {
	font-size: 12px;
	line-height: 150%;
}
.style1 {
    color: #999999
}
form {
	margin: 0px;
	padding: 0px;
}
.font16 {
	font-size: 16px;
	line-height: normal;
	color: #996600;
	font-weight: normal;
}
.font16bold {
	font-size: 16px;
	color: #545F2C;
	font-weight: bold;
}
.p_copy {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 10px;
}
.font14 {
	font-size: 14px;
	line-height: normal;
}
img {
	border: none;
}a:link {
	color: #996600;
	font-weight: normal;
	text-decoration: underline;
}
a:visited {
	color: #996600;
	font-weight: normal;
	text-decoration: underline;
}
a:hover {
	font-weight: normal;
	color: #FF9900;
}
a:active {
	color: #990066;
}
.scrollsell {
	overflow: auto;
	width: 550px;
	height: 80px;
	font-size: 10px;
	line-height: 175%;
	padding: 5px;
}
.mtop10{
	margin: 10px 0px 0px 0px;
}
/* ************************************************ 
 * ------------------------------------------------
 *	買王css終了
 * ------------------------------------------------
 * ************************************************ */
 
