@charset “utf-8″;	/* 文字コードセット */


/* 全体構造
---------------------------------------------------- */
*{
	padding:0;
	margin:0;
}
html {
	overflow-y:scroll;
}
img { border:none;}
body {
	margin: 0;
	padding: 0;
	background-color:#e6e3d1;
	color:#555;
	font-family: Arial, Helvetica, Verdana, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	text-align:center;
	font-size: 80%;
	line-height:150%;
}

#wrapper {
	width: 820px;
	padding:0px;
	margin:0px auto; 
	text-align:left;
	background:url(../images/bg_flash.jpg) no-repeat;
}


/* コンテンツ
---------------------------------------------------- */
#content{
	background:#FFFFFF;
	width:606px;
	margin:0px 84px 0px 100px;
	padding:20px 15px 0px 15px;
	display:inline-block;
	zoom:100%;
}
#content:after {
	content:".";
	display:block;
	visibility:hidden;
	height:0.1px;
	font-size:0.1em;
	line-height:0;
	clear:both;
}
#content-right{
	width:161px;
	float:right;
	margin-left:20px;
	vertical-align:top;
}

#content-left{
	width:425px;
	float:left;
	vertical-align:top;
}


/* フッタ
---------------------------------------------------- */
#footer {
	width:820px;
	height:93px;
	background:url(../images/footer.png) no-repeat;
	text-indent:-9999px;
}


/* 投稿記事
---------------------------------------------------- */
.title{
	width:425px;
	background:url(../images/title_line.jpg) no-repeat;
	background-position:bottom;
	padding-bottom:4px;
	margin-bottom:10px;
}
.title a{text-decoration:none; color:#6B7E1D;}
.title a:hover{
	color:#FF6600;
	text-decoration:underline;
}
.title h2{
	display:block;
	float:left;
	width:305px;
	font-size:14px;
}
.title p{
	display:block;
	float:right;
	width:120px;
	font-size:10px;
	color:#999999;
	text-align:right;
}
.entry-text{
	padding:0px;
}

.entry-text p{
	padding-bottom:1.5em;
}
.entry-text blockquote{
	margin:10px 20px;
	background:#EBE6CF;
	padding:5px;
	width:365px;
}
.entry-text ul,
.entry-text ol{
	margin:10px 0px 20px 30px;
}
.entry-text pre{
	width:380px;
	padding:5px 10px;
	height:150px;
	overflow:auto;
	overflow-x: auto;
	background:#F7F4D2;
	margin-bottom:40px;
	white-space: normal;
	word-break: break-all;
	word-wrap: break-word;
}
.entry-more{
	width:100%;
	text-align:right;
	margin-top:30px;
}
.entry-more a{
	text-decoration:underline;
	color:#899f1b;
}
.entry-more a:hover{
	color:#FF6600;
	text-decoration:underline;
}

.entry-bottom{
	width:425px;
	background:url(../images/end_line.jpg) no-repeat;
	background-position:top;
	padding-top:5px;
	margin:20px 0px 40px 0px;
	text-align:right;
	font-size:11px;
	color:#899f1b;
}
.entry-bottom a{
	text-decoration:none;
	color:#899f1b;
}
.entry-bottom a:hover{
	text-decoration:none;
	color:#FF6600;
}
.backtop a{
	text-decoration:none;
	color:#899f1b;
}
.backtop a:hover{
	text-decoration:none;
	color:#FF6600;
}

.paginate {
    width:415px;
	background:#EBE6CF;
	padding:5px;
	margin:20px 0px;
	text-align:center;
	font-size:12px;
	color:#999999;
}
.paginate a{
	color:#899f1b;
	text-decoration:none;
}
.paginate a:hover{
	color:#FF6600;
	text-decoration:none;
}

/* タグ
-------------- */
.entry-tag{
	width:415px;
	background:url(../images/img_tag.jpg) no-repeat;
	background-position:top;
	padding:25px 0px 0px 10px;
	margin:20px 0px 40px 0px;
	text-align:left;
	font-size:11px;
}


/* コメント
-------------- */
.entry-comment{
	width:415px;
	background:url(../images/img_comment.jpg) no-repeat;
	background-position:top;
	padding:25px 0px 0px 10px;
	margin:20px 0px 40px 0px;
	text-align:left;
	font-size:11px;
}
.comment-user{
	font-weight:bold;
	color:#999999;
	font-size:12px;
}
.comment-day{
	font-size:10px;
}
.comment-text{
	padding-left:1em;
	margin-bottom:20px;
}

/* 投稿フォーム
-------------- */
.entry-addacomment{
	width:415px;
	background:url(../images/img_addacomment.jpg) no-repeat;
	background-position:top;
	padding:25px 0px 0px 10px;
	margin:20px 0px 40px 0px;
	text-align:left;
	font-size:11px;
	color:#999999;
}
.form01{width:150px; ime-mode:active; margin-bottom:10px;}
.form01-off{width:250px; ime-mode:disabled; margin-bottom:10px;}
.form-text-area{width:350px; height:200px; margin-bottom:10px;}

/* トラックバック
-------------- */
.entry-trackback{
	width:415px;
	background:url(../images/img_trackback.jpg) no-repeat;
	background-position:top;
	padding:25px 0px 0px 10px;
	margin:20px 0px 40px 0px;
	text-align:left;
	font-size:11px;
	color:#999999;
}
.trackback-title{
	font-weight:bold;
	color:#999999;
	font-size:12px;
}
.trackback-day{
	font-size:10px;
}
.trackback-text{
	padding-left:1em;
	margin-bottom:20px;
}
#trackbacks-info{
	background:#EBE6CF;
	padding:3px;
	margin-bottom:10px;
}

/* 右サイドの設定
---------------------------------------------------- */
#title-search{
	width:161px;
	height:23px;
	text-indent:-9999px;
	background:url(../images/sub_search.jpg) no-repeat;
	margin-bottom:5px;
}

#title-category{
	width:161px;
	height:23px;
	text-indent:-9999px;
	background:url(../images/sub_category.jpg) no-repeat;
	margin-bottom:5px;
	margin-top:20px;
}

#title-archive{
	width:161px;
	height:23px;
	text-indent:-9999px;
	background:url(../images/sub_archive.jpg) no-repeat;
	margin-bottom:5px;
	margin-top:20px;
}

#title-link{
	width:161px;
	height:23px;
	text-indent:-9999px;
	background:url(../images/sub_link.jpg) no-repeat;
	margin-bottom:5px;
	margin-top:20px;
}

#title-pr{
	width:161px;
	height:23px;
	text-indent:-9999px;
	background:url(../images/sub_pr.jpg) no-repeat;
	margin-bottom:5px;
	margin-top:20px;
}


/* カテゴリ分け
--------------------- */
.category-list{
	margin-bottom:20px;
}
.category-list li{
	padding:3px 0px;
	list-style:none;
	color:#899f1b;
	font-weight:bold;
	font-size:0.95em;
}

.category-list li li{
	font-weight:normal;
	font-size:0.95em;
	padding-left:1em;
	border-bottom:1px dotted #c4d474;
}

.category-list li a{
	text-decoration:none;
	color:#899f1b;
	display:block;
	width:100%;
}
.category-list li a:hover{
	text-decoration:none;
	color:#FF6600;
	width:100%;
}
/* リンクリスト
--------------------- */
#link-list ul{
	list-style:none;
	margin-left:1em;
}

#link-list ul a{
	color:#899f1b;
	text-decoration:none;
}
#link-list ul a:hover{
	text-decoration:underline;
	color:#FF6600;
}


/* 汎用スタイルシート
---------------------------------------------------- */
.clear {clear:both; line-height:0px;}
.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;}
.more{text-align:right; padding:0px 10px;}


