@charset "UTF-8";


/*----------------------------------------------*/
/* ★Grobal */
/*----------------------------------------------*/

* {
	margin: 0;
	padding: 0;
	}



a {
	text-decoration: underline;
	color: #fdf0ae;
	}

a:hover {
	color: #c58200;
	text-decoration: none;
	}

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	font-style: normal;
	font-family: "Georgia", "Times New Roman", "Times, serif";
	color: #fff9dd;
	}

h1, h2 {
	letter-spacing: -1px;
	line-height: 30px;
	margin-bottom: 14px;
	font-family: "メイリオ", "ＭＳ Ｐゴシック", "Arial", "Helvetica", "sans-serif", "Verdana";
	}

h3 {
	line-height: 20px;
	margin-top: 30px;
	}

h4, h5, h6 {
	margin-top: 30px;
	}

h1 a, h2 a, h3 a, #sitename {
	text-decoration: underline;
	color: #fff9dd;
	letter-spacing: 0px;
	}

h1 a:hover, h2 a:hover, h3 a:hover, #sitename:hover {
	text-decoration: none;
	color: #fff9dd;
	}

p {
	margin: 18px 0;
	}


small {
	font-size: 1em;
	color: #fff9dd;
	line-height: 10px;
	}

.caps {
	margin-bottom: 6px;
	display: block;
	color: #6e3f12;
	}

code {
	font: 1.1em "Courier New", Courier, Fixed;
	}

pre {
	font: 1.1em "Courier New", Courier, Fixed;
	margin:1.5em;
	padding:10px;
	background:#fafafa;
	border:1px solid #eee;
	}

acronym, abbr {

	}

hr {
	border-width: 1px 0px 0px 0px;
	clear: both;
	width: 100%;
	border-style: dashed;
	color: #673f08;
	margin: 1.5em 0;
	}

img {
	border: none;
	max-width: 100%;
	}

blockquote {
	margin-left: -21px;
	padding-left: 21px;
	background: url(images/quote.gif) no-repeat 0 6px;
	color: #343434;
	}

.entry cite {
	font-style: italic;
	font-size: .9em;
	display: block;
	margin: 5px 0 0;
	text-align: right;
	}

.entry cite:before {
	content: "\2014 \0020";
	}

	.post ul, .post ol, .post dl {
	margin:20px 0;
	}

	.post ul ul , .post ol ol, .post ul ol, .post ol ul, .post dl dl, .post dl ul, .post dl ol {
	margin:0;
	}

	.post li {
	padding:0 0 5px;
	}

	.post ul li {
		background:url(images/icons.gif) no-repeat 0 -141px;
		padding-left:10px;
		list-style:none;
		margin-left:-10px;
	}

	.post ol li li {
		margin-left:10px;
	}

	.post li li {
		margin:0;
	}

	.post li h3 {
	margin:0;
	}

	.post dt {
	font-weight:bold;
	background: url(images/icons.gif) no-repeat 0 -141px;
	padding-left: 10px;
	margin-left: -10px;
	}

	.post dd {
	padding-left: 10px;
	padding-bottom: 5px;
	}

.clear { 
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 1px;
	}

.aligncenter, div.aligncenter, img.centered {
	clear: both;
	}

/*----------------------------------------------*/
/* 全体
/*----------------------------------------------*/

body {
	font-size: 13px;
	line-height: 140%;
	font-family: "Lucida Grande", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Geneva, Arial, Verdana, sans-serif;
	color: #fff9dd;
	letter-spacing: 0px;
	text-align: center;
	background: #120308 url(images/logo_001.jpg) top no-repeat;
	}

#page {
	margin: 0 auto;
	padding: 25px 0 0 0;
	width: 850px;
	text-align: left;
	}


/*----------------------------------------------*/
/* ヘッダー
/*----------------------------------------------*/

#header {
	height: 270px;
	margin-bottom: 69px;
	}

#header img { /* ヘッダに埋め込んである透明画像 */
	margin-top: 140px;
	margin-left: 10px;
	}

	#sitename {
		font-weight: bold;
		font-style: italic;
		font-family: Georgia, "Times New Roman", Times, serif;
		display: block;
		width: 340px;
		float: left;
		line-height: 34px;
		text-transform: lowercase;
		}

#searchform {
	width: 200px;
	float: right;
	}

	#header #searchform {
		float: right;
		}

/*----------------------------------------------*/
/* 検索窓
/*----------------------------------------------*/
#s {
	width: 167px;
	border: 1px solid #fff9dd;
	background: #000;
	padding: 2px 3px 3px;
	float: left;
	color: #fff9dd;
	}

#searchsubmit {
	float: right;
	}

/*----------------------------------------------*/
/* メニュー関係（現在「About」があるのみ）
/*----------------------------------------------*/
#nav {
	line-height: 20px;
	float: left;
	padding-top: 0px;
	}

#nav li {
	float: left;
	list-style: none;
	margin-right: 25px;
	text-transform: uppercase;
	}


/*----------------------------------------------*/
/* メインコンテンツ（左側）
/*----------------------------------------------*/
#content {
	float:left;
	width: 550px;
	}

.entry {/* 文中テキスト*/

	}

.entry a {
	color: #c58200;
	}

.post {
	margin-bottom: 40px;
	}

.comment_link { /* コメント・タグ設定*/
	border:1px solid #54290d;
	background-color: #220c05;
	padding: 2px 6px;
	}

/*----------------------------------------------*/
/* 管理者コメント
/*----------------------------------------------*/
.sticky, .byuser {
	border: 1px solid #694d1b !important;
	background: url(images/sticky.gif) no-repeat 597px 5px;
	padding: 10px 10px 10px 55px;
	}

.byuser { /* ★管理者コメント */
	width: 440px;
	margin-left: 0px;
	background:url(images/author.gif) no-repeat 593px 8px;
	}

/*----------------------------------------------*/
/* コメントフキダシ設定
/*----------------------------------------------*/
.bubble {
	display: block;
	float: left;
	margin: 5px 0 0 -40px;
	background: #0e0409 url(images/comments.gif);
	width: 30px;
	height: 29px;
	line-height: 19px;
	color: #000;
	font-family: "Arial Black" , "Century Gothic" , "Verdana";
	text-align: center;
	}

.bubble:hover {
	color: #000;
	text-decoration: underline;
	}


/*----------------------------------------------*/
/* エントリナビ（Newer/Older）
/*----------------------------------------------*/
.navigation {/
	line-height: 25px;
	margin-top: 20px;
	padding: 5px 0 5px 5px;
	width: 550px;
	border: 1px solid #54290d;
	background-color: #220c05;
	}

.navi_cap {
	margin-left: 5px;
	padding-left: 12px;
	background: url(images/square_001.jpg) left no-repeat;
	}

.post {
	border-width: 1px 0;
	padding: 20px 0;
	}

.attachment {
	height: 150px;
	}

/*----------------------------------------------*/
/* 他人のコメント欄
/*----------------------------------------------*/
.commentlist {
	width: 505px;
	margin-top: 20px;
	margin-left: 42px;
	}

.commentlist li {
	list-style: none;
	margin-bottom: 30px;
	border-bottom: 1px dotted #694d1b;
	}

.commentlist li.alt {
	}

.commentmetadata, .comment-author {
	font-size: .9em;
	}

.comment-author {
	}

.avatar {
	float: left;
	display: block;
	margin: 5px 0 0 -42px;
	}

#commentform {
	padding-bottom:10px;
	}
		
#commentform input, #commentform textarea {
	width:147px;
	border:1px solid #e6e6e6;
	background:#0e0409;
	font-size:11px;
	padding:2px 3px 3px;
	color: #fff9dd;
	}

#commentform textarea {
	width: 500px;
	}

#commentform #submit {
	width: 150px;
	border: none;
	background: #c58200;
	font-size: 11px;
	padding: 0;
	color: #fff;
	cursor: pointer;
	padding: 2px 0 3px;
	}


/*----------------------------------------------*/
/* サイドバー
/*----------------------------------------------*/
#sidebar {
	float:right;
	width: 260px;
	color: #b2a359;
	line-height: 130%;
	padding-top: 23px;
	}

#tag_cloud-3 { /* タグクラウド文字設定 */
	font-family: "Georgia", "Times New Roman", "Times, serif";
	}

#sidebar h4 { /* サイドバー各項目のタイトル */
	color: #694E1C;
	margin-bottom: 5px;
	}

#sidebar ul { }

#sidebar ul ul {
	margin-left: 5px;
	}

#sidebar ul ul ul {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style: none;
	margin-bottom: 35px;
	}

#sidebar li li {
	margin:0;
	background:url(images/icons.gif) no-repeat 0 -141px;
	padding-left: 10px;
	}

#sidebar a {
	color: #857a40;
	}


/*----------------------------------------------*/
/* フッター
/*----------------------------------------------*/

#footer {
	line-height: 130%;
	margin: 0;
	margin-top: 25px;
	padding: 10px 0;
	border-top: 1px dotted #694d1b;
	color: #fff9dd;
	text-align: left;
	}

#footer_wrapper {
	font-family: "Georgia", "Times New Roman", "Times, serif"; "Verdana", "メイリオ", "ＭＳ Ｐゴシック", "Arial", "Helvetica", "sans-serif";
	margin: 0 auto;
	width: 850px;
	clear: both;
	text-align: left;
	}

.tagcloud {
	font-style: italic;
	}

#footer p {
	font-style: italic;
	margin-bottom: 10px;
	}

.foot_a {/* 左 */
	float: left;
	width: 350px;
	margin: 0;
	margin-left: 10px;
	padding-bottom: 20px;
	}

.foot_c {/* 右 */
	float: right;
	width: 450px;
	margin: 0;
	margin-left: 10px;
	margin-bottom: 20px;
	}

.foot_b {/* 中央：リキッド */
	padding-left: 330px;
	border: 1p dotted #333;
	}

/*----------------------------------------------*/
/* Flickr設定
/*----------------------------------------------*/

#flickr_badge_wrapper {
	width: auto;
	text-align: left;
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
	}

#flickr_badge_wrapper img {
	margin: 5px;
	border: #856f40 solid 1px;
	}

#flickr_www {

	padding: 0 !important;
	color: #3993ff !important;
	}

#flickr_badge_source {
	padding: 0 !important;
	color: #FFFFFF !important;
	}


/*----------------------------------------------*/
/* Twitter設定
/*----------------------------------------------*/

#twitter_update_list {
	list-style: none;
	background: url(/images/twitter_bg.gif) repeat-y;
	padding: 5px 20px;
	}

#twitter_update_list li{
	border-bottom: dotted .1em #856f40;
	margin-top: 5px;
	padding-bottom: 5px;
	}
/*
		#twitter_update_list li a{
			color: ;
			}
			
		#twitter_update_list li a:hover{
			color: ;
			}
			
		#twitter_update_list li span a{
			color: ;
			}
			
		#twitter_update_list li span a:hover{
			color: ;
			}
*/


/*----------------------------------------------*/
/* カレンダー(現在未使用)
/*----------------------------------------------*/

	#wp-calendar {
		empty-cells: show;
		margin: 10px auto 0;
		width: 260px;
		}

	#wp-calendar th {
		text-align:center;
		color:#343434;
	}

	#wp-calendar caption {
		text-decoration: none;
		font-weight:bold;
		font-size:1.1em;
		text-align: center;
		width: 100%;
		color:#343434;
		}

	#wp-calendar #prev a, #wp-calendar #next a {
		font-size: 9pt;
		}

	#wp-calendar #next a {
		padding-right: 10px;
		text-align: right;
		}

	#wp-calendar #prev a {
		padding-left: 10px;
		text-align: left;
		}

	#wp-calendar a {
		text-decoration: none;
		display: block;
		}

	#wp-calendar th {
		font-style: normal;
		text-transform: capitalize;
		}

	#wp-calendar td {
		padding: 3px 0;
		text-align: center;
		}

	#wp-calendar td.pad:hover { /* Doesn't work in IE */
		background-color: #fff; 
		}

/*----------------------------------------------*/
/* ★画像関係*/
/*----------------------------------------------*/

img.alignleft, .alignleft img {
	display: block;
	margin-top: 10px;
	margin-right:10px;
	margin-left: 0px;
	margin-bottom: 10px;
	border: 1px solid #3c0e1d;
	}

img.alignright, .alignright img {
	display: block;
	margin-top: 10px;
	margin-right:0px;
	margin-left: 10px;
	margin-bottom: 10px;
	border: 1px solid #3c0e1d;
	}

img.aligncenter, .aligncenter img {
	display: block;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	border: 1px solid #3c0e1d;
	}

.wp-caption, .attachment img {
	text-align: center;
	}

.wp-caption p.wp-caption-text {
	font-size: .9em;
	color:#FDF0AE;
	margin: 0;
	}

.attachment, .caption {
	text-align:center;
	}

.attachment img {
	}


/* ★続きを見るカスタマイズ
.ajax-entry-more-link {
	background-repeat: no-repeat;
	background-image: url(imagesURL;
	background-position: left bottom;
	padding-left: 25px;
	padding-top: 5px;
	padding-bottom: 5px;
	} */
