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

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:150%;
	}

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

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

a
	{
	color:#629dfd;
	}

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

a img
	{
	border: 0;
	}

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

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

#container
	{
	width:800px;
	margin:0px auto;
	padding:0px 10px;
	text-align:left;
background:url(img/wrap.jpg) #fff 0 0 repeat-y;
	}

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

#banner
	{
	width:780px;
	background:url(img/banner_bg.jpg) center top no-repeat;
	height:160px;
	border-bottom:10px solid #1c1c1c;
float:left;

	}

#banner-inner
	{
	padding:35px 0 10px 40px;
	}

#banner h1
	{
	font-size:24px;
	font-weight:bolder;
	letter-spacing:1px;
	}

#banner h1 a
	{

	color:#fff;
	}

#banner h1 a:hover
	{
	color:#1c1c1c;
	}


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

#wrap
	{
	width:780px;
	float:left;
	display:inline;
	}

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

#main-inner
	{
	float:left;
	}

/*-------------------------------------
▼▼　メイン【アドセンス】
-------------------------------------*/

.ad
	{
	clear:both;
	margin:0;
	padding-left:100px;
	padding-top:5px;
	text-align:left; 
	}


/*-------------------------------------
▼▼　メイン【サイト説明】
-------------------------------------*/

#main_des
	{
	padding-left:10px;
	background:#fff;
	width:530px;
	padding-bottom:20px;
	float:left;
	}

#des_inner
	{
	float:left;
	}

#des_inner h2
	{
	clear:both;
	font-size:14px;
	color:#1c1c1c;
	background:#e8e8e8;
	margin:10px 5px;
	padding:6px 8px 2px 25px;
	border-left:9px double #1c1c1c;
	}

#des_inner p
	{
	line-height:170%;
	padding:0 20px;
	margin:0;
	}

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

#box ,.entry_box
	{
	float:left;
	width:530px;
	padding-left:10px;
	margin:5px 0 20px 0;
	}

.box_h2
	{
	clear:both;
	font-size:14px;
	color:#1c1c1c;
	background:#e8e8e8;
	margin:10px 5px;
	padding:6px 8px 2px 25px;
	border-left:9px double #1c1c1c;
	}

.box_h3
	{
	font-size:12px;
	margin:20px 20px 10px 20px;
	border-bottom:1px dotted #1c1c1c;
	border-left:5px solid #1c1c1c;
	padding:0 0 0 10px;
	}

.box_h3 a
	{
	text-decoration:none;
	}

.box_p
	{
	padding:0;
	margin: 0 10px 10px 40px;
	}

.box_entry p
	{
	margin:10px 20px 20px 20px;
	word-wrap:break-word;
	}

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

#entry-with
	{
	width:510px;
	padding-left:0px;
	margin:5px 0 20px 10px;
	}

#entry-with h3
	{
	clear:both;
	font-size:14px;
	color:#1c1c1c;
	background:#e8e8e8;
	margin:10px 5px;
	padding:6px 8px 2px 25px;
	border-left:9px double #1c1c1c;
	}

#entry-with ul
	{
	list-style-type:square;
	margin:0;
	padding:0 40px;
	}

#entry-with ul li
	{
	margin:3px 0;
	}

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

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

/*-------------------------------------
▼▼　メイン部分【パンくずリスト】
-------------------------------------*/
.pan
	{
	padding:2px 10px;
	margin:0px;
	font-size:12px;
	text-align:right;
	}

.pan a
	{
	}

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

#side
	{
	float:right;
	width:219px;
	font-size:12px;
	border-left:1px dotted #1c1c1c;
	line-height:140%;
	}

#side-inner
	{
	width:199px;
	margin:10px;
	}

#side a
	{
	text-decoration:none;
	}

#side a:hover
	{
	}

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

.category
	{
	}

.category-inner,
.category-free
	{
	margin:0;
	padding-bottom:20px;
	}

.category h2,
.category-free h2
	{
	padding:2px 8px 0px 10px;
	font-size:14px;
	color:#1c1c1c;
	border-left:9px double #1c1c1c;
	}

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

.category ul li ,.category-navi ul li
	{
	border:1px solid #1c1c1c;
	font-weight:bold;
	margin-bottom:3px;
	}

.category ul li a ,.category-navi ul li a
	{
	background:#e8e8e8;
	display:block;
	padding:5px 7px;
	}

.category ul li a:hover ,.category-navi ul li a:hover
	{
	background:#1c1c1c;
	color:#fff;
	text-decoration:none;
	}

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

.category-inner-s
	{
	background:#e8e8e8;
	padding:10px;
	border:1px solid #1c1c1c;
	}

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

.ad2
	{
	background:#e8e8e8;
	margin:5px 0 20px 0;
	padding:10px ;
	border:1px solid #1c1c1c;
	}

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

.category-free ul
	{
	margin:5px 0 0 ;
	list-style-type:none;
	}

.category-free ul li
	{
	margin-bottom:5px;
	padding:5px 7px;
	border:1px solid #1c1c1c;
	}

.category-free ul li a
	{
	display:block;
	padding:5px 7px;
	margin:-5px -7px;
	background:#e8e8e8;
	font-weight:bold;
	}

.category-free ul li a:hover
	{
	background:#1c1c1c;
	color:#fff;
	text-decoration:none;
	font-weight:bold;
	}

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

#footer
	{
	clear:both;
	width:780px;
	height:45px;
	border-top:5px solid #1c1c1c;
	color:#1c1c1c;
	text-align:right;
	}


#footer-inner
	{
	padding:15px 10px 15px 30px;
	}

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

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


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

.cate_exc p
	{
	margin:0;
	}

/*-------------------------------------
▼▼　エントリーページ【コメント・トラックバック】
-------------------------------------*/

.trackbacks
	{
	margin:20px;
	}

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

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

	font-size:14px;

	margin:20px 10px 10px 20px;
	border-bottom:1px dotted;
	background:url(img/cate_bg.gif) left center no-repeat;
	padding:0 0 0 20px;
	}

.trackbacks
	{
	margin-top:20px;

	}

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


	}

.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: 510px;
	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; }


.center
               {
               text-align:center;
               margin:10px 5px;
               }

.pr
               {
	text-align: center;
	font-size: 8px;
               }
