﻿@charset "utf-8";
/* body */
body {
	margin: 0px;
	padding: 0px;
	background-color: #EAEBE1;
	font-family: "ＭＳ Ｐゴシック", "Osaka", "ヒラギノ角ゴ Pro W3", arial, helvetica, san-serif;
	color: #998889;
	text-align: center;
}

a { 
	color: #705950;
	text-decoration: none;
}

a:hover { 
	text-decoration: underline;
}

h1, h2, h3, h4, h5, h6, li, p, form, embed {
	margin: 0px;
	padding: 0px;
}

#side ul, #side ul,
#right ul, #left ul,
#right ol, #left ol {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

/*img {
	border: 0px;
}*/

/* container */
#container {
	position: relative;
	margin: 0px auto ;
	padding: 12px;
	border-right: solid 1px #FFFFFF;
	border-left: solid 1px #FFFFFF;
	background-color: #D0C8B7;
	width: 776px !important;
	width /**/: 802px;
	text-align: left;
}

/* banner */
#banner-img {
	display: none;
}

#banner {
	border: solid 3px #F7D3D6;
	background: url(banner_bg.gif) no-repeat top center;
	width: 770px !important;
	width /**/: 776px;
	margin-bottom: 20px;
}

#banner-body-top {
	float: right;
	width: 10px;
	height: 164px;
}

#banner-body-bottom {
	clear: both;
}

#banner-body {
	padding: 25px;
}

#banner h1 {
	font-size: large;
	font-weight: bold;
	line-height: 133%;
	margin-bottom: 4px;
}

#banner h2 {
	font-size: small;
	font-weight: normal;
	line-height: 150%;
}

/* main */
#comment-preview {
	font-size: small;
}

#side {
	padding: 2px 20px 0px 8px;
	width: 165px !important;
	width /**/: 193px;
	float: left;
	overflow: hidden;
}

#right {
	padding: 2px 8px 0px 20px;
	width: 165px !important;
	width /**/: 193px;
	float: left;
	overflow: hidden;
}

#center {
	width: 575px;
	float: left;
	overflow: hidden;
}

#left {
	padding: 2px 20px 0px 8px;
	width: 165px !important;
	width /**/: 193px;
	float: left;
	overflow: hidden;
}

/* entry */
#center h2 {
	position: relative;
	padding: 12px 0px 0px 16px;
	margin-bottom: -26px;
	font-size: small;
	color: #998889;
	z-index: 10;
}

#center h3 {
	position: relative;
	background: url(bg_title.gif) no-repeat right top;
	background-color: #D0C8B7;
	border-top: solid 1px #F7D3D6;
	border-left: solid 1px #F7D3D6;
	border-right: solid 1px #F7D3D6;
	padding: 36px 16px 12px 16px;
	font-size: medium;
	color: #705950;
	z-index: 1;
}

.content h3, .content h3 a, .content h3 a:link, .content h3 a:visited, .content h3 a:active, .content h3 a:hover {
	text-decoration: none;
	color: #705950;
}

.content h3 a:active, .content h3 a:hover{
	text-decoration: underline;
	color: #705950;
}


h2.content-header {
	padding: 0px !important;
	margin:10px 0px 20px  !important;
}

.entry {
	width: 575px;
	overflow: hidden;
}

div.entry-body,
div.entry-more {
	background-color: #EAE8EA;
	border-left: solid 1px #F7D3D6;
	border-right: solid 1px #F7D3D6;
	padding: 12px 12px 0px 12px;
	width: 549px !important;
	width /**/: 575px;
	float: left !important;
	float /**/: none;
	line-height: 160%;
	overflow: hidden;
	font-size: small;
}

div.entry-more {
	padding: 0px 12px;
}

div.entry-body p,
div.entry-more p {
	padding-bottom: 12px;
}

div.entry-body ul, div.entry-body ol,
div.entry-more ul, div.entry-more ol {
	padding-bottom: 12px;
}

.entry-nav {
	margin: 10px 0px 39px 0px;
	width: 575px;
	font-size: small;
	overflow: hidden;
}

.entry-nav p {
	text-align: left;
}

.entry-nav a {
	color: #FFFFFF;
}

div.entry p.posted {
	background: url(bg_post.gif) no-repeat left top;
	background-color: #D0C8B7;
	border-bottom: solid 1px #F7D3D6;
	border-left: solid 1px #F7D3D6;
	border-right: solid 1px #F7D3D6;
	margin-bottom: 36px;
	padding: 12px;
	font-size: x-small;
	line-height: normal;
	color: #998889;
	clear: both;
	text-align: right;
}

div.entry p.posted span.post-footers {
	display: block;
}

div.entry p.posted a {
	color: #FFFFFF;
}

.entry blockquote {
	padding: 0px 20px;
	line-height: 150%;
}

.entry li {
	line-height: 150%;
}

/* trackback */
.entry-trackback {
	border-bottom: solid 1px #F7D3D6;
	width: 575px;
}

#center div.entry-trackback h2 {
	padding: 9px 0px 9px 49px;
	margin-bottom: 14px;
	background: url(icon_title2.gif) no-repeat left center;
	font-size: medium;
	font-weight: bold;
	color: #705950;
}

#center div.entry-trackback p {
	margin: 0px 0px 23px 0px;
	padding: 0px 17px;
	font-size: small;
}

#center div.entry-recent-posts ul {
	margin: 0px 0px 23px 0px;
	padding: 0px 17px;
	font-size: small;
}

.entry-recent-posts {
	margin: 0px 0px 16px 0px;
	font-size:small;
}

/* comment */
#center div.comment-list {
	border-bottom: solid 1px #F7D3D6;
	padding-top: 16px;
	width: 575px;
}

#center div.comment-list h2 {
	padding: 9px 0px 9px 49px;
	margin-bottom: 14px;
	background: url(icon_title2.gif) no-repeat left center;
	font-size: medium;
	font-weight: bold;
	color: #705950;
}

#center div.comment-list p {
	background: url(clear.gif) no-repeat left top;
	border-left: solid 0px #F7D3D6;
	margin-bottom: 12px;
	padding: 0px 17px;
	font-size: small;
}

#center div.comment-list ul, #center #center div.comment-list ol {
	margin-bottom: 12px;
	padding: 0px 17px;
}

#center div.comment-list p.posted {
	border: solid 0px #B29A72;
	margin-bottom: 24px;
	font-size: x-small;
	line-height: normal;
	clear: both;
	color: #867977;
}

.comment-form {
	border-bottom: solid 1px #F7D3D6;
	padding-top: 16px;
	width: 575px;
}

#center div.comment-form h2 {
	padding: 9px 0px 9px 49px;
	margin-bottom: 14px;
	background: url(icon_title2.gif) no-repeat left center;
	font-size: medium;
	font-weight: bold;
	color: #705950;
}

#center div.comment-error,
#center div.comment-preview,
#center div.comment-list-previous {
	border-bottom: solid 1px #F7D3D6;
	padding-top: 16px;
	width: 575px;
}

#center div.comment-error h2,
#center div.comment-preview h2,
#center div.comment-list-previous h2 {
	padding: 9px 0px 9px 49px;
	margin-bottom: 14px;
	background: url(icon_title2.gif) no-repeat left center;
	font-size: medium;
	font-weight: bold;
	color: #705950;
}

#center div.comment-error p,
#center div.comment-preview p,
#center div.comment-list-previous p {
	margin-bottom: 12px;
	padding: 0px;
	line-height: 160%;
}

#center div.comment-error ul, #center div.comment-error ol,
#center div.comment-preview ul, #center div.comment-preview ol,
#center div.comment-list-previous ul, #center div.comment-list-previous ol {
	margin-bottom: 12px;
	padding: 0px;
	line-height: 160%;
}

#center div.comment-error p.posted ,
#center div.comment-preview p.posted ,
#center div.comment-list-previous p.posted {
	border: solid 0px #B29A72;
	margin-bottom: 24px;
	font-size: x-small;
	line-height: normal;
	clear: both;
	color: #867977;
	text-align: right;
}


/* form */
div.comment-form form {
	position: relative;
	background: url(line_form.gif) no-repeat 196px 0px;
}

/* add 20060315 */
#comment-preview div.comment-form form {
	background: none;
}

.comment-form form p {
	margin: 0px 0px 18px 20px;
	font-size: small;
}

#author, #email, #url {
	width: 150px;
}

#comment-text-field textarea {
	width: 356px;
	height: 150px;
}

#comment-submit{
	margin-bottom: 24px;
	text-align: center;
}

#comment-submit input {
	border: solid 1px #FFFFFF;
	background-color: #D0C8B7;
	color: #FFFFFF;
}

#comment-regist {
	position: absolute;
	top: 0px;
	left: 188px;
}

#bakecookie {
	vertical-align: middle;
}

#comment-separator {
	display: none;
}

/* archive */
.archive-datebased, .archive-category {
	border-bottom: solid 1px #F7D3D6;
	padding-top: 16px;
	width: 575px;
}

#center div.archive-category h2,
#center div.archive-datebased h2 {
	padding: 9px 0px 9px 49px;
	margin-bottom: 14px;
	background: url(icon_title2.gif) no-repeat left center;
	font-size: medium;
	font-weight: bold;
	color: #705950;
}

.archive-datebased p, .archive-category p {
	margin-bottom: 12px;
	padding: 0px;
	font-size: small;
	line-height: 165%;
}

.archive-datebased a, .archive-category a {
	color: #FFFFFF;
}

/* right&left&side */
.module, .list {
	border-bottom: solid 1px #F7D3D6;
	margin-bottom: 12px;
	padding: 0px;
}

.module h2 {
	margin-bottom: 10px;
	padding: 8px 0px 5px 32px;
	background: url(icon_head.gif) no-repeat left center;
	font-size: small;
	color: #705950;
}

.list h2 {
	padding: 8px 0px 5px 32px;
	background: url(icon_head.gif) no-repeat left center;
	font-size: small;
	color: #705950;
}

.list ul,
.module ul {
	font-size: small;	
	width: 165px;
	overflow: hidden;
}

.list li ,
.module li {
	margin-bottom: 13px;
	word-wrap: break-word;
}

.list a ,
.module a {
	color: #FFFFFF;
}

.list h2 a ,
.module h2 a {
	color: #705950;
}

div.link-note {
	margin-bottom: 12px;
	padding: 9px 0px 5px 20px;
	background: url(icon_head2.gif) no-repeat left center;
	font-size: small;	
}

#nifty_rss_reader {
	margin-bottom: 12px;
	padding: 9px 0px 5px 20px;
	background: url(icon_head2.gif) no-repeat left center;
	border-bottom: solid 0px #E9E9E9;
}

#profile,
#syndicate,
#subscribe {
	border-bottom: solid 0px #E9E9E9;
}

#powered,
#photo {
	text-align:center;
	border-bottom: solid 0px #E9E9E9;
	padding-bottom: 21px;
}

#calendar {
	border-bottom: solid 0px #E9E9E9;
	width: 165px;
}

#calendar table {
	margin-top: 5px;
	width: 165px;
	font-size: x-small;	
}

#calendar caption {
	border-bottom: solid 2px #E4E4DC;
	padding-bottom: 5px;
	font-size: small;
	color: #705950;
	font-weight: bold;
	width: 165px;
}

#calendar th {
	padding-top: 5px;
}

#calendar th,
#calendar td {
	text-align: center;
}

/* profile */
#about .module ul {
	margin: 0px;
}

#about div.content div {
	border-bottom: solid 1px #F7D3D6;
	padding: 16px 0px;
	width: 390px;
}

#about div.content div.bio-body {
	border-bottom: solid 0px #F7D3D6;
	padding: 16px 0px;
	width: 390px;
}

#about div.content h2 {
	padding: 9px 0px 9px 49px;
	margin-bottom: 14px;
	background: url(icon_title2.gif) no-repeat left center;
	font-size: medium;
	font-weight: bold;
	color: #705950;
}

#about div.content {
	font-size: small;	
}

#about div.content table {
	clear:both;
}





/* sponsord link css */
.ad_txt a
{
 color: #998889 !important;
}

