@charset "utf-8";
/* body */
body {
	margin: 0px;
	padding: 0px;
	background: url(bg_body.gif) repeat-x top left;
	background-color: #C7C7C7;
	font-family: "ＭＳ Ｐゴシック", "Osaka", "ヒラギノ角ゴ Pro W3", arial, helvetica, san-serif;
	color: #666666;
	text-align: center;
}

a { 
	color: #F4BD24;
	text-decoration: none;
}

a:hover { 
	color: #F4BD24;
	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 {
	background-color: #FFFFFF;
	margin: 0px auto;
	padding: 0px 12px;
	width: 776px !important;
	width /**/: 800px;
	text-align: left;
}

/* banner */
#banner-img {
	display: none;
}

#banner {
	background: url(bg_banner_top.gif) no-repeat top left;
	width: 776px;
}

#banner-bottom {
	background: url(bg_banner_bottom.gif) no-repeat top left;
	height: 32px;
	width: 776px;
}

#banner-body-top {
	float: right;
	width: 10px;
	height: 118px;
}

#banner-body {
	padding: 28px;
	min-height: 62px;
}

#banner-body-bottom {
	clear: both;
}

#banner h1 {
	font-size: large;
	font-weight: bold;
	line-height: 133%;
	margin-bottom: 4px;
}

#banner h2 {
	font-size: x-small;
	font-weight: normal;
	line-height: 150%;
}

#banner a {
color: #666666;
}

/* main */

#main {
	width: 776px;
	padding-top: 24px;
}
#comment-preview {
	font-size: small;
}

#side {
	padding: 0px 20px 0px 0px;
	width: 188px !important;
	width /**/: 208px;
	float: left;
	overflow: hidden;
}

#right {
	padding: 0px 0px 0px 20px;
	width: 188px !important;
	width /**/: 208px;
	float: left;
	overflow: hidden;
}

#center {
	width: 360px;
	float: left;
	overflow: hidden;
}

#left {
	padding: 0px 20px 0px 0px;
	width: 188px !important;
	width /**/: 208px;
	float: left;
	overflow: hidden;
}

/* entry */
#center h2 {
	background: url(bg_data.gif) repeat top left;
	padding: 6px 8px 6px 8px;
	font-size: small;
	color: #666666;
}

#center h3 {
	position: relative;
	background: url(bg_title.gif) no-repeat center left;
	margin-bottom: 1px;
	padding: 20px 8px 16px 36px;
	font-size: medium;
	color: #000000;
	border-bottom: solid 1px #EEEEEE;
}

/** 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: #000000;
}

.content h3 a:active, .content h3 a:hover{
	text-decoration: underline;
	color: #000000;
}

h2.content-header {
	margin-bottom: 20px;
}

/** 20070214追加↑　**/

.entry {
	width: 360px;
	overflow: hidden;
}

div.entry-body,
div.entry-more {
	padding: 10px 8px 0px 8px;
	width: 346px !important;
	width /**/: 360px;
	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: 16px;
}

/* 20051121 add .adsense */
.adsense {
	margin-bottom: 16px;
}

div.entry-body ul, div.entry-body ol,
div.entry-more ul, div.entry-more ol {
	padding-bottom: 16px;
}

.entry-nav {
	margin: 8px 0px 39px 0px;
	width: 360px;
	font-size: small;
	overflow: hidden;
}

.entry-nav p {
	text-align: left;
}

div.entry p.posted {
	border-top: solid 1px #EEEEEE;
	border-bottom: solid 2px #EEEEEE;
	margin-bottom: 40px;
	padding: 9px 8px;
	font-size: x-small;
	line-height: 150%;
	clear: both;
	text-align: right;
}

div.entry p.posted span.post-footers {
	display: block;
}

div.entry p.posted a {
	font-weight: bold;
}

.entry blockquote {
	padding: 0px 20px;
	line-height: 150%;
}

.entry li {
	line-height: 150%;
}

/* trackback */
.entry-trackback {
	width: 360px;
}

#center div.entry-trackback h2 {
	position: relative;
	background: url(bg_title.gif) no-repeat center left;
	margin-bottom: 16px;
	padding: 20px 8px 16px 36px;
	font-size: medium;
	color: #000000;
	border-bottom: solid 1px #EEEEEE;
}

#center div.entry-trackback p {
	margin: 0px 0px 23px 0px;
	padding: 0px 8px;
	font-size: small;
}

/* comment */
#center div.comment-list {
	padding-top: 16px;
	width: 360px;
}

#center div.comment-list h2 {
	position: relative;
	background: url(bg_title.gif) no-repeat center left;
	margin-bottom: 16px;
	padding: 20px 8px 16px 36px;
	font-size: medium;
	color: #000000;
	border-bottom: solid 1px #EEEEEE;
}

#center div.comment-list p {
	background: url(clear.gif) no-repeat left top;
	border-left: solid 0px #E5D79C;
	margin-bottom: 9px;
	padding: 0px 8px;
	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: 22px;
	font-size: x-small;
	line-height: normal;
	clear: both;
	color: #867977;
}

.comment-form {
	padding-top: 16px;
	width: 360px;
}

#center div.comment-form h2 {
	position: relative;
	background: url(bg_title.gif) no-repeat center left;
	margin-bottom: 16px;
	padding: 20px 8px 16px 36px;
	font-size: medium;
	color: #000000;
	border-bottom: solid 1px #EEEEEE;
}

#comment-preview {
	padding-left: 208px;
}

#center div.comment-error,
#center div.comment-preview,
#center div.comment-list-previous {
	padding-top: 16px;
	width: 360px;
}

#center div.comment-error h2,
#center div.comment-preview h2,
#center div.comment-list-previous h2 {
	position: relative;
	background: url(bg_title.gif) no-repeat center left;
	margin-bottom: 16px;
	padding: 20px 8px 16px 36px;
	font-size: medium;
	color: #000000;
	border-bottom: solid 1px #EEEEEE;
}

#center div.comment-error p,
#center div.comment-error blockquote,
#center div.comment-preview p,
#center div.comment-list-previous p {
	margin-bottom: 9px;
	font-size: small;
	padding: 0px 8px;
	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: 22px;
	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 188px 0px;
}

#comment-preview div.comment-form form {
	background: none;
}

.comment-form form p {
	margin: 0px 0px 18px 8px;
	font-size: small;
}

#author, #email, #url {
	width: 150px;
}

#comment-text-field textarea {
	width: 334px;
	height: 150px;
}

#comment-submit{
	margin-bottom: 24px;
	text-align: center;
}

#comment-submit input {
	border: solid 1px #F4BD24;
	background-color: #FFFFFF;
	color: #F4BD24;
}

#comment-regist {
	position: absolute;
	top: 0px;
	left: 188px;
}

#bakecookie {
	vertical-align: middle;
}

#comment-separator {
	display: none;
}

/* archive */
.archive-datebased, .archive-category {
	padding-top: 16px;
	width: 360px;
}

#center div.archive-category h2,
#center div.archive-datebased h2 {
	position: relative;
	background: url(bg_title.gif) no-repeat center left;
	margin-bottom: 16px;
	padding: 20px 8px 16px 36px;
	font-size: medium;
	color: #000000;
	border-bottom: solid 1px #EEEEEE;
}

.archive-datebased p, .archive-category p {
	margin-bottom: 12px;
	padding: 0px;
	font-size: small;
	line-height: 165%;
}

/* right&left&side */
.module, .list {
	margin-bottom: 12px;
	padding: 0px;
}

.list h2,
.module h2 {
	margin-bottom: 15px;
	border-top: solid 1px #DEDEDE;
	border-bottom: solid 1px #DEDEDE;
	padding: 8px 12px 5px 27px;
	background: url(icon_head.gif) no-repeat top left;
	font-size: small;
	color: #666666;
}

.list ul,
.module ul {
	font-size: small;
	width: 176px !important;
	width /**/: 188px;
	overflow: hidden;
}

.list li ,
.module li {
	padding-left: 12px;
	margin-bottom: 13px;
	word-wrap: break-word;
}

div.link-note {
	margin-bottom: 28px;
	border-top: solid 1px #DEDEDE;
	border-bottom: solid 1px #DEDEDE;
	padding: 8px 12px 5px 27px;
	background: url(icon_head.gif) no-repeat top left;
	font-size: small;
}

#nifty_rss_reader 
#profile,
#syndicate,
#subscribe {
	border-bottom: solid 0px #E9E9E9;
}

#powered,
#photo {
	border-bottom: solid 0px #E9E9E9;
	padding-bottom: 28px;
}
#calendar {
	border-bottom: solid 0px #E9E9E9;
	width: 165px;
}

#calendar table {
	margin-bottom: 28px;
	width: 188px;
	font-size: x-small;	
}

#calendar caption {
	border-bottom: solid 2px #F3B817;
	padding-bottom: 5px;
	font-size: small;
	color: #666666;
	font-weight: bold;
	width: 188px;
}

#calendar th {
	padding-top: 5px;
}

#calendar th,
#calendar td {
	text-align: center;
}

/* profile */
#about div.content {
	padding: 0px 20px 0px 20px;
}

#about div.content div {
	padding: 0px 0px 24px 0px;
}

#about div.content h2 {
	position: relative;
	background: url(bg_title.gif) no-repeat center left;
	margin-bottom: 16px;
	padding: 20px 8px 16px 36px;
	font-size: medium;
	color: #000000;
	border-bottom: solid 1px #EEEEEE;
}

#about div.content {
	font-size: small;	
}

#about div.content table {
	clear:both;
}

/*20070720*/
.entry-trackback ul {
	font-size: small;
	margin: 0px 8px;
	padding : 2px 0px;
}


/* sponsord link css */
.ad_txt a
{
 color: #666666 !important;
}

div.ads dl dt.optimized a:hover {
 color: #cc9900;
}
