/* ************************************************ 
 * ------------------------------------------------
 *	共通設定
 * ------------------------------------------------
 * ************************************************ */


/* ------------------------------------- 
 *	ページ背景色（全体）
 *	ページ背景画像（全体）
 *	フォント色（全体）
 *	フォントサイズ（全体）
 * ------------------------------------- */
body{
	margin:0px;
	padding:0px;
	font-size:12px;
	background:url(images/bg.jpg);
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	}

span.display_n{display:none;}

/* ------------------------------------- 
 *	リンクの文字/通常時(link,visited,active)
 *	リンクの文字/マウスが当たっている時(hover)
 * ------------------------------------- */
a:link {color:#663; text-decoration:none;}
a:visited {color:#663; text-decoration:none;}
a:active {color:#663; text-decoration:underline;}
a:hover {color:#663; 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;
}



/* ************************************************ 
 *	パンくずリスト
 * ************************************************ */

.navi_list {
	background: #ffffff;
	margin: 15px 0 10px 0px;
	padding: 3px;
        font-size:11px;
}

/* ************************************************ 
 *	背景
 * ************************************************ */

.container_bg {
	width: 710px;
margin:0px auto;
}



/* ************************************************ 
 *	ヘッダー
 * ************************************************ */

#header {
	height: 123px;
	width: 710px;
margin:0px;
	padding:0px 0px 14px 0px;
	background-color:#FFFFFF;
}

/* ------------------------------------- 
 *	ショップタイトルのサイズ、色
 * ------------------------------------- */
.title_box {
	padding: 10px 0 0 0;
}

#title_size a {
	font: 22px/130% "Verdana", "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", "Osaka‐等幅";
	font-weight: bold;
	color: #663;
}

.description { }


/* ------------------------------------- 
 *	検索エリア設定
 * ------------------------------------- */

.search_middle {
	padding:0px 0px 0px 20px;
	width:188px;
height:22px;
}


.search_type {
	width:140px;
}

.search_word {
	width:110px;
}

.search_image {
	width:46px;
height:22px;
margin:4px 0px 0px 0px;
}


/* ------------------------------------- 
 *	カレンダー
 * ------------------------------------- */


.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: 710px;
background-image:url(images/bg_contents.gif);
}

#content_side {
	width:188px;
	height:100%;
	margin:0px;
	padding:0px 14px 40px 14px;
	float:left;
	}

#content_main {
	width:480px;
	margin:0px 0px 40px 0px;
	padding:0px 14px 0px 0px;
	float:right;
        color:#666;
}





.category ul {
	margin: 0px;
	padding:4px 0px 0px 4px;
}


/* ------------------------------------- 
 *	商品カテゴリｰエリア背景色
 * ------------------------------------- */
.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;

}


/* ------------------------------------- 
 *	各メニュータイトル文字色
 * ------------------------------------- */

.linkarea {
width:160px;
height:21px;	
background :url(images/navi_bg.gif) no-repeat;
	margin:14px 0px 10px 14px;
	padding:0px;
}

.linktitle {
	font-size: 12px;
	font-weight: bolder;
color:#666;
margin:0px;
	padding:0px 0px 10px 14px;
}

.linktitle2 {
	width:440px;
	height:20px;
	margin:0px;
	padding:6px 0px 10px 32px;
	color:#FF6600;
	font-size:14px;
font-weight:bold;
	background-image:url(http://img04.shop-pro.jp/PA01013/375/etc/h2_image.gif);
	background-repeat:no-repeat;
	}

.entryday{
     margin:0px;
     padding:0px 10px 0px 0px;
     float:right;
     font-size: 11px;
}

.linktext {
	font-size: 12px;
	line-height: 140%;
	margin: 0;
}

.linktext ul {
		margin:0px;
	padding:4px 0px 0px 34px;
	}

.linktext li {
	color:#666600;
	line-height:1.5em;
list-style-image:url(http://img04.shop-pro.jp/PA01013/375/etc/img_list.gif);
	margin:0px;
	padding:0px;
	}

.owner_photo {
	border : 1px solid #666;
	float: left;
	margin: 0 5px 5px 0;
}

.feed{
margin:0px 0px 0px 20px;
padding:0px 0px;
}

/* ************************************************ 
 *	フッター
 * ************************************************ */


#foot{
	width:710px;
	height:23px;
	margin:0px;
	padding:0px;
	background-color:#4C7410;
	}
#foot_left{
	width:104px;
	height:23px;
	margin:0px 0px 0px 10px;
	padding:0px;
	float:left;
	}
#foot_right{
	width:295px;
	height:23px;
	margin:0px 10px 0px 0px;
	padding:0px;
float:right;
	}
/*
------------------------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 14px;
	line-height:150%;
}


.entry_more {
	margin-top:10px;
	}

.entry_state {
	font-size: 10px;
	margin-bottom:30px;
        padding:0 0 0 14px;
	}

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;}
