/* ************************************************ 
 * ------------------------------------------------
 *	共通設定
 * ------------------------------------------------
 * ************************************************ */


/* ------------------------------------- 
 *	ページ背景色（全体）
 *	ページ背景画像（全体）
 *	フォント色（全体）
 *	フォントサイズ（全体）
 * ------------------------------------- */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	color: #36312B;
	background-color: #DDDDB9;
	font-size: 12px;
	line-height: 1.5em;
}

/* ------------------------------------- 
 *	リンクの文字/通常時(link,visited,active)
 *	リンクの文字/マウスが当たっている時(hover)
 * ------------------------------------- */
A:link { text-decoration: none; color: #005FB9;}
A:visited { text-decoration: none; color: #005FB9;}
A:hover { text-decoration: underline; color: #FF6500;}
A:active { text-decoration: underline; color: #FF6500;}


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 {
	margin: 0px;
	padding: 0px;
}

/* ************************************************ 
 *	複数ページで使用しているクラス
 * ************************************************ */

.bold {
	font-weight: bold;
}



/* ************************************************ 
 *	パンくずリスト
 * ************************************************ */

.navi_list {
	margin: 3px 0 10px 5;
	padding: 0px;
}



/* ************************************************ 
 *	背景
 * ************************************************ */

.container_bg {
	background-image:url(./template/cmsp/1/content_bg.gif) ;
	background-repeat: repeat-y;
	width: 755px;
}


/* ************************************************ 
 *	ヘッダー
 * ************************************************ */

#header {
	background-image:url(./template/cmsp/1/header_bg.gif);
	background-repeat: repeat;
	height: 125px;
	width: 750px;
}

/* ------------------------------------- 
 *	ショップタイトルのサイズ、色
 * ------------------------------------- */
.title_box {
	padding: 10px 0 0 0;
}

#title_size a {
	font: bold 14px/1.5em "Verdana", "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", "Osaka‐等幅";
	color: #663;
}

.description { }


/* ------------------------------------- 
 *	ショップタイトルエリア設定
 * ------------------------------------- */
.title_top {
	background-image:url(./template/cmsp/1/title_bg_top.gif);
	background-repeat: no-repeat;
	margin: 0 auto;
	width: 730px;
	height: 15px;
}

.title_middle {
	background-color: #FFF;
	margin: 0 auto;
	width: 730px;

}

.title_bottom {
	background-image:url(./template/cmsp/1/title_bg_bottom.gif);
	background-repeat: no-repeat;
	margin: 0 auto;
	width: 730px;
	height: 15px;
}

/* ------------------------------------- 
 *	検索エリア設定
 * ------------------------------------- */
.search_top {
	background-color: #D4D49B;
	background-image:url(./template/cmsp/1/search_bg_top.gif);
	background-repeat: no-repeat;
	width: 360px;
	height: 15px;
}

.search_middle {
	background-color: #D4D49B;
	background-image:url(./template/cmsp/1/search_bg_middle.gif);
	background-repeat: repeat-y;
	text-align:right;
	padding-right:20px;
	width: 340px;
}

.search_bottom {
	background-color: #D4D49B;
	background-image:url(./template/cmsp/1/search_bg_bottom.gif);
	background-repeat: no-repeat;
	width: 360px;
	height: 15px;
}

.search_type {
	width:140px;
}

.search_word {
	width:110px;
}

/* ------------------------------------- 
 *	カレンダー
 * ------------------------------------- */


.calendar {
	font-family: "Verdana";
	font-size: 10px;
	text-align:center;
	line-height: 140%;

	margin: 0px 0px 0px 0px;
	}

.cell {
	width:22px;
	}

.cell a:link { font-weight:bolder;text-decoration:none;}
.cell a:visited {text-decoration:none;}
.cell a:active { text-decoration:none;}
.cell a:hover { text-decoration:none;}


.calendar table {
	width:100%;
	margin:0px auto;
	}


/* ************************************************ 
 *	コンテンツ
 * ************************************************ */

#content {
	width: 755px;
	background-color:#DDDDB9;
	margin-right: auto;
	margin-left: auto;
}

#content_side {
	background-color: #FFFFFF;
	padding: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: dotted;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}

#content_main {
	background-color: #FFFFFF;
	padding: 10px;
}


.category {
	margin: 0 0 10px 0;
}


.category ul {
	margin: 0px;
	padding: 0px;
}
#ContentsMenu {
	background-color: #C8C29B;
	background-image: url(http://img13.shop-pro.jp/PA01074/469/etc/hm_backg.jpg);
	background-repeat: repeat-x;
	width: 725px;
	padding-left: 30px;
	height: 30px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}

/* ------------------------------------- 
 *	商品カテゴリｰエリア背景色
 * ------------------------------------- */
.category li {
	background: #87876A url(./template/cmsp/1/category.gif) no-repeat;
	background-position: 3px 7px;
	border-top: 1px solid #663;
	border-bottom: 1px solid #663;
	color: #FFF;
	font-size: 12px;
	list-style-type: none;
	margin: 3px 0;
	padding: 3px 3px 3px 16px;
}

/* ------------------------------------- 
 *	商品カテゴリｰエリア文字色（通常時・リンクが当たっている時）
 * ------------------------------------- */
.category li a,
.category li a:link,
.category li a:visited {
	color:#FFF;
	text-decoration:none;

}

.category li a:active,
.category li a:hover {
	color:#FC0;
	text-decoration:none;

}


/* ------------------------------------- 
 *	各メニュータイトル文字色
 * ------------------------------------- */
.linktitle {
	background :  url(./template/cmsp/1/linktitle.gif) no-repeat;
	font-size: 12px;
	font-weight: bolder;
	color: #663;
	padding: 3px 0 3px 10px;
	border-bottom: 1px dashed #663;
	margin: 15px 0px 10px 0px;
}


.linktext {
	font-size: 12px;
	line-height: 1.6em;
	margin: 0;
}


.linktext ul {
	margin: 0px;
	padding: 0px;
	}

.linktext li {
	background: no-repeat;
	list-style-type: none;
	margin: 4 0;
	padding: 3 0 3 18px;
	list-style-position: inside;
	list-style-image: url(http://img13.shop-pro.jp/PA01074/469/etc/bean.jpg);
}

.owner_photo {
	border : 1px solid #666;
	float: left;
	margin: 0 5px 5px 0;
}



/* ************************************************ 
 *	フッター
 * ************************************************ */

.footer {
	font-size: 12px;
	line-height: 1.4em;
	color: #999999;
	text-align: center;
	padding: 5px;
	clear: both;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	width: 745px;
}

.footer_link {
	background-color: #CCCC99;
	border-top: 1px solid #663;
	padding: 5px 10px;
	margin: 0 10px;
	text-align: center;
}


.copyright {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 10px;
	line-height: 16px;
	color: #333333;
	text-align: right;
	width: 755px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
	margin-bottom: 10px;
}
.bottom_img {
	background-image:url(./template/cmsp/1/footer.gif);
	background-repeat: repeat;
	height: 44px;
	width: 755px;
}



/*
------------------------TOP---------------------------------
------------------------------------------------------------
------------------------------------------------------------
*/



/* ************************************************ 
 *	TOPコンテンツ
 * ************************************************ */




/* ************************************************ 
 *	エントリー
 * ************************************************ */

.entry_date {
	background :#E6B473 url(./template/cmsp/1/linktitle.gif) no-repeat top right;
	font-size: 12px;
	font-weight: bolder;
	color: #FFF;
	margin: 0px 0px 0px 0px;
	padding: 2px 20px 3px; 10px;
	}


.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:#FFF;
	border-bottom:1px dashed #8B663A;
	}

.entry_title div {
	padding: 5px 5px 0 5px;
	}

.entry_author {
	width:200px;margin-left:10px;font-size:10px; text-align:right;}

.entry_body {
	padding:15px 0 10px 0;
	line-height:150%;
}


.entry_more {
	margin-top:10px;
	}

.entry_state {
	font-size: 10px;
	margin-bottom:30px;
	}

blockquote {
	font-size: 10px;
	color: #959595;
	border-left:2px solid;

	margin: 10px 5px;
	padding-left: 5px;
	}

.pict {
	margin-right:10px;
	margin-bottom:10px;
	}



/* ------------------------------------- 
 *	トラックバック
 * ------------------------------------- */

#trackback {
	margin: 0px 20px 20px 15px;
	}

#trackback .tb_main_title {
	font-weight: bolder;
	margin-top:30px;
	padding-bottom:5px;
	border-bottom: 5px solid #D4D49B;
	color:#663;
	}


#trackback .tb_url {
	font-size: 11px;
	padding: 5px 10px 5px 10px;
	}

#trackback .tb {
	margin: 10px 0px 10px 0px;
	border-top: 1px solid #D4D49B;
	border-left: 1px solid #D4D49B;
	border-right: 1px solid #D4D49B;
	border-bottom: 1px solid #D4D49B;
	}

#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 #D4D49B;
	border-bottom: 1px dotted #D4D49B;
	}

#trackback .tb_state {
	padding: 5px 10px 5px 10px;
	}

.pagetop { text-align:right;font-size:10px;}

/* ------------------------------------- 
 *	フラットホワイト追加分
 * ------------------------------------- */
 
.side_title {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(http://img13.shop-pro.jp/PA01074/469/etc/side_title_bg.jpg);
	background-repeat: no-repeat;
	text-align: left;
	width: 161px;
	margin-top: 5px;
	margin-bottom: 10px;
	padding-left: 10px;
	height: 22px;
	vertical-align: middle;
	padding-top: 2px;
}

.title_bar {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	margin-bottom: 10px;
	text-align: left;
	margin-top: 5px;
	margin-right: 0px;
	margin-left: 0px;
	background-image: url(http://img13.shop-pro.jp/PA01074/469/etc/body_title_bg.jpg);
	background-repeat: no-repeat;
	height: 23px;
	width: 520px;
	padding-left: 20px;
	vertical-align: middle;
	padding-top: 2px;
}
 .fl_title {
	font-size: 16px;
	line-height: 1.4em;
	color: #03570B;
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-bottom-style: solid;
	border-top-color: #DCD1A9;
	border-right-color: #DCD1A9;
	border-bottom-color: #DCD1A9;
	border-left-color: #DCD1A9;
}
blockquote {
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
}
.fl_waku {
	margin: 15px;
	padding: 15px;
	border: 2px solid #D3D3B1;
}

