/*-------------------------------------
▼▼　基本
-------------------------------------*/
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: #000;
	font-size: 14px;
	font-family: arial, helvetica, sans-serif;
	line-height:160%;
	}

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

	h2
	{
	font-size:14px;
	}

/*-------------------------------------
▼▼　リンク
-------------------------------------*/
a
	{
	color:#cc00cc;
	text-decoration:none;
	}

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

a img
	{
	border: 0;
	}

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

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

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

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

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

#banner-inner
	{
	padding:50px 200px 10px 65px;
	}

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

#banner h1 a
	{
	color:#fff;
	}

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

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

#topnavi
	{
	background:url(img/toplink_bg.gif) center center no-repeat;
	height:30px;
	padding-left:15px;
	}

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


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

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

#main
	{
	float:right;
	width:560px;
	background:url(img/main_bg.gif) center top repeat-x;
	}

#main-inner
	{
	margin:15px;
	}

/*-------------------------------------
▼▼　メイン部分【サイト説明部分】
-------------------------------------*/
#main_des
	{
	width:525px;
	margin-bottom:10px;
	}

#des_inner
	{
	width:460px;
	padding-left:30px;
	float:left;
	}

#des_inner h2
	{
	font-size:14px;
	letter-spacing:1px;
	color:#ff0000;
	margin:0px;
	border-bottom: 2px dotted #58564F;
	}

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

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

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

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

.top_cat a
	{

	}

.top_cat h3
	{
	color:#fff;
	font-size:14px;
	height:35px;
	background:url(img/topcate_h3bg.gif) left top no-repeat;
	padding-left:35px;
	padding-top:10px;
	}

.top_cat h4
	{
	font-size:12px;
	padding:3px 5px;
	margin-right:15px;
	background:url(img/topcate_h4bg.gif) center bottom no-repeat;
	height:20px;
	}

.top_cat p{
	margin:0px 0px 20px 1px;
	background: url(img/topcate_bg.gif) left bottom no-repeat;
	line-height: 20px;
	padding: 10px 20px 10px 10px;

	}


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


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

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

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

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

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


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

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

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

.category h2 ,dt
	{
	background:url(img/menu_bg.gif) center bottom repeat-x;
	padding:5px 5px 3px 5px;
	margin-bottom:5px;
	font-size:12px;
	color:#ff0000;
	font-weight:bold;
	letter-spacing:1px;
	}

	.category h2
	{
	margin:10px 5px;
	}

	.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:url(img/arrow1.gif) left center no-repeat;
	margin-top:1px;
	margin-left:10px;
	}

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

/*-------------------------------------
▼▼　サイド部分【検索】
-------------------------------------*/

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

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

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

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

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

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

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


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

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

#mokuji
	{
	width:525px;

	padding:10px 0;
	}

#mokuji h3
	{
	margin-left:20px;
	padding-left:20px;
	font-size:14px;
	letter-spacing:1px;
	color:#58564F;
	margin:0px;
	border-bottom: 2px dotted #58564F;
	}

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

#mokuji ul li
	{
	background:url(img/arrow1.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.gif) left top no-repeat;
	height:35px;
	padding:12px 5px 0 60px;
	margin-top:30px;
	font-size:14px;
	}

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

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


