/*-------------------------------------
▼▼　基本
-------------------------------------*/

html
	{
	margin: 0;
	/* setting border: 0 hoses ie6 win window inner well border */
	padding: 0;
	}

body
	{ 
	margin: 0;
	padding: 0;
	background:#fff;
	text-align: center;
	color: #454545;
	font-size: 12px;
	font-family: arial, helvetica, sans-serif;
	line-height:160%;
	}

form, input
	{
	margin: 0;
	padding: 0;
	}

/*-------------------------------------
▼▼　リンク
-------------------------------------*/

a
	{
	color:#0c86cc;
	}

a:hover
	{
	text-decoration:none;
	color:#ccc;
	}

a img
	{
	border: 0;
	}

h1, h2, h3, h4, h5, h6,p
	{
	margin:0;
	padding:0;
	font-weight:normal;
	}

/*-------------------------------------
▼▼　外枠
-------------------------------------*/

#container
	{
	width:760px;
	margin:0 auto;
	padding:0;
	border-right:1px solid #d2d2d2;
	border-left:1px solid #d2d2d2;
	text-align:left;
	background:#fff;
	}

/*-------------------------------------
▼▼　ヘッダー部分
-------------------------------------*/

#banner
	{
	width:760px;
	background:url(img/banner_bg.jpg) center bottom no-repeat;
	height:150px;
	border-bottom:5px solid #ecda13;
	}

#banner-inner
	{
	padding:20px 0 10px 30px;
	border-bottom:5px solid #ecda13;
	background:#69c002;
	}

#banner h1
	{
	font-size:18px;
	font-weight:bold;
	letter-spacing:2px;
	}

#banner h1 a
	{
	text-decoration:none;
	color:#fff;
	}

#banner h1 a:hover
	{
	color:#678091;
	}


/*-------------------------------------
▼▼　メイン
-------------------------------------*/

#wrap
	{
	width:760px;
	float:left;
	}

#main
	{
	float:right;
	width:550px
	background:#fff;
	}

#main-inner
	{
	margin-right:20px;
	}

/*-------------------------------------
▼▼　メイン【アドセンス】
-------------------------------------*/

.ad
	{
	clear:both;
	margin:0;
	padding:0 0 0 15px; 
	}


/*-------------------------------------
▼▼　メイン【サイト説明】
-------------------------------------*/

#main_des
	{
	padding-left:10px;
	padding-bottom:10px;
	float:left;
	width:490px;
	}

#des_inner h2
	{
	font-size:12px;
	letter-spacing:1px;
	color:#69c002;
	margin-bottom:10px;
	margin-top:20px;
	border-bottom:4px double #ecda13;
	padding:2px 8px;
	background:#fff;
	font-weight:bold;
	}

#des_inner p
	{
	margin:0px 10px;
	line-height:160%;
	}

/*-------------------------------------
▼▼　メイン部分【一覧部分】
-------------------------------------*/

#box ,.entry_box,
	.catebox_entry
	{
	width:490px;
	padding-left:10px;
	margin-top:5px;
	margin-bottom:20px;
	clear:both;
	}

.box_h2
	{
	font-size:12px;
	letter-spacing:1px;
	color:#69c002;
	margin-bottom:10px;
	margin-top:20px;
	border-bottom:4px double #ecda13;
	padding:2px 8px;
	background:#fff;
	font-weight:bold;
	}

.box_h3 a
	{
	text-decoration:none;
	color:#69c002;
	}

.box_h3
	{
	color:#69c002;
	font-size:12px;
	letter-spacing:1px;
	margin:5px;
	padding-top:10px;
	border-top:2px dotted #ccc;
	}

.box_p
	{
	color:#678091;
	padding:0;
	margin: 0 10px 15px 20px;
	}

.box_entry p,
.entry-more
	{
	text-align:justify;
	text-justify:inter-ideograph;
	word-break:break-word;
	margin:10px 10px 20px 10px;
	}

/*-------------------------------------
▼▼　メイン部分【エントリーページ・関連エントリー】
-------------------------------------*/

#entry-with
	{
	width:490px;
	margin:20px 10px;
	}

#entry-with h3
	{
	border-bottom:4px double #ecda13;
	padding:2px 8px;
	color:#69c002;
	background:#fff;
	font-size: 12px;
	font-weight: bold;
	line-height: 1;
	text-transform: uppercase;
	margin-bottom:10px;
	}

#entry-with ul
	{
	list-style-type:square;
	margin:0;
	padding:0 30px;
	color:#69c002;
	}

#entry-with ul li
	{
	margin:3px 0;
	}

/*-------------------------------------
▼▼　メイン部分【ページトップ】
-------------------------------------*/

.gotop
	{
	text-align:right;
	margin-top:20px;
	width:520px;
	}

/*-------------------------------------
▼▼　メイン部分【パンくずリスト】
-------------------------------------*/
.pan
	{
	padding:2px 0px;
	margin:10px 0px;
	text-align:right;
	width:520px;
	}

.pan a
	{
	color:#666;
	font-size:11px;
	}

/*-------------------------------------
▼▼　サイド部分
-------------------------------------*/

#side
	{
	float:left;
	width:199px;
	border-right:1px dotted #d2d2d2;
	background:#f2f1e9;
	}

#side-inner
	{
	margin:0;
	}

#side a
	{
	text-decoration:none;
	}

#side a:hover
	{
	}

/*-------------------------------------
▼▼　カテゴリ部分
-------------------------------------*/

.category
	{
	width:199px;
	}

.category-inner
	{
	width:199px;
	margin:0px;
	margin-bottom:20px;
	}

.category h2
	{
	padding-top:5px;
	padding-left:10px;
	font-size:12px;
	color:#678091;
	border-bottom:1px dotted #d2d2d2;
	font-weight:bold;
	}

.category ul,
.category-navi ul
	{
	margin:0;
	padding:0;
	list-style-type:none;
	}

.category ul li,
.category-navi ul li
	{
	border-bottom:1px dotted #d2d2d2;
	}

.category ul li a,
.category-navi ul li a
	{
	display:block;
	padding:5px 8px;
	border-left:3px solid #ecda13;
	}

.category ul li a:hover,
.category-navi ul li a:hover
	{
	background:#fff;
	text-decoration:none;
	border-left:3px solid #69c002;
	}

.category-inner ul li span
	{
	font-size:10px;
	padding-left:5px;
	}

/*-------------------------------------
▼▼　サイド部分【アドセンス】
-------------------------------------*/

.ad2
	{
	margin:0;
	padding:10px 0 10px 10px;
	border-bottom:1px dotted #d2d2d2;
	}

/*-------------------------------------
▼▼　フッター部分
-------------------------------------*/

#footer
	{
	clear:both;
	width:760px;
	height:45px;
	text-align:center;
	border-top:5px solid #ecda13;
	background:#69c002;
	}


#footer-inner
	{
	padding-top:10px;
	}

#footer a
	{
	color:#fff;
	text-decoration:none;
	}

/*-------------------------------------
▼▼　カテゴリページ
-------------------------------------*/


.cate_exc
	{
	padding:2px 0 2px 15px;
	padding-left:20px;
	margin-top:2px;
	}

.catebox_entry h3 a
	{
	color:#0c86cc;
	text-decoration:underline;
	}

.cate_exc p
	{
	margin:0;
	}

/*-------------------------------------
▼▼　エントリーページ【コメント・トラックバック】
-------------------------------------*/

.trackbacks
	{
	margin-top:20px;
	}

.trackbacks,
.comments,
.archive
	{
	position: static;
	overflow: hidden;
	clear: both;
	width: 490px;
	margin:10px;
	}

.trackbacks-header,
.comments-header,
.comments-open-header,
.archive-header
	{
	/* ie win (5, 5.5, 6) bugfix */
	p\osition: relative;
	width: 460px;
	w\idth: auto;

	margin: 0;
	border-bottom:4px double #ecda13;
	padding:2px 8px;
	color:#69c002;
	background:#fff;
	font-size: 12px;
	font-weight: bold;
	line-height: 1;
	text-transform: uppercase;
	}

.trackbacks
	{
	margin-top:20px;
	}

.entry-content,
.trackbacks-info,
.trackback-content,
.comment-content,
.comments-open-content,
.comments-closed
	{
	clear: both;
	margin: 5px 10px;
	}

.entry-footer,
.trackback-footer,
.comment-footer,
.comments-open-footer,
.archive-content
	{
	clear: both;
	margin: 5px 10px 20px 10px;
	}

.entry,
.trackbacks,
.comments,
.archive
	{
	position: static;
	overflow: hidden;
	clear: both;
	width: 460px;
	margin-bottom: 20px;
	}

#comment-author, #comment-email, #comment-url, #comment-text
	{
	width: 240px;
	}

#comment-bake-cookie
	{
	margin-left: 0;
	vertical-align: middle;
	}

.comments-open label { display: block; }

<!--物販テンプ追加-->

/*Product*/
#product {
	clear: both;
	margin: 5px 0 5px 0;
}
#product .box{
	float: left;
	width: 145px;
	height: 230px;
	overflow: hidden;
	margin: 5px 3px 5px 2px;
	padding: 5px;
	border: 1px solid #CCC;
	font-size: 10px;
	text-align: left;
	line-height: 120%;
}

#product .box p{
	margin: 5px;
	font-size: 10px;
	line-height: 150%;
}

#product img{
	margin: 3px 0;
	border-style: none;
	text-align: center;
}

<!--物販テンプ追加-->