@charset "utf-8";
/* CSS Document */

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

body
	{ 
	margin: 0;
	padding: 0;
	background:#fff

	color: #666;
	font-size: 12px;
	font-family:Tahoma, "MS UI Gothic";
	line-height:160%;
	text-align: center;
	}

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

	td
	{
	font-size:12px;
	color:#666;
	}
	
/*-------------------------------------
▼▼　リンク
-------------------------------------*/
a
	{
	color:#0068B7;
	text-decoration:none;
	}

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

a img
	{
	border: 0;
	}

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

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

#container
	{
	width:760px;
	margin-left:auto;
	margin-right:auto;
	padding:auto;
	text-align:left;
	background:#fff;
	}

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

#banner
	{
	width:760px;
	height:85px;
	}

.description
	{
	margin:0;
	padding:0 0 0 5px;
	font-size:10px;
	background:#999;
	color:#fff;
	}

#banner-l
	{
	padding:0 0 10px 0px;
	float:left;
	width:230px;
	}

#banner h1
	{
	font-size:10px;
	margin:0;
	padding:0 0 0 5px;
	background:#999;
	color:#fff;
	font-weight:normal;
	}

#banner h2
	{
	background:url(img/title.gif) left center no-repeat;
	text-indent:-9999px;
	}

#banner h2 a
	{
	width:350px;
	height:100px;
	display:block;
	}

#banner-r
	{
	padding-top:20px;
	}


/*-------------------------------------
▼▼　トップナビ
-------------------------------------*/
.topnavi
	{
	clear:both;
	}

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

.topnavi ul li
	{
	float:left;
	margin:0 5px;
	padding:1px 10px 1px 10px;
	background:#B0AFAF;
	}

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

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

.topNV {
	white-space:nowrap;
}

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

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

#main
	{
	float:right;
	width:560px;
	margin-top:10px;
	}

#main-inner
	{
	margin:0px;
	}
	
/*-------------------------------------
▼▼　メイン【サイト説明】
-------------------------------------*/
.topimage
{
	background:url(img/topimage.jpg) no-repeat;
	height:134px;
	}
.topimage span
	{
	display:none;
	}

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

#box ,.entry_box
	{
	width:560px;
	margin:15px 0px;
	}

.box_h2
	{
	background:url(img/main-waku-top.gif) left top no-repeat;
	padding:5px 0 0 15px;
	font-size:12px;
	color:#c43606;
	}

.topbox_entry
	{
	background:url(img/main-waku-bottom.gif) left bottom no-repeat;
	padding:10px 15px;
	}

.topbox_entry ul
	{
	list-style-type:none;
	padding:0;
	margin:0;
	}

.topbox_entry ul li
	{
	border-bottom:1px dotted #ccc;
	margin-right:10px;
	}

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

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

.box_entry ul
	{
	margin:20px;
	padding:0;
	}

.entrybox_h2
	{
	padding:5px 0 0 15px;
	font-size:12px;
	color:#c43606;
	}

.entry-top
	{
	list-style-type:none;
	background:url(img/navi.gif) left center no-repeat;
	padding-left:30px;
	margin-bottom:20px;
	font-size:14px;
	}
	
/*-------------------------------------
▼▼　メイン【アドセンス】
-------------------------------------*/
.ad
	{
	clear:both;
	margin:0;
	padding:0 0 20px 10px;
	}

/*-------------------------------------
▼▼　メイン部分【ページトップ】
-------------------------------------*/
.gotop
	{
	text-align:right;
	margin-top:10px;
	}

/*-------------------------------------
▼▼　パンくずリスト
-------------------------------------*/

.pan
	{
	margin:0 10px;
	padding:0;
	}

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


#cate_des
	{
	text-align:center;
	margin:10px 0;
	width:560px;
	}

#catedes_inner
	{
	text-align:left;
	margin-left:10px;
	margin-right:auto;
	}

#catedes_inner h2
	{
	font-size:14px;
	letter-spacing:1px;
	color:#c43606;
	padding:2px 5px 2px 30px;
	background:url(img/navi.gif) left center no-repeat;
	border-top:1px solid #999;
	border-bottom:1px solid #999;
	}

#catedes_inner p
	{
	line-height:170%;
	}

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

.cate_exc p
	{
	margin:0;
	}
	
.catebox_h2
	{
	font-size:12px;
	background:url(img/navi2.gif) left center no-repeat;
	padding:5px 5px 5px 30px;
	}


.table2
	{
	border-top:1px solid #999;
	padding:10px 0;
	width:540px
	}

.td3
	{
	width:110px;
	}

.td4
	{
	height:110px;
	}

.h3-1 a
	{
	font-size:12px;
	text-decoration:underline;
	height:20px;
	}

.div2
	{
	padding:10px 0 15px 0;
	}
	
/*-------------------------------------
▼▼　エントリーページ
-------------------------------------*/
.waku
	{
	margin:10px;
	}

.table1
	{
	border:1px solid #ccc;
	width:526px;
	padding:5px;
	color:#666;
	font-size:12px;
	}

.td1-1
	{
	background:url(img/pin1.gif) left center no-repeat;
	text-indent:25px;
	}

.td1-1 span 
	{
	display:none;
	}


.h2
	{
	font-size:12px;
	padding:5px;
	}

.td2
	{
	padding:5px;
	}

.td2-1
	{
	background:#DFF9EA;
	padding:5px;
	width:140px;
	}

.td2-2
	{
	border-bottom:1px dotted #ccc;
	width:350px;
	padding:5px;
	}

/*-------------------------------------
▼▼　メイン部分【エントリーページ・関連エントリー】
-------------------------------------*/
#entry-with
	{
	width:490px;
	margin-left:20px;
	}

#entry-with h3
	{
	background:url(img/listmark.gif) #eaeae9 left center no-repeat;
	padding: 5px 5px 2px 10px;
	color:#c43606;
	font-size: 11px;
	font-weight: bold;
	line-height: 1;
	text-transform: uppercase;
	margin-bottom:10px;
	}

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

.span1
	{
	background:#DFF9EA;
	padding:2px 5px;
	margin-right:5px;
	}

.span2
	{
	margin-right:5px;
	}

.span3
	{
	margin-right:5px;
	color:#E60012;
	}


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

#side
	{
	float:left;
	width:200px;
	margin-top:10px;
	}

#side-inner
	{
	margin:0 5px;
	}

#side a
	{
	text-decoration:none;
	font-weight:bold;
	}

#side a:hover
	{
	color:#ccc;
	}
	

/*-------------------------------------
▼▼　サイドカテゴリ部分
-------------------------------------*/

.category
	{
	clear:both;
	}

.category-inner
	{
	background:url(img/side-bottom.gif) left bottom no-repeat;
	}

.category h2
	{
	background:url(img/side-top.gif) left top no-repeat;
	padding-top:5px;
	padding-left:10px;
	font-size:12px;
	color:#c43606;
	}

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

.category ul li ,.category-navi ul li
	{
	padding:3px 5px 3px 10px;
	background:url(img/listmark.gif) left 7px no-repeat;
	border-bottom:1px dotted #ccc;
	}

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

.category-navi
	{
	}

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

.ad2
	{
	padding-left:12px;
	padding-bottom:10px;
	background:url(img/side-bottom.gif) left bottom no-repeat;
	}

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

#footer
	{
	clear:both;
	width:760px;
	text-align:center;
	}

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