* {
	margin:0px;
	padding:0px;
}

body{
	margin:0px;
	padding:0px;
	background:transparent url(http://img13.shop-pro.jp/PA01070/182/etc/back2.jpg) repeat-x scroll 0 0;
	color:#666;
	font-size: 12px;
	font-family: "メイリオ",Verdana,"ヒラギノ角ゴ Pro W3",Osaka,"ＭＳ Ｐゴシック",sans-serif;
	line-height: 150%;
}

.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;
        margin: 10px;}
.pict {text-align:left;
        margin: 10px;}

/* ------------------------------------- 
 *	リンクの色設定（初級モードで設定）
 * ------------------------------------- */

a:link    {color: #91A823; text-decoration: underline;}
a:visited {color: #91A823; text-decoration: underline;}
a:active  {color: #91A823; text-decoration: underline;}
a:hover   {color: #C4DB56; text-decoration: none;}

#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:860px;
	margin:0px auto;
	background: #ffffff;
	}

#header {
	width:100%;
	background: transparent url(http://img13.shop-pro.jp/PA01070/182/etc/sub_title.jpg) no-repeat scroll 0 0;
	padding-bottom:10px;
	text-align:left;
        height: 125px;
}

#body {
}

#body .margin {margin:10px 20px 30px 20px;}

#side {
	width:200px;
	float:left;
	text-align:left;
}

#main {
	width:590px;
	float:right;
	padding:0px 10px;
	text-align:left;
}

#footer {
	width:860px;
	background:url(./template/cmsp/25/footer.gif) repeat-x;
	background-position:left bottom;
	padding-bottom:10px;
	text-align:center;
}
	padding-bottom:10px;
	text-align:center;
margin: 0 10px;
}



/* ************************************************ 
 *	ヘッダー（サイトタイトル、検索スペース、メニュー）
 * ************************************************ */
 
 /* ------------------------------------- 
 *	ヘッダー内レイアウト
 * ------------------------------------- */

#header .margin {
	/*margin:3px 10px 0px 10px;*/
	}

#header_menu {
	height:20px;
	background:#9DD22C url(./template/cmsp/25/header_menu.gif) repeat-x;
	text-align:right;
}

#header #search {
	width:220px;
	float:right;
	background:#DAF0BA url(./template/cmsp/25/search.gif) no-repeat;
	background-position:left bottom;
	padding-bottom:5px;
}

#header #search .title {
	height:20px;
	background:url(./template/cmsp/25/search_title.gif) no-repeat;
	background-position:left top;
}

#header #title {
	margin-right:230px;
        text-indent: -9999px;
}


/* ------------------------------------- 
 *	サイトタイトルの設定
 * ------------------------------------- */
h1 {
	color:#000;
	font:22px/170%;
/*
	margin-top:20px;
	margin-bottom:5px;
*/
}


/* ------------------------------------- 
 *	ヘッダーメニュー（ショップを見る、管理者ページ）
 * ------------------------------------- */

#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 dt {
	font-weight:bolder;
margin-bottom:5px;
}

dl#list dd {
margin-bottom:15px;
}

dl#list dd ul li {
	list-style:none;
	padding-left:17px;
	margin-bottom:3px;
	background:url(./template/cmsp/25/dd_arrow.gif) no-repeat;
	background-position:1px 7px;
}
div.border {
	border-top:2px #7C8972 dotted;
	padding-bottom:5px;
}


/* ------------------------------------- 
 *	カレンダー
 * ------------------------------------- */

.calendar {
	font-family :"Verdana";
	font-size: 10px;
	margin-bottom:20px;
	color: #000;
	}
	
	
.week {
	width:21px;
	height:15px;
	text-align: center;
	color: #FFF;
	background:#9DD22C;
	border:2px solid #FFF;
	}
	
.cell {
	width:21px;
	height:15px;
	text-align: center;
	color: #555;
	background:#DDD;
	border:2px solid #FFF;
	}


/* ------------------------------------- 
 *	feed
 * ------------------------------------- */
#feed {
	text-align:center;
	}
#feed img {
	width:57px;
	height:15px;
	margin:5px;
	}



/* ************************************************ 
 *	メインエリア
 * ************************************************ */
 
/* ************************************************ 
 *	エントリー
 * ************************************************ */

/* ------------------------------------- 
 *	レイアウト
 * ------------------------------------- */
 
.entry {
	margin-bottom:20px;
}

.entry .title {
	background:#7C8972 url(./template/cmsp/25/entry_title.gif) no-repeat;
	padding:10px 0px 10px 10px;
	}

.entry .area {
	border-right:1px solid #7C8972;
	border-left:1px solid #7C8972;
}

.entry .area .body {padding:12px;}

.entry .bottom {
	height:14px;
	background:url(./template/cmsp/25/entry_bottom.gif) no-repeat;
	background-position:left bottom;
}

/* 記事のタイトル */
h2 {
	background:url(./template/cmsp/25/entry_h2.gif) no-repeat;
	background-position:0px 7px;
	color:#FFF;
	font-size:12px;
	padding-left:12px;
}


/* 記事の日付 */
.entry .area .date {
	color:#7C8972;
	background:#DDE8D6;
	text-align:right;
	padding:3px;
	}
.entry .area .hyouka {
	color:#7C8972;
	float:left;
	padding:3px;
	}
/*「続きを読む」の部分 */
.entry_more {padding:5px;}

/* ------------------------------------- 
 *	エントリーナビ(前のページ：次のページ//トップページ用)
 * ------------------------------------- */

.top_navi {
}

.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-bottom:20px;}

div.tb div.title {
	color:#7C8972;
	font-size:14px;
	background:url(./template/cmsp/25/arrow.gif) no-repeat;
	background-position:left;
	border-bottom:2px #7C8972 dotted;
	padding-left:15px;
	margin-bottom:10px;
}

/*ベージュの背景色エリア*/
div.area_bg {
	background:#E6EBF6;
	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:#7C8972;
	margin-right:30px; 
}

div.tb div.tb_area p.tb_title {
	border-top:1px dotted #7C8972;
	font-weight:bolder;
	padding:5px 0;
}

div.tb div.tb_area p.border {
	border-bottom:1px dotted #7C8972;
	padding:5px 0;
}

.fLeft {
 float: left;
 margin: 0 10px 10px 0;
}
.fRight {
 float: right;
}
.fClear {
 clear: both;
}
.bl_back {
 background: url("http://img13.shop-pro.jp/PA01070/182/etc/blue_p7b.gif") repeat-y; padding: 10px 0;}

div.recommend {
 float:left;
 padding: 10px 7px 0 7px;
 width: 300px;
 text-align: center;
}
.recommend h2 {
 background: #f3f3f3;
 font-size: 100%;
}
.recommend h3 {
 background: #f3f3f3;
 font-size: 100%;
 margin: 0 0 5px;
}
.price {
 font-weight: bold;
 color: #CC3300;
font-size: 16px; 
}

.product_list {
 float:left;
 text-align: center;
 padding: 0pt 7px;
 width: 140px;
}

.product_list h2 {
 background: #eee;
 font-size: 100%;
}
.product_list price {
 font-weight: bold;
 color: #CC3300;
font-size: 16px; 
}
.dai {
 border-bottom: 1px dotted #999999;
 font-size: 120%;
 margin: 0 0 5px
}
/* 文字サイズ変更後（L・M・S） */
body.fontL
	{
	font-size:120%;
	}
body.fontM
	{
	font-size:100%;
	}
body.fontS
	{
	font-size:80%;
	}
/* 文字サイズ変更ボタン */
dl#size
	{
	}
		dl#size dt
			{
			font-weight: 700;
			}
		dl#size dd
			{
			margin: 0;
			background-image: url("");
			}
		dl#size ul
			{
			display: inline;
			}
		/* 大中小の字（変更必要なし） */
		li#small
			{
			font-size: 80%;
			}
		li#medium
			{
			font-size: 100%;
			}
			li#large
			{
			font-size: 120%;
			}
		li#small{
			display: inline;
			padding: 2px 3px;
			margin: 0 0 0 0.5em;
			cursor: pointer;
			color: #ffffff;
			border: 1px solid #919b4a;
			background: #919b4a;
			font-size: 12px;
			}
		li#medium{
			display: inline;
			padding: 2px 3px;
			margin: 0 0 0 0.5em;
			cursor: pointer;
			color: #ffffff;
			border: 1px solid #919b4a;
			background: #919b4a;
			font-size: 18px;
			}
		li#large
			{
			display: inline;
			padding: 2px 3px;
			margin: 0 0 0 0.5em;
			cursor: pointer;
			color: #ffffff;
			border: 1px solid #919b4a;
			background: #919b4a;
			font-size: 22px;
			}
		li#small:hover,
		li#medium:hover,
		li#large:hover
			{
			color: #919b4a;
			border: 1px solid #919b4a;
			background: #ffffff;
			}
.red {
 color: #cc3300;
}
.green {
 color: #006600;
 font-weight: bold;
}
h6.setumei  {
height:23px;margin:0px 0px 5px 0px;padding:7px 0px 0px 10px;
font-size:14px;font-weight:bold;color:#555555;
background:url(http://goheimochi.sub.jp/img/info/head014_03.gif);
}