/*　各ブラウザごとの異なる余白リセット
------------------------------------------　*/
*{
	margin:0px;
	padding: 0px;
}

/*　共通タグ設定
------------------------------------------　*/
body{
	font-size: 80%;
	margin: 0px auto;
	padding: 0px;
/*	background:<{$page_bgcolor}> url(<{$page_bgimg}>);
	color:<{$font_color}>;
	font-size: <{$font_size}>;*/
	font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", "Osaka‐等幅";
	line-height: 150%;
	background:url(http://img10.shop-pro.jp/PA01048/496/etc/bg.jpg) repeat left top;
}

img,a img{
	border: 0px;
	margin: 0px;
	padding: 0px;
	vertical-align: text-bottom;
}

th p,td p,div p{
	font-size:100%;
	line-height:140%;
	margin-bottom: 0.5em;
	margin-top: 0px;
	padding-top: 0px;
}

h1,h2,h3,h4{
font-size:100%;
padding-bottom:0.5em;
font-weight: normal;
}

ul{
	list-style: none;
}

ul,li,ol{
	margin: 0px;
	padding:0px;
}

hr{
	margin: 0px;
	padding:0px;
}

blockquote{
	text-align: center;
	text-indent: 0em;
	margin: auto;
}
h3 {
	padding: 0px;
	margin: 0px;
}


br.clear {
	clear: both;
	font: 0pt/0pt sans-serif;
}

.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: #CC3300; text-decoration: underline;}
a:visited {color: #CC3300; text-decoration: underline;}
a:active  {color: #CC3300; text-decoration: underline;}
a:hover   {color: #FF6633; 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:<{$right_width}>; 初期モードで設定 
	margin:0px auto;
	background:#FFF;*/
	color: #666666;
	width: 770px;
	margin: 0px auto;
	padding: 0px 25px;
	background: url(http://img10.shop-pro.jp/PA01048/496/etc/bg-shadow.gif) repeat-y left top;
}

#header {
	width:770px;
/*	background:url(http://img.shop-pro.jp/tmpl_img/17/topimg.gif) no-repeat;
	background-position:left bottom;*/
	padding-bottom:10px;
}

#body {
	width:770px;
	background: url(http://img10.shop-pro.jp/PA01048/496/etc/main-badybg.jpg) repeat-y left top;
}

#body .margin {
	margin: 0px;
}

#side {
	width: 210px;
	padding: 5px;
	margin: 0px;
	float: left;
	background: #860120;
	font-size: 80%;
}

#main {
	width: 526px;
	margin: 0px;
	padding: 0px;
	float: right;
	}

/*　------------------------コンテンツフッターブロック　*/
#footer {
	width: 770px;
	margin: 0px auto;
	padding: 0px;
}


/*　汎用CSS
------------------------------------------　*/
/* フロート解除 */
.clear {
	clear: both;
	font-size: 1px;
	margin: 0px;
	padding: 0px;
	line-height: normal;
}


.pagetop {
	margin: 0px;
	padding: 0px;
}


/* ************************************************ 
 *	ヘッダー（サイトタイトル、検索スペース、メニュー）
 * ************************************************ */
 
 /* ------------------------------------- 
 *	ヘッダー内レイアウト
 * ------------------------------------- */
/*
#header .margin {
	margin:3px 10px 0px 10px;
	}

#header_menu {
	height:20px;
	background:#FF6600 url(./template/cmsp/17/header_menu.gif) repeat-x;
	text-align:right;
}

#header #search {
	width:220px;
	float:right;
	background:#FFFFFF 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 {
	margin: 0px;
	padding: 0px;
	height: 106px;
}
#header #title img {
	margin: 0px;
	padding: 0px;
}
#header #title h1 {
	margin: 0px;
	padding: 0px;
}

/* ------------------------------------- 
 *	サイトタイトルの設定
 * ------------------------------------- */
/*
h1 {
	color:#000;
	font:22px/170%;
	margin-top:20px;
	margin-bottom:5px;
}
*/

/* ------------------------------------- 
 *	ヘッダーメニュー（ショップを見る、管理者ページ）
 * ------------------------------------- */

#navi{
	width:770px;
	margin: 0px;
	padding: 0px;
}
#navi ul {
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}
#navi li {
	float: left;
	margin: 0px;
	padding: 0px;
}
#navi li a{
	padding:0px;
	margin:0px;
}

#sub-navi {
	margin: 0px;
	padding: 8px 0px 8px 0px;
	text-align: right;
}
#sub-navi li {
	display: inline;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 9px;
}

/*#header_menu ul {
	padding-top:2px;
}

#header_menu ul li{
	display:inline;
	margin-right:5px;
}

#header_menu ul li img {
	height:12px;
}*/

 /* ------------------------------------- 
 *	検索
 * ------------------------------------- */

#search {
background: #FFFFFF;
border: 1px solid #af6576;
padding:5px;
margin: 0px 0px 20px 0px;
}
#search .title {
	border-bottom:1px #8F826C dotted;
	padding-bottom:5px;
	margin:5px;
	font-weight: bold;
	text-align: left;
}


#search input {
margin-left:8px;
}

#search input.textbox {
	float: left;
	width: 120px;
	margin: 0px 3px 0px 10px;
}
#search input.button {
	width:50px;
	height:20px;
	margin-left:3px;
	float: right;
}


/* ************************************************ 
 *	フッター（メニュー、コピーライト）
 * ************************************************ */

#footer_menu {
/*	border-top:1px <{$footer_line_color}> solid;
	margin-bottom:10px;
	padding-top:10px;*/
	margin: 30px 0px 20px;
	padding: 10px;
	text-align: center;
	border: 1px solid #dbdbdb;
}

address {
	font-style:normal;
	/*	margin:10px;*/
	width: 770px;
	color: #cfcfcf;
	background: #1c1c1c url(http://img10.shop-pro.jp/PA01048/496/etc/copyrightbg-top.gif) no-repeat left top;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 4px;
	font-size: 70%;
}
#footer a:link,
#footer a:visited {
	color: #666666;
	text-decoration: underline;
}

#footer a:hover {
	color: #666666;
	text-decoration: none;
}



/* ************************************************ 
 *	サイドメニュー
 * ************************************************ */
 
.l-contents {
	border: 1px solid #af6576;
	margin-bottom:20px;
	background: #FFFFFF;
}

.l-contents dt {
	border-bottom:1px #8F826C dotted;
	padding-bottom:5px;
	margin:5px;
}
 
 
/* ------------------------------------- 
 *	リンクリスト
 * ------------------------------------- */

dl#list dt {
font-weight:bolder;
padding: 0px 5px 5px 5px;
margin: 5px;
	text-align: left;
}

dl#list dd {
padding:5px;
margin-bottom:15px;
	text-align: left;
}

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:2px #8F826C 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:#FF6600;
	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;
	text-align:left;
}

/*.entry .title {
	background:#8F826C url(./template/cmsp/17/entry_title.gif) no-repeat;
	padding:10px 0px 10px 10px;
}
*/

.entry .area {
/*	border-right:1px solid #8F826C;
	border-left:1px solid #8F826C;*/
}

.entry .area .body {padding:12px;}

/*
.entry .bottom {
	height:14px;
	background:url(./template/cmsp/17/entry_bottom.gif) no-repeat;
	background-position:left bottom;
}
*/

/* 記事のタイトル */
h2 {
	/*	background:url(./template/cmsp/17/entry_h2.gif) no-repeat;
	background-position:0px 7px;
	color:#FFF;*/
	font-size:150%;
	border-bottom: 1px solid #8F826C;
	font-weight: bold;
}
.entry .area {
	margin-top:20px;
	}

/* 記事の日付 */
.entry .area .date {
	color:#8F826C;
	text-align:right;
/*	background:#EDE5D2;
	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:#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;
}



/* QRコード */
#qr {
	text-align: center;
	padding-bottom: 12px;
}
