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

body {
	color: #4D4D4D;
	padding:0pt;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
	background-image: url(http://www.tonari-hanaya.com/img/shop/backimg_shop.gif);
	font-size: 12px;
}	
	
* {
	margin: 0px;
	padding:0px;
}

table {
	border:none;
}

img {
	border:none;
}

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

li {
	list-style-type:none;
}

br.clear {
	clear:both;
	font:0/0 sans-serif;
}
	
.border {
	background:url(http://img.shop-pro.jp/tmpl_img/15/border.gif) repeat-x;
	height:1px;
	margin-top:5px;
	margin-bottom: 5px;
}

.border img {
	width:1px; height:1px;
}
	
/* ------------------------------------- 
 *	ページレイアウト
 * ------------------------------------- */

#wrapper {
	width:814px;
	margin: 0 auto;
}
	
.left {
	width:1px;
	background-color: #D34B35;
}

.left img {
	width:13px;
	height:280px;
	background:url(http://www.tonari-hanaya.com/img/base/left_top.gif) no-repeat;
}

.center {
	width:812px;
	background:#FFF;
}

.right {
	width:1px;
	background-color: #D34B35;
}

.right img {
	width:10px;
	height:280px;
	background:url(http://www.tonari-hanaya.com/img/base/right_top.gif) no-repeat;
}
	
#header {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 25px;
}

#side {
	width:192px;
	float:left;
	text-align: left;
	margin-bottom: 50px;
}
	
#main {
	width:553px;
	float:left;
	margin-bottom: 30px;
	margin-left: 32px;
	padding-right: 35px;
}
	
#footer {
	text-align:center;
	font-size:11px;
	padding:5px 0;
	background-color: #D34B35;
	color: #FFFFFF;
}


/* ------------------------------------- 
 *	リンクの色設定（初級モードで設定）
 * ------------------------------------- */
	
a:link    {color: #D34B35; text-decoration: underline;}
a:visited {color: #D34B35; text-decoration: underline;}
a:active  {color: #D34B35; text-decoration: underline;}
a:hover   {color: #D34B35; text-decoration: none;}
	
.logo  a:link    {color: #4D4D4D; text-decoration: none;}
.logo  a:visited {color: #4D4D4D; text-decoration: none;}
.logo  a:active  {color: #4D4D4D; text-decoration: none;}
.logo  a:hover   {color: #666; text-decoration: none;}

#main a:link    {color: #339999; text-decoration: underline;}
#main a:visited {color: #339999; text-decoration: underline;}
#main a:active  {color: #339999; text-decoration: underline;}
#main a:hover   {color: #99CCCC; text-decoration: none;} 
 
#footer a:link    {color: #FFFFFF; text-decoration: underline;}
#footer a:visited {color: #FFFFFF; text-decoration: underline;}
#footer a:active  {color: #FFFF00; text-decoration: underline;}
#footer a:hover   {color: #FFFF00; text-decoration: none;}

/* ************************************************ 
 *	ヘッダー
 * ************************************************ */

#header .logo {
	font-size:22px;
	line-height:160%;
	font-weight:bolder;
	padding-left:15px;
	padding-top:25px;
}

.description {
	padding-left:15px;
	font-size:10px;
}

/* ************************************************ 
 *	サイドメニュー
 * ************************************************ */

.linktitle {
	width:192px;
	height:42px;
}

.link {
	width:180px;
	margin-bottom:15px;
}

.link_sarch {
	width:182px;
	margin-bottom:10px;
	margin-left:10px;
}

.link li {
	margin-bottom:3px;
	padding-left: 15px;
	list-style-type: none;
	background: url(http://www.tonari-hanaya.com/img/base/li.gif) no-repeat;
	background-position: 0px 3px;
	margin-left: 20px;
	margin-top: 2px;
	line-height:14pt;
	border-bottom:dotted 1px #999999;
}

/* ------ ”ショップを見る”ボタン ------ */

.shop {
	width:180px;
	height:42px;
	margin-top:10px;
	margin-bottom:20px;
}

/* ------ カレンダー ------ */

.calendar {
	font-family :"Verdana";
	font-size: 10px;
	background:url(http://www.tonari-hanaya.com/img/blog/calendar_date.gif) no-repeat;
	padding-top:27px;
	margin-bottom:20px;
	margin-left:10px;
	color: #000;
}

.calendar table {
	background:#DDD;
	border-top:1px #DDD solid;
	border-bottom:1px #DDD solid;
	border-right:2px #DDD solid;
	border-left:2px #DDD solid;
}

.cell {
	width:22px;
	height:18px;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-weight:bolder;
	color: #000;
	background:#FFF;
}

.cell a {
	display: block;
	width:22px;
	height:18px;
	text-decoration: underline;
	background: #FFFF00;
	color: #D34B35;
}

.cell a:visited {
	text-decoration: underline;
	color: #D34B35;
}

.cell a:active {
	text-decoration: none;
	color: #FFFF00;
}

.cell a:hover {
	display: block;
	width:22px;
	height:18px;
	text-decoration: none;
	background: #D34B35;
	color: #FFF;
	}

.calendar_month {
	width: 166px;
	background:#FFF;
	padding:3px 0px;
	text-align:center;
	border-bottom:4px #DDD solid;
	border-right:4px #DDD solid;
	border-left:4px #DDD solid;
}

.xml {
	margin-left:20px;
	margin-top:20px;
}

/* ------ feed ------ */

.feed {
	margin-right:10px;
	width:57px;
	height:15px;
}

/* ************************************************ 
 *	メイン
 * ************************************************ */
 
/* ------------------------------------- 
 *	各ページ共通
 * ------------------------------------- */
 
 /* ------ 角丸ボックス ------ */
 
.round_top {
	height:30px;
	background:url(http://www.tonari-hanaya.com/img/base/round_top.gif) no-repeat;
}
	
.round_bg {
	background:url(http://www.tonari-hanaya.com/img/base/round_bg.gif) repeat-y;
	padding:0px 18px;
}
	
.round_bottom{
	height:30px;
	background:url(http://www.tonari-hanaya.com/img/base/round_bottom.gif) no-repeat;
}

.round_top img {
	height:15px;
	margin-left:18px;
}


/* ------ パンくずナビ ------ */
 
.pankuzu { margin-bottom:5px;font-size:10px; }


/* ------ ページナビ ------ */

.pagenavi {
	text-align:center;
	height:23px;
}

.pagenavi .left {
	width:100px;
	background:url(http://img.shop-pro.jp/tmpl_img/15/b_page_l.gif) no-repeat;
	background-position:left;
	border-right:1px #FFF solid;
	text-align:center;
}

.pagenavi .right {
	width:100px;
	background:url(http://img.shop-pro.jp/tmpl_img/15/b_page_r.gif) no-repeat;
	background-position:right;
	border-left:1px #FFF solid;
	text-align:center;
}

.pagenavi .center {
	background:#EAEAEA;
	border-left:1px #CCC solid;
	border-right:1px #CCC solid;
	text-align:center;
}

#main img {
	margin-top: 10px;
	margin-bottom: 10px;
	border:0px solid #CCC;
}

/* ------------------------------------- 
 *	エントリー
 * ------------------------------------- */
 
.entry_title {
	margin:0px 18px;
	font-size:14px;
	font-weight:bolder;
	color:#333;
}

.entry_date {
	font-size:12px;
}

.entry_body {
	margin-top:20px;
	font-size:12px;
	line-height: 170%;
}

.entry_more {
	padding-top:20px;
}

.entry_state {
	font-size:10px;
	margin-top:5px;
}

blockquote {
	margin:10px 0px;
	background:#FFF;
	border:1px dotted #999;
	padding:10px;
}

.entry_box {
	margin-bottom: 20px;
}

.pic {
	margin-top: 10px;
	margin-bottom: 10px;
}

/* ------------------------------------- 
 *	コメント
 * ------------------------------------- */
 
.comm {
	 background:url(http://img.shop-pro.jp/tmpl_img/15/cat_border.gif) repeat-y;
	 padding:0px 20px;
	 margin-bottom:20px;
}

.comm_state {
	margin-top:15px;
}

/* ------------------------------------- 
 *	トラックバック
 * ------------------------------------- */

.detail_title {
	width:529px;
	height:20px;
	margin-bottom:5px;
}

.tb_url{
	font-size:12px;
	font-weight:bolder;
	color:#D34B35;
	margin-bottom:20px;
}

.tb{
	border:1px #DDD solid;
	margin-bottom:20px;
	width:529px;
}

.tb_date {
	color:#333;
	background:#EAEAEA;
	padding:5px 10px;
	border-bottom:1px #DDD solid;
}

.tb_title {
	color: #FF3366;
	background:#F4F4F4;
	padding:10px;
}

.tb_body {
	padding:10px;
	border-top:1px #DDD solid;
	border-bottom:1px #DDD solid;
}

/* ------------------------------------- 
 *	検索結果
 * ------------------------------------- */
.searchBox {
	margin-bottom: 10px;
	margin-top: 10px;
}
.searchTitle {
	margin-top: 20px;
	margin-bottom: 10px;
}
