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

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

body
	{ 
	margin: 0;
	padding: 0;
	background:url(img/bg.gif) repeat;
	text-align: center;
	color: #333;
	font-size: 12px;
	font-family:  "ＭＳ Ｐゴシック", Osaka, arial, helvetica, sans-serif;
	line-height:160%;
	}

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

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

a
	{
	color:#0000FF;
	}

a:hover
	{
	text-decoration: underline;
	color:#FF9900;
	}

a img
	{
	border: 0;
	}

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

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

#container
	{
	width:800px;
	margin:auto;
	padding:auto;
	text-align:left;
	}

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

#banner
	{
	width:800px;
	background:url(img/banner_bg.gif) right top no-repeat;
	height:101px;
	}

#banner-inner
	{
	padding:43px 0 10px 27px;
	}

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

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

#banner h1 a:hover
	{
	color: #FF3300;
	text-decoration: underline;
	}

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

#wrap
	{
	width:800px;
	background:url(img/side_main.jpg) center center repeat-y;
	float:left;
	}

#main
	{
	float:left;
	width:460px;
	}

#main-inner
	{
	margin-left:15px;
	}

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

.ad
	{
	margin:0;
	padding:0 0 0 30px; 
	}

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

#main_des
	{
	height:150px;
	border:1px solid #ccc;
	text-align:center;
	margin-top:10px;
	width:440px;
	}

#des_inner
	{
	width:380px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	}

#des_inner h2
	{
	font-size:12px;
	letter-spacing:1px;
	color:#FF9900;
	margin-bottom:10px;
	margin-top:10px;
	border-bottom:1px solid #ccc;
	}

#des_inner p
	{
	line-height:200%;
	}

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

#box
	{
	width:440px;
	border:1px solid #ccc;
	margin-top:10px;
	text-align:center;
	}

.box_h2
	{
	width:400px;
	font-size:12px;
	color:#333333;
	border-bottom:1px solid #ccc;
	margin-top:10px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	}

.box_h3
	{
	font-size:12px;
	letter-spacing:1px;
	margin-top:10px;
	margin-left:20px;
	text-align:left;
	}
.box_h3 a
	{
	text-decoration:none;
	}

.box_p
	{
	background:url(img/icon.gif) left center no-repeat;
	padding:2px 0 2px 20px;
	margin-left:20px;
	margin-top:10px;
	text-align:left;

	}

.box_entry p, .entry-more
	{
	margin:20px 20px 40px 20px;
	text-align:left;
	}

.entry_box
	{
	width:440px;
	margin-top:10px;
	text-align:center;
	}

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

#entry-with
	{
	width:410px;
	margin-left:20px;
	}

#entry-with h3
	{
	border-bottom:1px solid #ccc;
	padding: 5px 5px 5px 20px;
	color: #666666;
	background:url(img/icon.gif) left center no-repeat;
	font-size: 11px;
	font-weight: bold;
	line-height: 1;
	text-transform: uppercase;
	margin-bottom:10px;
	}

#entry-with img
	{
	margin-right:10px;
	margin-left:10px;
	}

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

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

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

#side
	{
	float:left;
	width:160px;
	padding-left:7px;
	}

#side-r
	{
	float:right;
	width:160px;
	padding-right:7px;
	}

#side-inner
	{
	margin:15p 5px;
	}

#side a
	{
	text-decoration:none;
	}

#side a:hover
	{
	text-decoration:underline;
	}

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

.category
	{
	background:url(img/menu_bg.gif) left top no-repeat;
	margin-top:10px;
	}

.category-inner
	{
	margin:5px 5px 5px 5px;
	}

.category h2
	{
	padding-top:14px;
	padding-left:36px;
	font-size:12px;
	color: #FF3300;
	}

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

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

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

.category-inner-s
	{
	padding:10px;
	}

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

.ad2
	{
	margin:10px 0 0 0;
	padding-left:10px;
	padding-bottom:10px;
	}

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

#footer
	{
	clear:both;
	width:800px;
	background:url(img/footer.jpg) center top no-repeat;
	height:45px;
	text-align:center;
	color: #666666;
	font-size: 10px;
	border-bottom: 1px solid #CCCCCC;
	}


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

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

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

.category-navi
	{
	background:url(img/side_line.gif) center top no-repeat;
	padding-top:10px;
	}


.topbox_entry
	{
	text-align:left;
	}

.cate_exc
	{
	padding:10px 20px;
	}

.cate_exc p
	{
	margin:0;
	}

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

.trackbacks
	{
	margin-top:20px;

	}

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

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

	margin: 0;
	border-bottom:1px solid #ccc;
	padding: 5px 5px 5px 20px;
	color:#666666;
	background:url(img/icon.gif) left center no-repeat;
	font-size: 11px;
	font-weight: bold;
	line-height: 1;
	text-transform: uppercase;
	}

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

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

.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: 400px;
	margin-bottom: 20px;
margin-left: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; }


