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

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: #666;
	font-size: 12px;
	font-family: arial, helvetica, sans-serif;
	line-height:160%;
	}

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

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

a
	{
	color:#0000ff;
	}

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

a img
	{
	border: 0;
	}

h1, h2, h3, h4, h5, h6 
	{
	margin:0;
	padding:0;
	}

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

#container
	{
	width:800px;
	margin:auto;
	padding:auto;
	border-left:1px dotted #ccc;
	border-right:1px dotted #ccc;
	text-align:left;
	}

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

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

#banner-inner
	{
	padding:60px 0 10px 30px;
	}

#banner h1
	{
	font-size:22px;
	font-weight:bold;
	letter-spacing:2px;
	text-decoration:none;
	color:#fff;
	}

#banner a:hover
	{
	color:#B0111D;
	}

/*-------------------------------------
▼▼　ヘッダー【サイト説明】
-------------------------------------*/

#banner-inner2
	{
	color:#fff;
	padding:20px 350px 10px 30px;
	}

#banner-inner2 p
	{
	line-height:200%;
	}


/*-------------------------------------
▼▼　検索部分
-------------------------------------*/
#header-navi
	{
	width:760px;
	float:left;
	background:#DBF2FA;
	border-bottom:1px dotted #ccc;
	padding-bottom:3px;
	}

#searchbox
	{
	width:760px;
	text-align:right;
	}

#search-inner
	{
	padding:2px 30px 2px 0;
	}

/*-------------------------------------
▼▼　トップナビ
-------------------------------------*/
.topnavi
	{
	float:left;
	}

.topnavi ul
	{
	list-style-type:none;
	padding:0 10px 5px 3px;
	margin:0;
	}

.topnavi ul li
	{
	float:left;
	margin:5px 5px 5px 3px;
	padding:0px 10px;
	border-left:7px solid #1AA39C;
	}

.topnavi ul li a
	{
	text-decoration:none;
	}

.topnavi ul li a:hover
	{
	color:#1AA39C;
	}

/*-------------------------------------
▼▼　メイン
-------------------------------------*/
.shopmain
	{
	float:left;
	}


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

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

#main-inner
	{
	margin:15px;
	}

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

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

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

#box ,.entry_box
	{
	width:490px;
	padding-left:10px;
	margin-top:5px;
	}

.box_h2
	{
	font-size:14px;
	letter-spacing:1px;
	color:#1AA39C;
	margin-bottom:10px;
	margin-top:20px;
	border-bottom:1px solid #ccc;
	}

.box_h3
	{
	color:#1AA39C;
	font-size:12px;
	letter-spacing:1px;
	margin:5px;
	}

.box_p
	{
	color:#1AA39C;
	padding:0;
	margin: 0 10px 10px 40px;
	}

.box_entry p
	{
	margin:10px 10px 20px 10px;
	}

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

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

#entry-with h3
	{
	border-left: 5px solid #c43606;
	padding: 5px;
	color: #1AA39C;
	background: #DBF2FA;
	font-size: 11px;
	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:#1AA39C
	}

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

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

.gotop
	{
	text-align:right;
	margin-top:10px;
	margin-right:10px;
	}

/*-------------------------------------
▼▼　メイン部分【パンくずリスト】
-------------------------------------*/
.pan
	{
	padding:2px 10px;
	margin:10px;
	border-left:5px solid #DBF2FA;
	border-top:1px solid #DBF2FA;
	border-right:5px solid #DBF2FA;
	border-bottom:1px solid #DBF2FA;
	}

.pan a
	{
	text-decoration:none;
	}

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

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

#side-inner
	{
	margin:0;
	}

#side a
	{
	text-decoration:none;
	border-left:7px solid #1AA39C;
	display:block;
	padding-left:10px;
	}

#side a:hover
	{
	color:#1AA39C;
	border-left:7px solid #c43606;
	}

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

.category
	{
	}

.category-inner
	{
	margin:5px 0 0 0;
	padding-bottom:20px;
	border-bottom:1px dotted #ccc;
	}

.category h2
	{
	padding-top:5px;
	padding-left:10px;
	font-size:12px;
	color:#1AA39C;
	border-bottom:1px dotted #ccc;
	}

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

	}

.category ul li ,.category-navi ul li
	{
	margin:0;
	padding:5px;
	}

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

.category ul li ul li ,.category-navi ul li ul li
	{
	margin:0;
	padding:5px 5px 0 5px;
	}

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

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

.ad2
	{
	padding:10px 10px 20px 10px;
	border-bottom:1px dotted #ccc;
	}

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

#footer
	{
	clear:both;
	width:760px;
	height:45px;
	text-align:center;
	border-top:3px solid #1AA39C;
	background:#B4E1E4;
	}


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

#footer a
	{
	text-decoration:none;
	}

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


.cate_exc
	{
	padding:2px 0 2px 15px;
	padding-left:20px;
	margin-top:2px;
	border-bottom:1px dotted #ccc;
	}

.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-left: 5px solid #c43606;
	padding: 5px;
	color: #1AA39C;
	background: #DBF2FA;
	font-size: 11px;
	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; }


/*-------------------------------------
▼▼　エントリーページ【広告】
-------------------------------------*/

.amazon
	{
	float:right;
	width:123px;
	height:242px;
	background:#FFFFFF;
	border:0px;
	}

.amazon-inner
	{
	margin:0;
	}

/*-------------------------------------
▼▼　文字色
-------------------------------------*/
.black{ color: #000000;}/*黒色テキスト*/
.red{ color: #ff0000;}/*赤色テキスト*/
.blue{ color: #0000dd;}/*青色テキスト*/
.green{ color: #008000;}/*緑色テキスト*/
.yellow{ color: #ffff00;}/*黄色テキスト*/
.navy{ color: #1F26A9;}/*紺色テキスト*/
.gray{ color: #cccccc;}/*灰色テキスト*/
.orange{ color: #ff6600;}/*橙色テキスト*/
.pink{ color: #cc6699;}/*ピンク色テキスト*/
.purple{ color: #660099;}/*紫色テキスト*/
.olive{ color: #808000;}/*黄土色テキスト*/
.lime{ color: #00ff00;}/*黄緑テキスト*/
.aqua{ color: #167FA6;}/*黄緑テキスト*/


