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

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: #333333;
	font-size: 12px;
	font-family:  "ＭＳ Ｐゴシック", Osaka, arial, helvetica, sans-serif;
	line-height:160%;
	}

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

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

a
	{
	color:#0066FF;
	}

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

a img
	{
	border: 0;
	}

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

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

#container
	{
	width:800px;
	margin:auto;
	padding:auto;
	border:1px solid #999;
	background-color: #fff;
	text-align:left;
	}

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

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

#banner-inner
	{
	padding:48px 0 10px 42px;
	}

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

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

#banner h1 a:hover
	{
	color: #003399;
	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:120px;
	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:#0066FF;
	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:#0033CC;
	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.jpg) left center no-repeat;
	padding:2px 0 2px 20px;
	margin-left:20px;
	margin-top:10px;
	text-align:left;

	}

.box_p_top
 {
 padding:2px 0 2px 0px;
 margin-left:20px;
 margin-top:2px;
 }

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

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




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

#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;
	}

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

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

#side a
	{
	text-decoration:none;
	}

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

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

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

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

.category h2
	{
	padding-top:5px;
	padding-left:15px;
	font-size:12px;
	color: #666;
	}

.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 bottom no-repeat;
	height:55px;
	text-align:center;
	color: #666;
	font-size: 12px;
	}


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

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

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

.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;
	}







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

.e_box h3
	{
	background:#EAEAE9;
	font-size:14px;
	margin-top:30px;
	padding:5px 5px 3px 10px;
	border-top:1px solid #D9D9CC;
	border-bottom:1px solid #D9D9CC;
	border-left:5px solid #D9D9CC;
	border-right:5px solid #D9D9CC;
	}

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

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


/*-------------------------------------
▼▼　検索ボックス
-------------------------------------*/

.clear
 {
 clear:both;
margin-bottom:20px;
 }

.s_box
 {
 width:360px;
 margin:20px 0px 30px 10px;
 padding:20px;
 border:1px dotted #ccc;
 background:#ccffff;
 }

.s_box p
 {
 margin:0 0 10px 10px;
 padding:0;
 }

.s_box input
 {
 padding:1px 3px;
 margin:0px 5px 4px 0px;
 width:150px;
 }







.search-title-1{
	color:#BA6738;
	text-align:left;
	font-size: 14px;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	background-repeat: no-repeat;
	height: 24px;
}

.menubox-1 {
	padding: 1px;
	display: block;
	white-space: nowrap;
	margin-bottom: 3px;
	margin-left: 1px;
}



.search-title-2 {
	color:#BA6738;
	text-align:left;
	font-size: 14px;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	background-repeat: no-repeat;
	height: 24px;
}

.menubox-2 {
	padding: 1px;
	display: block;
	white-space: nowrap;
	margin-bottom: 7px;
	margin-left: 1px;
}





