

/*-------------------------------------
▼▼　基本
-------------------------------------*/
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:#EDC110;
	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:auto;
	padding:auto;
	border:1px solid #ccc;
	text-align:left;
	}

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

#banner
	{
	width:760px;
	background:url(img/banner_bg.jpg) center center no-repeat;
	height:130px;
	}

#banner-inner
	{
	padding:40px 380px 10px 80px;
	}

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

#banner h1 a
	{
	color:#4b7f97;
	}

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

/*-------------------------------------
▼▼　検索部分
-------------------------------------*/

#searchbox
	{
	background:#fff;
	height:30px;
	padding-left:15px;
	}

#toplink
	{
	float:left;
	padding-top:5px;
	}

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

/*-------------------------------------
▼▼　メイン部分
-------------------------------------*/

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

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

#main-inner
	{
	margin:15px;
	}

/*-------------------------------------
▼▼　メイン部分【サイト説明部分】
-------------------------------------*/
#main_des
	{
	width:525px;
	background:url(img/des_bg.jpg) center bottom no-repeat;
	height:150px;
	margin-bottom:10px;
	}

#des_inner
	{
	width:400px;
	margin-left:30px;
	float:left;
	}

#des_inner h2
	{
	font-size:14px;
	letter-spacing:1px;
	color:#2A91E9;
	margin:5px;
	}

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

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

#box ,.entry_box
	{
	width:525px;
	margin-top:5px;
	float:left;
	}

.top_cat
	{
	float:left;
	width:260px;
	padding-bottom: 10px;
	}

.top_cat a
	{
	color:#87C043;
	}

.top_cat h3
	{
	color:#1576CA;
	font-size:14px;
	height:30px;
	background:url(img/topcate_h3bg.jpg) left top no-repeat;
	padding-left:50px;
	padding-top:5px;
	}

.top_cat h4
	{
	font-size:12px;
	padding-left:30px;
	padding-top:3px;
	background:url(img/topcate_h4bg.gif) left top no-repeat;
	height:23px;
	}

.top_cat p{
	margin:3px 10px 20px 5px;
	background-image: url(img/top_txt_bg.gif);
	line-height: 20px;
	padding: 10px;
	border-top: 1px dotted #bcddf0;
	border-bottom: 1px dotted #BCDDF0;
	border-right: 5px solid #BCDDF0;
	border-left: 5px solid #BCDDF0;
	}


/*-------------------------------------
▼▼　メイン部分【アドセンス】
-------------------------------------*/
.ad
	{
	margin:0;
	padding:0 0 0 30px; 
	}


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

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

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

#side
	{
	float:left;
	width:200px;
	}

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

#side a
	{
	color:#EDC110;
	}

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

/*-------------------------------------
▼▼　カテゴリ部分
-------------------------------------*/
dl ,dt ,dd
	{
	margin:0;
	padding:0;
	}

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

.category h2 ,dt
	{
	background:url(img/menu_bg.jpg) center center no-repeat;
	padding:5px 5px 5px 45px;
	font-size:12px;
	color:#0099CC;
	}

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

.category ul li ,.category-navi ul li ,dd
	{
	padding:2px 5px 2px 15px;
	background:#;
	margin-top:1px;
	border:1px solid #ccc;
	}

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

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

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

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

#footer
	{
	clear:both;
	width:760px;
	background:url(img/footer.jpg) center center no-repeat;
	height:61px;
	text-align:center;
	}

#footer-inner
	{
	color:#fff;
	padding-top:30px;
	}

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


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

.category-navi
	{
	padding-top:10px;
	}

#mokuji
	{
	width:525px;
	background:url(img/des_bg.jpg) center bottom no-repeat;
	padding:10px 0;
	}

#mokuji h3
	{
	padding-left:20px;
	font-size:14px;
	letter-spacing:1px;
	color:#2A91E9;
	}

#mokuji ul
	{
	margin:15px 20px;
	padding:0;
	list-style-type:none;
	}

#mokuji ul li
	{
	background:url(img/mokuji_li.gif) left center no-repeat;
	padding-left:20px;
	margin:5px 0;
	}

.e_box
	{
	width:460px;
	margin:10px
	}

.e_box h3
	{
	background:url(img/ebox_h3bg.jpg) left center no-repeat;
	height:30px;
	padding:5px 5px 0 60px;
	margin-top:30px;
	}

.e_box h3 a:hover
	{
	color:#EDC110;
	}

.e_box p
	{
	padding:0 10px;
	margin-bottom:10px;
	}

