@charset "utf-8";
/* body */
body {
	word-wrap: break-word;
	margin: 0px;
	padding: 0px;
	background: url(bg_body.gif) no-repeat top center;
	background-color: #000700;
	font-family: "ＭＳ Ｐゴシック", "Osaka", "ヒラギノ角ゴ Pro W3", arial, helvetica, san-serif;
	color: #FFFFFF;
	text-align: center;
}

a:link { 
	color: #FFFFFF;
	text-decoration: underline;
}
a:active { 
	color: #E1E1E1;
	text-decoration: underline;
}
a:visited { 
	color: #B0B0B0;
	text-decoration: underline;
}
a:hover { 
	color: #E1E1E1;
	text-decoration: underline;
}

h1, h2, h3, h4, h5, h6, li, p, form, embed {
	margin: 0px;
	padding: 0px;
}

h1, h2, h3, h4, h5, h6, caption {
	color: #F05100;
}


h2 a:active, div.link-note a:active,
h2 a:visited, div.link-note a:visited,
h2 a:link, div.link-note a:link {
	color: #F05100;
	text-decoration: underline;
}

h2 a:hover, div.link-note a:hover {
	color: #F05100;
	text-decoration: none;
}

#side ul, #side ul,
#right ul, #left ul,
#right ol, #left ol {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

/*img {
	border: 0px;
}*/

/* container */
/* banner */
#banner-img {
	display: none;
}

#banner {
	background: url(bg_banner.jpg) no-repeat top center;
}

#banner-body-top {
	float: left;
	width: 1px;
	height: 230px;
}

#banner-body {
	width: 520px !important;
	width /**/: 720px;
	margin: 0px auto 0px auto;
	padding: 95px 200px 30px 0px;
	text-align: left;
}

#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%;
}

/* main */
#main {
	background: url(bg_main.gif) repeat-y top center;
	margin: 0px auto 0px auto;
	text-align: left;
	width: 800px;
}

#comment-preview {
	font-size: small;
}

#side {
	width: 200px;
	padding-top: 40px;
	float: left;
	overflow: hidden;
}

#right {
	width: 200px;
	padding-top: 40px;
	float: left;
	overflow: hidden;
}

#center {
	width: 400px;
	padding-top: 40px;
	float: left;
	overflow: hidden;
}

#left {
	width: 200px;
	padding-top: 40px;
	float: left;
	overflow: hidden;
}

/* entry */
#center h2 {
	margin: 0px 20px;
	padding: 8px 8px 3px 0px;
	font-size: small;
}

#center h3 {
	position: relative;
	background: url(icn_title.gif) no-repeat center left;
	margin: 0px 20px;
	padding: 20px 8px 16px 42px;
	font-size: medium;
	line-height: 125%
}

/** 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: #F05100;
}

.content h3 a:active, .content h3 a:hover{
	text-decoration: underline;
	color: #F05100;
}

h2.content-header {
	margin-bottom: 15px !important;
}

/** 20070214追加↑　**/

.entry {
	width: 400px;
	overflow: hidden;
}

div.entry-body,
div.entry-more {
	padding: 0px 20px 0px 20px;
	width: 360px !important;
	width /**/: 400px;
	float: left !important;
	float /**/: none;
	line-height: 160%;
	overflow: hidden;
	font-size: small;
	margin-right: -3px;
}

div.entry-body p,
div.entry-more p {
	padding-bottom: 16px;
}

div.entry-body ul, div.entry-body ol,
div.entry-more ul, div.entry-more ol {
	padding-bottom: 16px;
}

.entry-nav {
	margin: 0px 20px 30px 20px;
	font-size: small;
	overflow: hidden;
}

.entry-nav p {
	text-align: left;
}

div.entry p.posted {
	margin: 0px 20px 40px 20px;
	padding: 0px;
	font-size: x-small;
	line-height: 150%;
	clear: both;
}

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 {
	padding: 0px 20px 0px 20px;
	width: 360px !important;
	width /**/: 400px;
}

#center div.entry-trackback h2 {
	position: relative;
	margin: 0px 0px 16px 0px;
	padding: 20px 8px 6px 0px;
	font-size: small;
}

#center div.entry-trackback p {
	margin-bottom: 11px;
	font-size: small;
}

#center div.entry-trackback p.posted {
	margin: 0px 0px 28px 0px;
	font-size: x-small;
	line-height: normal;
	clear: both;
}

/* comment */
#center div.comment-list {
	padding: 0px 20px 0px 20px;
	width: 360px !important;
	width /**/: 400px;
}

#center div.comment-list h2 {
	position: relative;
	margin: 0px 0px 16px 0px;
	padding: 20px 8px 6px 0px;
	font-size: small;
}

#center div.comment-list p {
	margin-bottom: 11px;
	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 {
	margin: 0px 0px 28px 0px;
	font-size: x-small;
	line-height: normal;
	clear: both;
}

.comment-form {
	padding: 0px 20px 0px 20px;
	width: 360px !important;
	width /**/: 400px;
}

#center div.comment-form h2 {
	position: relative;
	margin: 0px 0px 16px 0px;
	padding: 6px 8px 6px 0px;
	font-size: small;
}

#comment-preview {
	padding-left: 200px;
}

#center div.comment-error,
#center div.comment-preview,
#center div.comment-list-previous {
	padding: 0px 20px 0px 20px;
	width: 360px !important;
	width /**/: 400px;
}

#center div.comment-error h2,
#center div.comment-preview h2,
#center div.comment-list-previous h2 {
	position: relative;
	margin: 0px 0px 16px 0px;
	padding: 20px 8px 6px 0px;
	font-size: small;
}

#center div.comment-error p,
#center div.comment-error blockquote,
#center div.comment-preview p,
#center div.comment-list-previous p {
	padding-bottom: 16px;
}

#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 {
	padding-bottom: 16px;
}

#center div.comment-error p.posted ,
#center div.comment-preview p.posted ,
#center div.comment-list-previous p.posted {
	margin: 0px 0px 16px 0px;
	font-size: x-small;
	line-height: normal;
	clear: both;
}


/* form */
div.comment-form form {
	position: relative;
}

.comment-form form p {
	margin: 0px 0px 18px 0px;
	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-regist {
	position: absolute;
	top: 0px;
	left: 188px;
}

#bakecookie {
	vertical-align: middle;
}

#comment-separator {
	display: none;
}

/* archive */
.archive-datebased, .archive-category {
	padding: 0px 20px 20px 20px;
	width: 360px !important;
	width /**/: 400px;
}

#center div.archive-category h2,
#center div.archive-datebased h2 {
	position: relative;
	margin: 0px 0px 10px 0px;
	padding: 0px 8px 6px 0px;
	font-size: small;
}

.archive-datebased p, .archive-category p {
	margin-bottom: 12px;
	padding: 0px;
	font-size: small;
	line-height: 165%;
}

/* right&left&side */
.module, .list {
	margin: 0px 20px 12px 20px;
	padding: 0px;
}

.list h2,
.module h2 {
	margin-bottom: 15px;
	padding: 8px 12px 5px 0px;
	font-size: small;
}

.list ul,
.module ul {
	font-size: small;
	width: 160px;
	overflow: hidden;
}

.list li ,
.module li {
	margin-bottom: 13px;
	word-wrap: break-word;
}

div.link-note {
	margin-bottom: 28px;
	padding: 8px 12px 5px 0px;
	font-size: small;
}

#nifty_rss_reader {
	margin: 0px 20px 15px 20px;
	padding: 8px 12px 5px 0px;
}

#powered,
#photo {
	padding-bottom: 28px;
}

#calendar {
	padding-top: 7px;
 	width: 165px;
	color: #FFFFFF;
}

#calendar table {
	margin-bottom: 28px;
	width: 176px;
	font-size: x-small;	
}

#calendar caption {
	padding-bottom: 5px;
	font-size: small;
	font-weight: bold;
	width: 176px;
	text-align: left;
}

#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;
	margin: 0px 0px 10px 0px;
	padding: 0px 8px 6px 0px;
	font-size: small;
}

#about div.content {
	font-size: small;	
}

#about div.content table {
	clear:both;
}



/* sponsord link css */
.ad_txt a
{
 color: #FFFFFF !important;
}

/* comment&trackback h2 release */
#center div.entry-body-bottom {
    clear: both;
}

#widget-cocolog_SearchPhrase .module{
margin: 0px 0px 0px 0px;
}

/* new Sponsored Link style */
div.ads dl dt.optimized span.ad_line {
        color: #B0B0B0;
}
