/* ************************************************ 
 * ------------------------------------------------
 *	共通設定
 * ------------------------------------------------
 * ************************************************ */


/* ------------------------------------- 
 *	ページ背景色（全体）
 *	ページ背景画像（全体）
 *	フォント色（全体）
 *	フォントサイズ（全体）
 * ------------------------------------- */
body {
	background-color:#E2E2C7;
	background-image:url(./template/cmsp/1/all_bg.gif);
	color:#666;
	font: 12px/130% "Verdana", "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", "Osaka‐等幅";
	background-repeat: repeat;
	margin: 0px;
	padding: 0px;
}

/* ------------------------------------- 
 *	リンクの文字/通常時(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: #E9E9C4;
	margin: 15px 0 10px 0;
	padding: 3px;
}


/* ************************************************ 
 *	背景
 * ************************************************ */

.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: 22px/130% "Verdana", "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", "Osaka‐等幅";
	font-weight: bold;
	color: #360;
}

.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: #360;
	background-image:url(./template/cmsp/1/search_bg_top.gif);
	background-repeat: no-repeat;
	width: 360px;
	height: 15px;
}

.search_middle {
	background-color: #360;
	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: #360;
	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: 750px;
	background-color:#FFF;
}

#content_side {
	margin:10px;
}

#content_main {
	margin:10px;
}


.category {
	margin: 0 0 10px 0;
}


.category ul {
	margin: 0px;
	padding: 0px;
}


/* ------------------------------------- 
 *	商品カテゴリｰエリア背景色
 * ------------------------------------- */
.category li {
	background: #360 url(./template/cmsp/1/category.gif) no-repeat;
	background-position: 3px 7px;
	border-top: 1px solid #360;
	border-bottom: 1px solid #360;
	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: #360;
	padding: 3px 0 3px 10px;
	border-bottom: 1px dashed #360;
	margin: 15px 0px 10px 0px;
}


.linktext {
	font-size: 12px;
	line-height: 140%;
	margin: 0;
}


.linktext ul {
	margin: 0px;
	padding: 0px;
	}

.linktext li {
	background: url(./template/cmsp/1/list.gif) no-repeat;
	background-position: 1px 4px;
	list-style-type: none;
	margin: 0;
	padding: 0 0 0 10px;
}

.owner_photo {
	border : 1px solid #666;
	float: left;
	margin: 0 5px 5px 0;
}



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

#footer {
	width: 750px;
	padding:10px 0;
	background-color:#FFF;
}

.footer_link {
	background-color: #CCCC99;
	border-top: 1px solid #360;
	padding: 5px 10px;
	margin: 0 10px;
	text-align: center;
}


.copyright {
	
}

.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;}
