* {
	margin:0px;
	padding:0px;
}

body{
	margin:10px 0 0 0;
	padding:0px;
	height:100%;
	background:#FFF;
	color:#65310C;
	font-size: 12px;
	font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", "Osaka‐等幅";
	line-height: 160%;
}

.clear {
	clear: both;
	font: 0px/0px sans-serif;
}

dl {
	margin-bottom:10px;
}

img {border:none;}
.small {font-size:10px;}
.center {text-align:center;}
.right {text-align:right;}


/* ------------------------------------- 
 *	リンクの色設定（初級モードで設定）
 * ------------------------------------- */

a:link    {color: #FFCC00; text-decoration: underline;}
a:visited {color: #FFCC00; text-decoration: underline;}
a:active  {color: #FFCC00; text-decoration: underline;}
a:hover   {color: #4E9628; text-decoration: none;}

/*メニュー-リンク色指定*/
#header_menu a:link    {color: #4E9628; text-decoration: none;}
#header_menu a:visited {color: #4E9628; text-decoration: none;}
#header_menu a:active  {color: #4E9628; text-decoration: none;}
#header_menu a:hover   {color: #65310C; text-decoration: underline;}

#title a:link    {color: #000; text-decoration: none;}
#title a:visited {color: #000; text-decoration: none;}
#title a:active  {color: #000; text-decoration: none;}
#title a:hover   {color: #666; text-decoration: none;}


/* ------------------------------------- 
 *	ページレイアウト
 * ------------------------------------- */

#wrapper {
	width:824px;
	margin:0px auto;

	}

#header {
	width:824px;
	height:100px;
	background:#FFF url(http://img09.shop-pro.jp/PA01039/998/etc/head_bg.jpg) no-repeat;
	background-position:left top;
	padding:0px;
	margin:0px;
}

#body {
	background:url(http://img09.shop-pro.jp/PA01039/998/etc/kae_body_bg.jpg) repeat-y;
	background-position:left top;
	margin:0px;
	padding:0px;
}

#body .margin {
	margin:0px;
	padding:0px;
}

#side {
	width:197px;
	height:100%;
	min-height:100%;
	float:left;
	display: inline;
	margin:0;
	background:url(http://img09.shop-pro.jp/PA01039/998/etc/kae_side_bg.jpg) repeat-y;
	background-position:left top;
color: #FFF;
}

#main {
	margin:0 0 0 197px;
	padding:0;
	height:100%;
	min-height:100%;
}

#footer {
	width:100%;
	clear:left;
	background:url(http://img09.shop-pro.jp/PA01039/998/etc/foot_bg.jpg) no-repeat;
	background-position:left top;
	margin-top:0px;
	margin-bottom:0px;
	padding-top:0px;
	padding-bottom:10px;
	text-align:right;
	color:#65310C;
	font-size:10px;
}


/* ************************************************ 
 *	ヘッダー（サイトタイトル、検索スペース、メニュー）
 * ************************************************ */
 
 /* ------------------------------------- 
 *	ヘッダー内レイアウト
 * ------------------------------------- */

#header .margin {
	margin:0px auto;
	}

#header_menu {
	padding-top:32px;
	margin-right:52px;
	font-size:10px;
	text-align:right;
}

#header #search {
	width:220px;
	float:right;
	background:#FFD5AC url(./template/cmsp/17/search.gif) no-repeat;
	background-position:left bottom;
	padding-bottom:5px;
}

#header #search .title {
	height:20px;
	background:url(./template/cmsp/17/search_title.gif) no-repeat;
	background-position:left top;
}

#header #title {
	width:175px; height:78px;
	padding:22px 0px 0px 22px; float:left;

}


/* ------------------------------------- 
 *	サイトタイトルの設定
 * ------------------------------------- */
h1 {
	color:#000;
	font:22px/170%;

}


/* ------------------------------------- 
 *	ヘッダーメニュー（ショップを見る、管理者ページ）
 * ------------------------------------- */

#header_menu ul {
	padding-top:2px;
}

#header_menu ul li{
	display:inline;
	margin-right:5px;
}

#header_menu ul li img {
	height:12px;
}

 /* ------------------------------------- 
 *	検索
 * ------------------------------------- */

#search input {
margin-left:8px;
}

#search input.button {
	width:50px;
	height:20px;
	margin-left:3px;
}


/* ************************************************ 
 *	フッター（メニュー、コピーライト）
 * ************************************************ */

address {
	font-style:normal;
	margin:10px;
}


/* ************************************************ 
 *	サイドメニュー
 * ************************************************ */
 
/* ------------------------------------- 
 *	リンクリスト
 * ------------------------------------- */

dl#list {
	padding-left:24px;
	
}

dl#list dt {
	font-weight:bolder;
	padding-left:1px;
margin-bottom:5px;
color:#FFFFFF;
	
}

dl#list dd {
margin-bottom:30px;
}

dl#list dd ul li {
	list-style:none;
	padding-left:17px;
	margin-bottom:3px;
	background:url(./template/cmsp/17/dd_arrow.gif) no-repeat;
	background-position:1px 7px;
}
div.border {
	border-top:1px #8F826C dotted;
	padding-bottom:5px;

}


/* ------------------------------------- 
 *	カレンダー
 * ------------------------------------- */

.calendar {
	font-family :"Verdana";
	font-size: 10px;
	margin-bottom:20px;
	color: #FFF;
	}
	
	
.week {
	width:21px;
	height:15px;
	text-align: center;
	color: #FFF;
	background:#FF6600;
	border:1px solid #EDE5D2;
	}
	
.cell {
	width:21px;
	height:15px;
	text-align: center;
	color: #555;
	background:#FFF;
	border:1px solid #EDE5D2;
	}


/* ------------------------------------- 
 *	feed
 * ------------------------------------- */
#feed {
	text-align:center;
	}
#feed img {
	width:57px;
	height:15px;
	margin:5px;
	}



/* ************************************************ 
 *	メインエリア
 * ************************************************ */
 
/* ************************************************ 
 *	エントリー
 * ************************************************ */

/* ------------------------------------- 
 *	レイアウト
 * ------------------------------------- */
 
.entry {
	margin: 0 40px 30px 20px;
}

.entry .title {
	background:#65310C;
	padding:10px 0px 10px 10px;
	}

.entry .area {

}

.entry .area .body {padding:12px;}

.entry .bottom {
	height:14px;

}

/* 記事のタイトル */
h2 {
	background:url(./template/cmsp/17/entry_h2.gif) no-repeat;
	background-position:0px 7px;
	color:#FFF;
	font-size:12px;
	padding-left:12px;
}

/* 記事の日付 */
.entry .area .date {
	color:#8F826C;
	background:#EDE5D2;
	text-align:right;
	padding:3px;
	}

/*「続きを読む」の部分 */
.entry_more {padding:5px;}

.entry a:link    {color: #4E9628; text-decoration: underline;}
.entry a:visited {color: #4E9628; text-decoration: underline;}
.entry a:active  {color: #4E9628; text-decoration: underline;}
.entry a:hover   {color: #FFCC00; text-decoration: none;}


/* ------------------------------------- 
 *	エントリーナビ(前のページ：次のページ//トップページ用)
 * ------------------------------------- */

.top_navi {
	font-size:10px;
}

.top_navi .prev {
	width:100px;
	float:left;
}
.top_navi .next {
	width:100px;
	float:right;
	text-align:right; 
}
.top_navi .main {
	margin:0px 100px;
	text-align:center;
}


/* ------------------------------------- 
 *	エントリーナビ(前のタイトル：main：次のタイトル//記事単位)
 * ------------------------------------- */

.entry_navi {
}

.entry_navi .prev {
	width:250px;
	float:left;
}
.entry_navi .next {
	width:250px;
	float:right;
	text-align:right; 
}
.entry_navi .main {
	margin:0px 250px;
	text-align:center;
}

/* ------------------------------------- 
 *	コメント・トラックバック
 * ------------------------------------- */

div.tb {margin:20px 30px 20px 20px;}

div.tb div.title {
	color:#8F826C;
	font-size:14px;
	background:url(./template/cmsp/17/arrow.gif) no-repeat;
	background-position:left;
	border-bottom:2px #8F826C dotted;
	padding-left:15px;
	margin-bottom:10px;
}

/*ベージュの背景色エリア*/
div.area_bg {
	background:#F6F1E6;
	margin:0px 10px 0px 10px;
}

/*コメント入力フォーム*/
div.comment_form_area {
	margin:10px 0px 0px 100px;
}

/*コメント・トラックバック本文レイアウト*/
div.tb div.tb_area {
	padding:10px 15px 15px 15px;
}

div.tb div.tb_area span {
	font-size:11px;
	color:#8F826C;
	margin-right:30px; 
}

div.tb div.tb_area p.tb_title {
	border-top:1px dotted #8F826C;
	font-weight:bolder;
	padding:5px 0;
}

div.tb div.tb_area p.border {
	border-bottom:1px dotted #8F826C;
	padding:5px 0;
}
