/*-------------------------------------
▼▼　基本
-------------------------------------*/
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%;
	}

form, input
	{
	margin: 0;
	padding: 0;
	}
	
/*-------------------------------------
▼▼　リンク
-------------------------------------*/
a
	{
	color:#6892de;
	}

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

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;
	background-color: #fff;
	text-align:left;
	}

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

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

#banner-inner
	{
	padding:16px 0 10px 25px;
	}

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

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

#banner h1 a:hover
	{
	color:#fff;
	text-decoration: underline;
	}

/*-------------------------------------
▼▼　検索部分
-------------------------------------*/
#searchbox
	{
	background:#fff;
	height:30px;
	padding-left:15px;
	}

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

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

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

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

#main-inner
	{
	margin:15px;
	}
	
/*-------------------------------------
▼▼　メイン【サイト説明】
-------------------------------------*/
#main_des
	{
	background:url(img/des_bg.jpg) center center no-repeat;
	height:224px;
	padding-left:70px;
	}

#des_inner
	{
	width:390px;
	float:left;
	}

#des_inner h2
	{
	font-size:14px;
	letter-spacing:1px;
	color:#2475aa;
	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 50px;
	font-size:14px;
	color:#2475aa;
	}

.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_p_top
{
padding:2px 0 2px 0px;
margin-left:20px;
margin-top:2px;
}

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

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

#entry-with h3
	{
	border-left: 5px solid #6892de;
	border-bottom: 1px solid #CCCCCC;
	border-top: none;
	border-right: none;
	padding: 5px;
	color: #2475aa;
	background: #fff;
	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:right;
	width:200px;
	}

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

#side a
	{
	text-decoration:none;
	color:#6892de;
	}

#side a:hover
	{
	color: #6892de;
	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:46px;
	font-size:14px;
	color:#2475aa;
	}

.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: #fff;
	}

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

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

/*-------------------------------------
▼▼　カテゴリページ
-------------------------------------*/
.category-navi
	{
	background:url(img/side_line2.gif) center top no-repeat;
	padding-top:10px;
	}

#cate_des
	{
	text-align:center;
	margin-top:15px;
	margin-bottom:10px;
	width:530px;
	}

#catedes_inner
	{
	text-align:left;
	border:2px dotted #ccc;
	width:460px;
	margin-left:auto;
	margin-right:auto;
	}

#catedes_inner h2
	{
	border-bottom:2px dotted #ccc;
	font-size:14px;
	letter-spacing:1px;
	color:#2475aa;
	margin-bottom:10px;
	margin-top:0;
	padding:3px 30px;
	}

#catedes_inner p
	{
	line-height:200%;
	padding:10px 30px;
	margin-top:0;
	}

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

.cate_exc p
	{
	margin:0;
	}
	
	
	/*-------------------------------------
▼▼　エントリーページ【コメント・トラックバック】
-------------------------------------*/
.trackbacks
	{
	margin-top:20px;
	}

.trackbacks,
.comments,
.archive
	{
	position: static;
	overflow: hidden;
	clear: both;
	width: 460px;
	margin:10px 10px 10px 30px;;
	}

	.trackbacks-header,
	.comments-header,
	.comments-open-header,
	.archive-header
	{
	/* ie win (5, 5.5, 6) bugfix */
	p\osition: relative;
	width: 460px;
	w\idth: auto;

	margin: 0;
	border-left: 5px solid #6892de;
	border-bottom: 1px solid #CCCCCC;
	border-top: none;
	border-right: none;
	padding: 5px;
	color: #2475aa;
	background: #fff;
	font-size: 11px;
	font-weight: bold;
	line-height: 1;
	text-transform: uppercase;
	}

.trackbacks
	{
	margin-top:20px;
	}

.entry-content,
.trackbacks-info,
.trackback-content,
.comment-content,
.comments-open-content,
.comments-closed
	{
	clear: both;
	margin: 5px 10px;
	}

.entry-footer,
.trackback-footer,
.comment-footer,
.comments-open-footer,
.archive-content
	{
	clear: both;
	margin: 5px 10px 20px 10px;
	}

.entry,
.trackbacks,
.comments,
.archive
	{
	position: static;
	overflow: hidden;
	clear: both;
	width: 460px;
	margin-bottom: 20px;
	}

#comment-author, #comment-email, #comment-url, #comment-text
	{
	width: 240px;
	}

#comment-bake-cookie
	{
	margin-left: 0;
	vertical-align: middle;
	}

.comments-open label { display: block; }