@charset "utf-8"; 


/* 全体構造
---------------------------------------------------- */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, table, td, th, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
	margin: 0px;
	padding: 0px;
}

body {
	text-align:center;
	font-size:small;
	line-height:1.5em;
	font-family:Arial, Helvetica, Verdana, 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,Osaka,'ＭＳ Ｐゴシック','MS P Gothic',sans-serif;
	background:#fff;
}
a img{border:none;}
a {outline:none;}
hr{
	clear:both;
	visibility:hidden;
	height:1px;
	border:0;
}
fieldset{border:none;}
.none{display:none;}
.txt-right{text-align:right;}
.clearfix:after {  
	content: ".";  
	display: block;  
	visibility: hidden;  
	height: 0.1px;  
	font-size: 0.1em;  
	line-height: 0;  
	clear: both;  
}


/* 記事投稿部分の指定とか
---------------------------------------------------- */
.entry-title-wrapper{
	margin-bottom:10px;
	padding:0 0 0 0;
	border-bottom:1px dotted #ccc;
	zoom:1;
}
.entry-title{
	float:right;
	width:455px;
}
.user{
	float:left;
	width:45px;
}
.user img{
	padding:1px;
	border:1px solid #ccc;
	margin-top:5px;
}
.entry{
	padding-bottom:30px;
}
.entry-body .data{
	font-size:10px;
	padding-bottom:3px;
}
.entry-body .author{
	font-size:10px;
	padding:0 10px 3px 0;
}

.entry img{
	padding:4px;
	border:1px solid #ccc;
}

.entry p,
#sc-right p{
	padding-bottom:0.6em;
}
.entry h3{
	padding-left:6px;
	margin:10px 0;
	border-left:5px solid #23afff;
	font-size:16px;
}
.entry ul,
.entry dl{
	margin:0px 20px 20px 20px;
}
.entry blockquote,
.entry pre{
	background:#f1f1ef;
	padding:20px 10px 10px 10px;
	margin:10px;
}

.next{
	float:right;
	width:250px;
	text-align:right;
	padding-bottom:10px;
}
.prev{
	float:left;
	width:250px;
	padding-bottom:10px;
}


/* リンク
---------------------------------------------------- */
a:link {
	color:#333;
	background: transparent;
}
a:visited {
	color:#333;
	background: transparent;
}
a:hover, a:active {
	color:#23afff;
	background: transparent;
	text-decoration:underline;
}


/* ヘッダ
---------------------------------------------------- */
#header {
	width: 950px;
  	height:290px;
	margin:0 auto 20px auto;
	padding:10px 0 10px 0;
	text-align:left;
	background:url(../images/main_img01.jpg) no-repeat;
	background-position:bottom;
}
#header h1{
	float:left;
	width:283px;
	height:44px;
	padding-top:10px;
}
#header #zuya{
	float:right;
	min-width:100px;
	max-width:667px;
	_width:500px;
	background:url(../images/zuya3.gif) repeat-x;
	height:59px;
}

#zuya-face{
	background:url(../images/zuya1.gif) no-repeat right;
	height:59px;
}
#zuya-left{
	padding:23px 80px 0 15px;
	height:36px;
	background:url(../images/zuya2.gif) no-repeat left;
}

#zuya-left a{
	text-decoration:none;
}


/* レイアウト
---------------------------------------------------- */
#wrapper {
	width: 950px;
	color: #444;
	margin:0px auto;
	padding:0px 0px 0px 0px;
	text-align:left;
	display:inline-block;
}
#wrapper:after {
	content:".";
	height:0px;
	clear:both;
	display: block;
	visibility:hidden;
}

.entry-body{
	float:left;
	width:500px;
	margin-right:20px;
}
#sub-content{
	float:right;
	width:430px;
}
#sub-content:after {
	content:".";
	height:0px;
	clear:both;
	display: block;
	visibility:hidden;
}
#sc-left{
	float:left;
	width:200px;
}
#sc-right{
	float:right;
	width:210px;
}
#footer-bg{
	margin-top:30px;
	background:url(../images/bg-footer.gif) repeat-x #2b2b2b;
	color:#999999;
	clear:both;
	padding-top:10px;
}
#footer-area {
	width: 950px;
	color: #fff;
	margin:0px auto;
	text-align:left;
	padding-top:10px;
}
#fa-left{
	float:left;
	width:475px;
	
}
#fa-right{
	float:right;
	width:445px;
}

#footer{
	text-align:right;
	clear:both;
	padding:20px 0px 20px 0px;
	font-size:10px;
}

/* 各種タイトル
---------------------------------------------------- */
.entry-body h2{
	font-size:large;
	font-weight:bold;
	color:#3cb6e1;
}
.entry-body h2 a:link,
.entry-body h2 a:visited{
	color:#3cb6e1;
	text-decoration:none;
}
.entry-body h2 a:hover{
	color:#6CAD25;
}

.entry-body #title-reference{
	background:url(../images/title_reference.gif) no-repeat;
	width:116px;
	height:11px;
	text-indent:-9999px;
	margin:30px 0 5px 0;
	border-left:none;
}
.entry-body #title-related{
	background:url(../images/title_related.gif) no-repeat;
	width:116px;
	height:11px;
	text-indent:-9999px;
	margin:30px 0 5px 0;
	border-left:none;
}
.entry-body #comments{
	background:url(../images/title_comment.gif) no-repeat;
	width:102px;
	height:22px;
	text-indent:-9999px;
	margin:30px 0 0 0;
	border-left:none;
}
.entry-body #title-add-comment{
	background:url(../images/title_add_comment.gif) no-repeat;
	width:140px;
	height:22px;
	text-indent:-9999px;
	margin:30px 0 0 0;
	border-left:none;
}
.entry-body #trackback{
	background:url(../images/title_trackback.gif) no-repeat;
	width:116px;
	height:11px;
	text-indent:-9999px;
	margin:30px 0 10px 0;
	border-left:none;
}
#sub-content h2,
#results-body h2{
	text-indent:-9999px;
}
#title-cate{
	background:url(../images/title_cate.gif) no-repeat;
	width:102px;
	height:18px;
	margin:0px 0 5px 0;
}
#title-arch{
	background:url(../images/title_arch.gif) no-repeat;
	width:82px;
	height:18px;
	margin:30px 0 5px 0;
}
#title-book{
	background:url(../images/title_book.gif) no-repeat;
	width:145px;
	height:18px;
	margin:30px 0 5px 0;
}
#title-serch{
	background:url(../images/title_search.gif) no-repeat;
	width:82px;
	height:25px;
	margin:0 0 0 0;
}
#title-about{
	background:url(../images/title_about.gif) no-repeat;
	width:113px;
	height:25px;
	margin:20px 0 0 0;
}
#title-recent2{
	background:url(../images/title_recent2.gif) no-repeat;
	width:140px;
	height:18px;
	margin:30px 0 10px 0;
}
#title-photos{
	background:url(../images/title_photo.gif) no-repeat;
	width:140px;
	height:18px;
	margin:30px 0 10px 0;
}
#title-adsence{
	background:url(../images/title_adsence.gif) no-repeat;
	width:82px;
	height:18px;
	margin:30px 0 0 0;
}
#title-feed{
	background:url(../images/title_feed.gif) no-repeat;
	width:92px;
	height:18px;
	margin:30px 0 0 0;
}

#footer-area h2{text-indent:-9999px;}

#title-recent{
	background:url(../images/title_recent.gif) no-repeat;
	width:140px;
	height:18px;
	margin-bottom:5px;
}
#title-recentphoto{
	background:url(../images/title_recentphoto.gif) no-repeat;
	width:140px;
	height:18px;
	margin-bottom:10px;
}


/* 各種リスト
---------------------------------------------------- */
.list-reference,
.list-related,
.similar-posts,
.list-cate,
.list-arch,
.list-book,
.list-recent,
.list-recent2{
	list-style:none;
}
.list-reference li,
.list-related li{
	text-indent:35px;
}
.similar-posts li{
	text-indent:35px;
}

.list-cate li,
.list-arch li,
.list-recent li{
	text-indent:25px;
}



/* 参考サイト
----------------- */
.list-reference a:link,
.list-reference a:visited{
	display:block;
	padding:5px 0px 2px 0px;
	background:#fff url(../images/icon04.gif) no-repeat bottom left;
	text-decoration:none;
}
.list-reference a:hover{
	display:block;
	padding:5px 0px 2px 0px;
	background:#f1f1ef url(../images/icon04.gif) no-repeat bottom left;
}
.list-reference a:link,
.list-reference a:visited,
.list-reference a:hover{
	height:1%;
}


/* 関連記事
----------------- */
.list-related a:link,
.list-related a:visited{
	display:block;
	padding:5px 0px 2px 0px;
	background:#fff url(../images/icon05.gif) no-repeat bottom left;
	text-decoration:none;
}
.list-related a:hover{
	display:block;
	padding:5px 0px 2px 0px;
	background:#f1f1ef url(../images/icon05.gif) no-repeat bottom left;
}
.list-related a:link,
.list-related a:visited,
.list-related a:hove{
	height:1%;
}

.similar-posts a:link,
.similar-posts a:visited{
	display:block;
	padding:5px 0px 2px 0px;
	background:#fff url(../images/icon05.gif) no-repeat bottom left;
	text-decoration:none;
}
.similar-posts a:hover{
	display:block;
	padding:5px 0px 2px 0px;
	background:#f1f1ef url(../images/icon05.gif) no-repeat bottom left;
}
.similar-posts a:link,
.similar-posts a:visited,
.similar-posts a:hove{
	height:1%;
}


/* カテゴリ
----------------- */
.list-cate a:link,
.list-cate a:visited{
	display:block;
	padding:5px 0px 2px 0px;
	background:#fff url(../images/icon01.gif) no-repeat bottom left;
	text-decoration:none;
}
.list-cate a:hover{
	display:block;
	padding:5px 0px 2px 0px;
	background:#f1f1ef url(../images/icon01.gif) no-repeat bottom left;
}
.list-cate a:link,
.list-cate a:visited,
.list-cate a:hover{
	height:1%;
}

/* アーカイブ
----------------- */
.list-arch li{
	float:left;
	width:100px;
	height:1%;
}

.list-arch{display:inline-block;}

.list-arch .none{
	display:none;
}
.list-arch a:link,
.list-arch a:visited{
	display:block;
	padding:5px 0px 2px 0px;
	background:#fff url(../images/icon02.gif) no-repeat bottom left;
	text-decoration:none;
}
.list-arch a:hover{
	display:block;
	padding:5px 0px 2px 0px;
	background:#f1f1ef url(../images/icon02.gif) no-repeat bottom left;
}
.list-arch a:link,
.list-arch a:visited,
.list-arch a:hover{
	height:1%;
}
.open{
	text-align:right;
	clear:both;
	padding-top:2px;
	font-size:10px;
}
.open a{
	text-decoration:none;
	color:#888;
}
.open a:hover{
	color:#23afff;
}

/* ブックマーク
----------------- */
.list-book{
	margin-bottom:20px;
}
.list-book a:link,
.list-book a:visited{
	display:block;
	padding:5px 0px 2px 25px;
	background:#fff url(../images/icon07.gif) no-repeat center left;
	border-bottom:1px dotted #ccc;
	text-decoration:none;
}
.list-book a:hover{
	display:block;
	padding:5px 0px 2px 25px;
	background:#f1f1ef url(../images/icon07.gif) no-repeat center left;
	border-bottom:1px dotted #ccc;
}
.list-book a:link,
.list-book a:visited,
.list-book a:hover{
	height:1%;
}

/* 最近のエントリー　サイド
----------------- */
.list-recent2{
	margin-bottom:20px;
}

.list-recent2 a:link,
.list-recent2 a:visited{
	display:block;
	padding:5px 0px 2px 25px;
	background:#fff url(../images/icon03.gif) no-repeat center left;
	border-bottom:1px dotted #ccc;
	text-decoration:none;
}
.list-recent2 a:hover{
	display:block;
	padding:5px 0px 2px 25px;
	background:#f1f1ef url(../images/icon03.gif) no-repeat center left;
	border-bottom:1px dotted #ccc;
}
.list-recent2 a:link,
.list-recent2 a:visited,
.list-recent2 a:hover{
	height:1%;
}


/* 最近の写真　サイド
----------------- */
.list-photo li{
	list-style:none;
	margin-bottom:10px;
	display:inline;
}
.list-photo li img{
	border:1px solid #fff;
	padding:2px;
	width:40px;
	height:40px;
}
.list-photo li img:hover{
	border:1px solid #23afff;
	background:#23afff;
}



/* 最近のエントリー　フッター
----------------- */
.list-recent a:link,
.list-recent a:visited{
	display:block;
	padding:5px 0px 2px 0px;
	background:#2b2b2b url(../images/icon06.gif) no-repeat bottom left;
	text-decoration:none;
	color:#999;
}
.list-recent a:hover{
	display:block;
	padding:5px 0px 2px 0px;
	background:#252627 url(../images/icon06.gif) no-repeat bottom left;
	color:#23afff;
}
.list-recent a:link,
.list-recent a:visited,
.list-recent a:hover{
	height:1%;
}

/* 最近の写真
----------------- */
#fa-right ul{
	list-style:none;
}
#fa-right ul li{
	display:block;
	float:left;
	padding:0 5px 10px 5px;
}
#fa-right ul .no-pd{
	padding-right:0px;
}
#fa-right ul li img{
	border:5px solid #f1f1ef;
}
#fa-right ul li img:hover{
	border:5px solid #23afff;
}


/* 投稿記事下の情報部分
---------------------------------------------------- */
.data-area{
	text-align:right;
}
.data-area li{
	display:inline;
	padding:0px 10px;
	border-right:1px solid #666;
	font-size:0.9em;
	color:#666;
}
.data-area .nb-date{
	border-right:none;
	padding-right:0px;
}
.data-area .nb-date a{
	text-decoration:none;
}

/* トラックバック
---------------------------------------------------- */
#trackback-address{
	padding:5px;
	background:#f1f1ef;
	margin:0px 0px 30px 0px;
}

/* コメント
---------------------------------------------------- */
#comment-box{
	background:#89976d;
	padding:10px 10px 10px 10px;
	color:#fff;
}
#comment-box a{
	color:#fff;
}
#comment-box .name{
	margin-top:10px;
	padding-bottom:5px;
}
.comment-body{
	padding-left:10px;
	margin-bottom:10px;
}
#comment-box hr{
	border-style: dotted none none none;
	border-top-width:1px;
	border-top-color:#fff;
	height:1px;
	visibility:visible;
}
#add-comment-box{
	background:#6a8d9d;
	padding:10px 10px 20px 10px;
	margin-bottom:10px;
	color:#fff;
}
#add-comment-box input{
	border:none;
	padding:3px;
}
#add-comment-box input:focus{
	border:none;
	padding:3px;
	background:#ccd9e0;
}
.add-name{width:200px; ime-mode:active;}
.add-email{width:300px; ime-mode:disabled;}
.add-url{width:300px; ime-mode:disabled;;}
.add-comment{width:420px; height:200px; ime-mode:active;}

#remember{
	padding:3px 0px 3px 10px;
	background:#587b8b;
	margin-bottom:20px;
	width:414px;
}
#remember input{
	margin-right:10px;
	border:none;
}
#add-submit{
	text-align:right;
	width:420px;
}
#add-submit input{
	border:none;
	background:#fff;
	padding:3px 8px;
}
#add-submit input:hover{
	border:none;
	background:#587b8b;
	padding:3px 8px;
	color:#fff;
}

/* 検索ボックス
---------------------------------------------------- */
#search-box{
	background:#f1f1ef;
	padding:10px;
}
#search-text{
	width:100px;
	border:1px solid #666;
	padding:2px;
}
#search-txte:focus{
	background-color:#f4f6f7;
	border:1px solid #666;
	padding:2px;
}
#search-button{
	border:1px solid #666;
	padding:1px 5px;
	background:#f1f1ef;
	font-size:12px;
}
#search-button:hover{
	border:1px solid #666;
	padding:1px 5px;
	background:#e4f2f9;
	font-size:12px;
}

/* アーカイブ
---------------------------------------------------- */
#archives-body{
	float:left;
	width:500px;
	margin-right:20px;
}
#archives-body h2{
	border-bottom:1px dotted #999999;
	margin-bottom:20px;
	padding:0px 0px 0 0px;
	color:#555;
	font-size:16px;
}
.archives{
	padding:5px;
}
.archives img{
	padding:4px;
	border:1px solid #ccc;
	float:right;
	margin:0 5px 10px 10px;
}
.archives-data{
	text-align:right;
	font-size:10px;
	margin:10px 0;
	clear:both;
	border-top:1px dotted #999;
}
.archives h3{
	margin-bottom:2px;
	font-size:14px;
}
.archives h3 a:link,
.archives h3 a:visited{
	color:#23afff;
	font-weight:bold;
}
.archives h3 a:hover{
	color:#6CAD25;
	font-weight:bold;
}


/* 自己紹介
---------------------------------------------------- */
#about-text{
	background:#f1f1ef;
	padding:10px;
	font-size:10px;
}


/* ページ分割
---------------------------------------------------- */
#paginate{
	padding:5px;
	text-align:center;
	background:#f1f1ef;
	margin-top:30px;
}
#paginate li{
	display:inline;
	padding:0px 10px;
	border-right:1px solid #aaa;
}
#paginate #nb{
	border-right:none;
}


/* zuya
---------------------------------------------------- */
.zuya-list{
	border-bottom:1px dotted #999;
	padding-bottom:5px;
	margin-bottom:10px;
}
.zuya-face{
	width:40px;
	height:36px;
	float:left;
	text-align:center;
	font-size:10px;
	text-indent:-9999px;
	background:url(../images/member/4.jpg) no-repeat 0 5px;
}
.zuya-comment{
	float:right;
	width:460px;
	color:#666;
	line-height:1.1;
}
.zuya-comment strong{
	color:#749421;
	font-size:10px;
	font-weight:normal;
}
.zuya-res{
	padding:5px 0 5px 30px;
	color:#666;
}
.zuya-res p{
	margin-bottom:5px;
}
.zuya-res strong{
	color:#749421;
}

.zuya-post{
	background:#eee;
	border:1px solid #ccc;
	padding:10px 10px 5px 10px;
	margin:10px 0;
	font-size:10px;
}
.zuya-post strong{
	width:5em;
	display:inline-block;
	vertical-align:top;
	font-size:10px;
	padding-top:3px;
}
.zuya-post input{
	padding:3px;
	margin-bottom:5px;
}
.post-name{width:180px;}
.post-comment{width:350px;}

.zuya-submit{
	cursor:pointer;
}

/* プロフィール
---------------------------------------------------- */
.prof h3{
	font-size:14px;
	margin:10px 0;
	clear:both;
	border-bottom:1px dotted #999;
}
.prof h3 span{
	font-weight:normal;
	font-size:10px;
	margin-left:10px;
}
.prof img{
	padding:4px;
	border:1px solid #ccc;
	float:right;
	margin:0 5px 10px 10px;
}

.wp-caption-text {
	display:none;
}


/* 汎用スタイルシート
---------------------------------------------------- */
.clear {clear:both;}
.back {text-align:right;padding-top:20px;margin-bottom: 10px; padding-right:10px;}
.red{ color:#FF0000; font-size:10px;}
.red2{ color:#FF0000;}
.blue{color:blue;}
.img-right{float:right; margin-left:10px;}
.img-left{float:left; padding-right:10px;}
.img-mb{margin-bottom:20px;}

/* アフィリエイト用 */

.affi{
	line-height: 140%;
	font-size: 11px;
	text-decoration: none;
	color: #CCCCCC;
}

.affi a:link {
	color: #666666;
	text-decoration: none;
}

.affi a:visited {
	color: #999999;
	text-decoration: none;
}

.affi a:hover {
	color:#003399;
	text-decoration: underline;
}

/* アフィリエイト用 */
