

/*===================================================================
	 setting
===================================================================*/


*{
	margin:0;
	padding:0;
}



body {
	font-family: 'MS PGothic', 'Hiragino Kaku Gothic Pro W3', Osaka, sans-serif;
	text-align: center;
	word-wrap: break-word;
	color: #333333;
	padding: 0px;
	margin: 0px;
	background:url("body-bg.gif") center repeat-y #f6d9ca;
	}
/* IE6ハック */
body       {_padding-left:1px;}
/* IE7ハック */
*:first-child + html  body{padding-left:1px;}
/* Safariハック */
html[xmlns*=""] body:last-child body{
   padding-right:1px;
   text-align: center;
}
	html*body { /* for safari */ プロパティ:値; }

a {text-decoration: underline;}
a:link {color: #74373a;}
a:visited {color: #74373a;}
a:active, a:hover {text-decoration: none;}
.sidebar h2 a:link, .sidebar h2 a:visited, .sidebar h2 a:active {
	color: #49010a;}

h1, h2, h3 {
	margin: 0px;
	padding: 0px;
	}

#header, #banner-top, #banner-body-top, #banner-bottom, a#banner-img, #main-top, .sidebar-top, .sidebar-bottom, .module-top, .module-bottom, .content-top, .content-bottom, .date-footer, #footer{
	display: none;
	}

#container {
	background:url("container.jpg") no-repeat center top;
	line-height: 150%;
	text-align: left;
	margin: 0px;
	padding: 0px;
	width: 100%;
	font-size:small;
	}

#banner {
	margin: 0px auto;
	padding: 0px 0px 0px;
	display:block;
	height: 300px;
	width: 800px;
	}


#banner-body {
	padding: 80px 300px 0px 70px;
	text-align: left;
	}

#banner a, #banner active, #banner visited {
	color: #49010a;
	text-decoration: none;
	}

#banner a:hover {
	text-decoration: underline;
}

#banner h1 {
	color:#49010a;
	font-size: x-large;
	line-height:120%;
	font-weight: bold;
	padding: 0px;
	margin-bottom:12px;
	}

#banner h2 {
	color:#49010a;
	font-size: small;
	font-weight: normal;
	padding: 0px;
	line-height: 130%;
	}

#main {
	clear:both;
	margin: 0px auto;
	padding:0px;
	width: 800px;
	background:#ffffff;
	}


#main-bottom {
	clear:both;
	margin: 0px auto;
	padding:0px;
	width: 800px;

}

#left, #side, #right {
	float: left;
	width: 200px;
	overflow: hidden;
	}

#center {
	float: left;
	width: 400px;
	overflow: hidden;
	}

#about div#center{
	width:600px;
}

#comment-preview{
	margin-left:200px;
}

#left .sidebar, #about .sidebar {
	padding-left:15px;
}

#right .sidebar {
	margin: 0px;
	padding-right:20px;
	padding-left:0px;
}


.sidebar h2 {
	background:url("module.gif") no-repeat scroll left center;
	color: #49010a;
	font-size: small;
	font-weight: bold;
	line-height: 130%;
	margin-bottom:10px;
	padding:10px 0 10px 30px;
}

#profile a, #nifty_rss_reader a, #syndicate a, #subscribe a, #user-email a{
	color: #49010a;
	font-size: small;
	font-weight: bold;
}


#profile a:active, #profile a:hover , #nifty_rss_reader a:active, #nifty_rss_reader a:hover , #syndicate a:active,  #syndicate a:hover, #subscribe a:active, #subscribe a:hover, #user-email :active, #user-email a:hover{
	text-decoration:none;
}

.module-content {
	margin-bottom:20px;
}

.module {
	margin:0px;
}

.link-note {
	background:url("module.gif") no-repeat left;
	font-size: small;
	font-weight: normal;
	line-height: 130%;
	padding: 10px 0px 10px 30px;
	margin: 10px 0px;
	margin-bottom:30px;
}

.sidebar ul {
	margin: 0px;
	padding:0 0 0 5px;
	}

.sidebar li {
	line-height: 130%;
	margin-bottom: 8px;
	list-style-type: none;
	padding:0 0 0 5px;
	}

.sidebar img{
	border: none;
	padding: 0px;
	margin: 0px;
	}

.sidebar table {
	margin:15px 0px;
}



#calendar {
	background:url("calendar.gif") no-repeat scroll center top;
	line-height: 150%;
	font-size: x-small;
	padding: 0px;
	text-align: center;
	margin: 10px 0 24px 0;
	height:227px;
}

#calendar caption {
	color:#49010a;
	font-size:small;
	font-weight:bold;
	padding:45px 0 15px 0;
	text-align:center;
}

#calendar table {
	padding: 2px;
	border-collapse: collapse;
	border: 2px;
	width: 90%;
	margin:0 auto;
}

#calendar th {
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	text-align: center;
	border: 1px;
	height: 0px;
	color:#8e5759;
}

#calendar td {
text-align: center;
}

#calendar td a,
#calendar td a:link {
	background:url("calendar-link.gif") no-repeat scroll center;
	display:block;
	margin:0px;
	padding:3px 0;
	color:#fff9f6;
}

#photo, .photo {
	margin-bottom: 30px;
	}

#powered {
	font-size: x-small;
	line-height: 150%;
	text-align: left;
	margin: 20px 0px 30px 0px;
	padding: 0px;
	}

.content {
	font-size: small;
	padding: 0px 15px;
	margin: 0px;
	}

.content p {
	padding: 0px 0px 0.5em;
	}

.content blockquote {
	font-size: small;
	line-height: 150%;
	border: 1px solid #ADADAD;
	padding: 8px;
	margin: 0px;
	}

.comment-error blockquote {
	margin-left:0px;
	border: 1px solid #ADADAD;
	}

.content li {
	line-height: 150%;
	}

.content h2 {
	color:#8e5759;
	font-size: small;
	}

h2.content-header{
	color:#49010a;
}

.content h3 {
	padding: 0px 0px 5px 0px;
	}

.content h3, .content h3 a, .content h3 a:link, .content h3 a:visited, .content h3 a:active {
	text-decoration: none;
	color: #7B6537;
}

.content h3 a:hover{
	text-decoration: underline;
}

.entry {
	background:url("entry-top.gif") no-repeat scroll center top #fff9f6;
	overflow:hidden;
	padding: 5px 10px 10px 10px;
	zoom: 1;
}

.entry h2, .comment-preview h2, .comment-form h2, .comment-list-previous h2, .archive-datebased h2, .archive-category h2, .comment-error h2 {
	color:#49010a;
	font-size:medium;
	text-align: left;
	padding: 4px 0px 4px 15px;
	margin: 20px 0px 10px;
	border-left:3px solid #a27c7c;
	}

#about div.content h2 {
	color:#49010a;
	font-size:medium;
	text-align: left;
	padding: 4px 0px 4px 15px;
	margin: 20px 0px 10px;
	border-left:3px solid #a27c7c;
	}
	
.entry h3 {
	color:#9F8B5C;
	text-align: left;
	font-size:large;
	padding: 0px 0px 20px 5px;
	margin: 0 0 20px 70px;
}

.entry h3, .entry h3 a, .entry h3 a:link, .entry h3 a:visited, .entry h3 a:active {
	text-decoration: none;
	color: #49010a;
	padding:25px 0 20px 0;
}

.entry h3 a:hover {
	text-decoration: underline;
}

.entry-body {
	width:350px;
	overflow: hidden;
}

.entry-nav {
	margin-bottom: 20px;
}

.entry-nav p{
	margin-bottom: 0px;
}

.entry-bottom {
	margin-bottom:30px;
}


.comment-form form {
	padding: 0px;
	margin: 0px;
}

.comment-error, .archive-datebased, .archive-category, .comment-form, .contact-list, .minibio, .bio, .interests {
	margin-bottom: 20px;
}
.comment-error p, .archive-datebased p, .archive-category p, .comment-form p, .contact-list p, .minibio p, .bio p, .interests p {
	padding: 0 0 0 10px;
}

.content p.posted {
	font-size: x-small;
	line-height:130%;
	padding: 5px 0px;
	margin: 10px 0px 0px;
	text-align:right;
	clear: both;
	}

.entry-trackback p.posted, .entry-comment p.posted {
	background:none;
	padding: 0px 0px 10px 0px;
	margin-top: 0px ;
	margin-bottom: 10px;
	text-align:left;
}

.entry-trackback, .entry-comment {
	background:none;
}
/*
p.trackback-url {
	font-weight:bold;
}
*/
.comment-body p {
	padding: 0 0 5px;
	margin: 0px;
}

#comment-data {
	float: left;
	width: 170px;
	padding-right: 10px;
	margin-right: 10px;
	text-align: left;
	border-right: 1px dashed #8e5759;
	}
#author, #email, #url {
	width:150px;
}
textarea {
	font-family: 'MS PGothic', 'Hiragino Kaku Gothic Pro W3', Osaka, sans-serif;
	width: 320px;
	}

input, textarea{
	background:#FFFFFF;
	border:solid 1px #adadad;
}

#comment-submit input {
	border-top: solid 1px #f2f2f2;
	border-left: solid 1px #f2f2f2;
	border-right: solid 1px #cccfdc;
	border-bottom: solid 1px #cccfdc;
	color: #49010a;
	background-color:#e4e6ee;
}

#comment-submit {
	text-align:center;
}

/*20060329*/
label input#bakecookie{
	border:none;
	background:none;
}

.ad_txt a { color: #5A5441 !important;}
.ad_url a { color: #008000 !important;}



.comment-form p{
font-size:small;
margin:0 0 10px;
padding:0;
}