/*-------------------------------------
▼▼　基本
-------------------------------------*/
html
	{
	margin: 0;
	/* setting border: 0 hoses ie6 win window inner well border */
	padding: 0;
	}

body
	{
	margin: 0;
	padding: 0;
	text-align: center;
	color: #666;
	font-size: 12px;
	font-family:  "ＭＳ Ｐゴシック", Osaka, arial, helvetica, sans-serif;
	line-height:160%;
	background-image: url(img/bg.gif);
	background-repeat: repeat;
	}

form, input
	{
	margin: 0;
	padding: 0;
	}
	
/*-------------------------------------
▼▼　リンク
-------------------------------------*/
a
	{
	color:#FF9933;
	text-decoration: none;
	}

a:hover
	{
	text-decoration:underline;
	color: #0066FF;
}

a img
	{
	border: 0;
	}

h1, h2, h3, h4, h5, h6 
	{
	margin:0;
	padding:0;
	}

/*-------------------------------------
▼▼　外枠
-------------------------------------*/

#container
	{
	width:760px;
	margin:auto;
	padding:auto;
	border:1px solid #999;
	text-align:left;
	}

/*-------------------------------------
▼▼　ヘッダー部分
-------------------------------------*/

#banner
	{
	width:760px;
	background:url(img/banner_bg.gif) center center no-repeat;
	height:210px;
	}

#banner-inner
	{
	padding:41px 0 10px 30px;
	}

#banner h1
	{
	font-size:18px;
	font-weight:bold;
	letter-spacing:2px;
	}

#banner h1 a
	{
	text-decoration:none;
	color:#0066FF;
	}

#banner h1 a:hover
	{
	color:#0066FF;
	text-decoration: underline;
	}

/*-------------------------------------
▼▼　検索部分
-------------------------------------*/
#searchbox
	{
	background:#fff;
	height:30px;
	padding-left:15px;
	}

#search-inner
	{
	padding:2px 30px 2px 0;
	}
#search-inner p {
	float: left;
	margin: 0px;
}
.search_go {
	width: 130px;
	height: 20px;
	line-height: 18px;
	background: #555555;
	color: #FFFFFF;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #CCCCCC;
}

/*-------------------------------------
▼▼　メイン
-------------------------------------*/

#wrap
	{
	width:760px;
	background:#fff;
	float:left;
	}

#main
	{
	float:left;
	width:560px;
	}

#main-inner
	{
	margin:15px;
	}
	
/*-------------------------------------
▼▼　メイン【サイト説明】
-------------------------------------*/
#main_des
	{
	height:154px;
	padding-left:70px;
	}

#des_inner
	{
	width:390px;
	float:left;
	}

#des_inner h2
	{
	font-size:14px;
	letter-spacing:1px;
	color:#333;
	margin-bottom:10px;
	margin-top:17px;
	}

#des_inner p
	{
	line-height:200%;
	}


/*-------------------------------------
▼▼　メイン部分【一覧部分】
-------------------------------------*/

#box ,.entry_box
	{
	width:464px;
	margin-left:30px;
	margin-top:5px;
	}

.box_h2
	{
	background:url(img/main_title.gif) center top no-repeat;
	height:40px;
	padding:9px 0 0 40px;
	font-size:14px;
	color: #333;
	}

.box_h3
	{
	font-size:12px;
	letter-spacing:1px;
	margin: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 p
	{
	margin:10px 10px 20px 10px;
	}
	

.table1
	{
	width:464px;
	border-right:1px solid #ccc;
	border-top:1px solid #ccc;
}
.table1 td
	{
	width:154px;
	border-left:1px solid #ccc;
	border-bottom:3px solid #ccc;
	text-align:center;
	padding:5px;
	}
.table2{
	width:148px;
	text-align:left;
}

.table2 td
	{
	border:none;
word-break: break-all;
	}

.table3 td
	{

	border-bottom:1px solid #ccc;
	line-height:170%;
	}



	
/*-------------------------------------
▼▼　メイン【アドセンス】
-------------------------------------*/
.ad
	{
	clear:both;
	margin:0;
	padding:0 0 0 30px;
	}



/*-------------------------------------
▼▼　メイン部分【ページトップ】
-------------------------------------*/
.gotop
	{
	text-align:right;
	margin-top:10px;
	}

/*-------------------------------------
▼▼　サイド部分
-------------------------------------*/

#side
	{
	float:right;
	width:200px;
	}

#side-inner
	{
	margin:15p 5px;
	}

#side a
	{
	text-decoration:none;
	color:#666;
	}

#side a:hover
	{
	color: #0066FF;
	text-decoration:underline;
	}
	
	/*-------------------------------------
▼▼　カテゴリ部分
-------------------------------------*/

.category
	{
	background:url(img/menu_bg.gif) left top no-repeat;
	}

.category-inner
	{
	margin:5px 5px 5px 10px;
	}

.category h2
	{
	padding-top:15px;
	padding-left:36px;
	font-size:14px;
	color:#333;
	}

.category ul ,.category-navi ul
	{
	margin:0;
	padding:5px 0 0 0;
	list-style-type:none;
	}

.category ul li ,.category-navi ul li
	{
	padding:5px 5px 5px 15px;
	border-bottom:1px dotted #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:45px;
	text-align:center;
	font-size: 10px;
	color:#666;
	}

#footer-inner
	{
	padding-top:10px;
	}

#footer a
	{
	text-decoration:none;
	color:#666;
	}
