body {
	background: #1C2639;
	padding:0px;
	margin:0px;
	text-align: center;
	font-family: 'MS PGothic', 'Hiragino Kaku Gothic Pro W3', Osaka, sans-serif;
	word-wrap: break-word;
	color: #E2DFA0;
}

a {
	text-decoration: underline;
	font-weight: bold;
}

a:link{
	color:#1D2639;
	}

a:visited{
	color:#30303F;
	}

a:active{
	color:#30303F;
	}

a:hover{
	color:#E2DFA0;
	text-decoration: none;
	}

h1, h2, h3 {
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	}

#header{
	width: 800px;
	height:20px;
	background: #D94E1D;
	margin:0px auto;
}

#container {
	background: #862619;
	line-height: 140%;
	margin:0px auto;
	text-align: left;
	width: 800px;
	}

#banner {
	font-family: 'MS PGothic', 'Hiragino Kaku Gothic Pro W3', Osaka, sans-serif;
	color: #483818;
	text-align: left;
	background: #1C2639;
	}

#banner-top{
	background: #1C2639 url("banner-top.gif") no-repeat;
	height:83px;
}

#banner-body-top{
	background: #1C2639 url("banner-body-top.gif") no-repeat;
	float:left;
	width:122px;
	height:293px;
}

#banner-body{
	background: #1C2639 url("banner-body.gif") no-repeat;
	float:left;
	width:556px;
	height:293px;
}

#banner-body-bottom{
	background: #1C2639 url("banner-body-bottom.gif") no-repeat;
	float:left;
	width:122px;
	height:293px;
}

#banner-bottom{
	clear:both;
	background: #1C2639 url("main-top.gif") no-repeat;
	height: 101px;
}


#header, a#banner-img, #main-top, .sidebar-top, .sidebar-bottom, .content-top, .content-bottom, .module-top, .module-bottom, .entry-top, .entry-bottom, .entry-body-top, .entry-body-bottom{
	display:none;
	}

#banner a {
	color: #582818;
	text-decoration: none;
	}

#banner h1 {
	font-size: x-large;
	line-height:115%;
	text-align:center;
	margin: 45px 100px 0px;
	}

#banner h2 {
	font-size: small;
	line-height:115%;
	text-align:center;
	font-weight:normal;
	margin:0px 100px;
	}

#left, #side {
	float: left;
	width: 200px;
	overflow:hidden;
	margin-top:10px;
	}

#right {
	float: left;
	width: 200px;
	overflow:hidden;
	margin-top:10px;
	}

#center {
	float: left;
	width: 400px;
	overflow:hidden;
	margin-top:10px;
	}

#footer{
	width:800px;
	margin:0px auto;
	height:20px;
}

#main-bottom{
	height:149px;
	background: url("main-bottom.gif") bottom no-repeat;
}

.content {
	margin:0px 15px;
	font-size: small;
	}

.sidebar {
	font-size:small;
	width:168px;
	margin:0px 15px;
	}

/* 20051120 add .lovering h2 */
.list h2, .lovering h2{
	padding: 8px 0px 10px 30px;
	background: url("list.gif") left top no-repeat;
}

.content p {
	font-size: small;
	line-height: 150%;
	text-align: left;
	padding:0px;
	margin:0px 0px 1em;
	}

.content blockquote {
	line-height: 150%;
	padding: 7px;
	border: dashed 2px #E2DFA0;
	}

.content li {
	line-height: 150%;
	}

.content h2 {
	font-size: small;
	text-align: left;
	margin:0px 0px 1.5em;
	}

.content h3 {
	background:url("entry-h3.gif") left top no-repeat;
	font-size: large;
	text-align: left;
	padding: 8px 0px 10px 44px;
	margin:0px 0px 0.5em;
	}
	
/** 20070214追加↓　**/

.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: #E2DFA0;
}

.content h3 a:active, .content h3 a:hover{
	text-decoration: underline;
	color: #E2DFA0;
}

.archive-category h2, #about div.content h2, .comment-form h2, .entry-trackback h2, .entry-comment h2, .comment-preview h2,  .archive-datebased h2,  .comment-error h2, #about div.contact-list h2 {
	font-size: medium;
	font-weight: bold;
}

/** 20070214追加↑　**/

.content p.posted {
	clear:both;
	font-size: x-small;
	line-height:120%;
	font-weight: bold;
	text-align: right;
	margin-bottom:30px;
	}

.post-footers{
	display:block;
	padding-bottom:5px;
	margin-bottom:5px;
	border-bottom:dashed 2px #E2DFA0;
	}

.post-footers a:link {
	color: #E2DFA0 !important;
	text-decoration: none;
}
.post-footers a:visited {
	color: #E2DFA0 !important;
	text-decoration: none;
}
.post-footers a:active {
	color: #E2DFA0 !important;
	text-decoration: none;
}
.post-footers a:hover {
	color: #E2DFA0 !important;
	text-decoration: none;
}


.entry {
	font-size: small;
	padding: 0px;
	margin:0px;
	}

.entry-nav p{
	padding:0px 5px;
	margin:0px 0px 2em;
	}

.entry-trackback h2, .entry-comment h2, .comment-form h2{
	margin:40px 0px 10px;
	padding:8px 0px 8px 45px;
	background:url("entry-tc.gif") left top no-repeat;
	}


#comment-data {
	float: left;
	width: 180px;
	padding-right: 15px;
	text-align: left;
	border-right: 2px dotted #4e3115;
	}

label{
	font-weight:bold;
}

input, textarea{
	color:#4e3115;
	background:#FFF6D8;
	border:solid 2px #4e3115;
	scrollbar-base-color:#D8C888;
	scrollbar-arrow-color:#4e3115;	
}

label input{
	border:none;
	background:none;
}

#comment-submit{
	margin-bottom:30px;
	width:350px;
}

#comment-preview{
	margin-left:200px;
}

#comment-preview h2{
	margin:0px 0px 10px;
	padding:8px 0px 8px 45px;
	background:url("entry-tc.gif") left top no-repeat;
	}

p.trackback-url, p.trackback-list-head{
	margin-bottom:20px;
}

.trackback-body p, .comment-body p{
	margin-bottom:0.6em;
}

.entry-trackback p.posted, .entry-comment p.posted, .comment-preview p.posted{
	padding-top:5px;
	margin-bottom:20px;
	border-top:dashed 1px #E2DFA0;
	text-align:left;
}

.comment-error{
	margin-bottom:20px;
}

.date-footer{
	display:none;
	}

#calendar {
	line-height: 140%;
	font-size: x-small;
	padding: 2px;
	text-align: center;
	margin-bottom: 30px;
	}

#calendar table {
	padding: 2px;
	border-collapse: collapse;
	border: 0px;
	width: 100%;
	}

#calendar caption {
	font-family: 'MS PGothic', 'Hiragino Kaku Gothic Pro W3', Osaka, sans-serif;
	font-size: small;
	text-align: left;
	font-weight: bold;	
	text-transform: uppercase;
	padding: 3px;
	letter-spacing: .2em;
	}

#calendar th {
	text-align: center;
	font-weight: normal;
	}

#calendar td {
	text-align: center;
	}

.sidebar h2 {
	font-size: small;
	font-weight: bold;
	text-transform: uppercase;
	padding-bottom: 3px;
	letter-spacing: .2em;
	line-height:110%
	}

.sidebar ul {
	padding-left: 0px;
	margin: 0px;
	margin-bottom: 30px;
	}

.sidebar li {
	line-height: 120%;
	margin-top: 7px;
	list-style-type: none;
	}

.sidebar img {
	border: 0px;
	}


#photo {
	text-align: center;
	margin-bottom: 20px;
	}

.link-note {
	line-height: 150%;
	padding: 2px;
	margin-bottom: 15px;
	}

#powered {
	font-size: small;
	line-height: 150%;
	text-align: left;
	margin-top: 50px;
	}

textarea[id="comment-text"] {
	width: 80%;
	}

form{
	margin:0px;
	padding:0px;
	}

.module{
	margin-bottom:25px;
}

#about div#center{
	width:600px;
}

.archive-datebased h2, .archive-category h2, #about div#center h2{
	margin:0px;
	padding:8px 0px 8px 45px;
	background:url("entry-tc.gif") left top no-repeat;
	}

.archive-datebased p, .archive-category p, .contact-list p, .minibio p, .interests p{
	margin:10px 0px 2.4em;
	}

.bio-body{
	margin:0px 0px 2.4em;
}

.bio-body p{
	margin:10px 0px 0px 0px;
}

#recent-entries h2{
	background: #862619 url("recent-entries.gif") no-repeat;
	width: 116px;
	height: 25px;
	text-indent: -1000px;
}

#recent-comment h2{
	background: #862619 url("recent-comment.gif") no-repeat;
	width: 124px;
	height: 28px;
	text-indent: -1000px;
}

#recent-trackback h2{
	background: #862619 url("recent-trackback.gif") no-repeat;
	width: 136px;
	height: 28px;
	text-indent: -1000px;
}

#archive-datebased h2 a{
	display: block;
	background: #862619 url("archive-datebased.gif") no-repeat;
	width: 122px;
	height: 27px;
	text-indent: -1000px;
	text-decoration: none;
}

#archive-category h2{
	background: #862619 url("archive-category.gif") no-repeat;
	width: 103px;
	height: 21px;
	text-indent: -1000px;
}

#gallery h2{
	background: #862619 url("gallery.gif") no-repeat;
	width: 108px;
	height: 21px;
	text-indent: -1000px;
}

#update-list h2{
	background: #862619 url("update-list.gif") no-repeat;
	width: 132px;
	height: 30px;
	text-indent: -1000px;
}

#profile a{
	display: block;
	background: #862619 url("profile.gif") no-repeat;
	width: 111px;
	height: 22px;
	text-indent: -1000px;
	text-decoration: none;
}

#syndicate a{
	display: block;
	background: #862619 url("syndicate.gif") no-repeat;
	width: 161px;
	height: 36px;
	text-indent: -1000px;
	text-decoration: none;
}

#subscribe a{
	display: block;
	background: #862619 url("add.gif") no-repeat;
	width: 146px;
	height: 35px;
	text-indent: -1000px;
	text-decoration: none;
}

#user-email a{
	display: block;
	background: #862619 url("user-email.gif") no-repeat;
	width: 96px;
	height: 23px;
	text-indent: -1000px;
	text-decoration: none;
}

/* xxx20071126xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */

#center div.adsense {
	clear:both;
}


/* sponsord link css */
.ad_txt a
{
 color: #E2DFA0 !important;
}
