@charset "utf-8";
/* body */
body {
	margin: 0px;
	padding: 0px;
	background: url(bg_body.jpg) no-repeat top center;
	background-color: #000816;
	font-family: "ＭＳ Ｐゴシック", "Osaka", "ヒラギノ角ゴ Pro W3", arial, helvetica, san-serif;
	color: #C1E1FF;
	text-align: center;
}

a { 
	color: #7FEEFF;
	text-decoration: none;
}

a:hover { 
	color: #7FEEFF;
	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: url(bg_container.jpg) repeat-y top center;
	margin: 0px auto;
	padding: 0px;
	width: 800px;
	text-align: left;
}

/* banner */
#banner-img {
	display: none;
}

#banner {
	position: relative;
	background: url(bg_banner.jpg) no-repeat top left;
	width: 800px;
	height: 149px;
	overflow: auto;
}

#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;
	color: #FFFFFF;
}

#banner h2 {
	font-size: x-small;
	font-weight: normal;
	line-height: 150%;
	color: #FFFFFF;
}

#banner a {
	color: #FFFFFF;
}

/* main */

#main {
	background: url(bg_main.jpg) no-repeat top center;
	width: 800px;
	padding-top: 24px;
}
#comment-preview {
	font-size: small;
}

#side {
	padding: 0px 9px 0px 24px;
	width: 176px !important;
	width /**/: 209px;
	float: left;
	overflow: hidden;
}

#right {
	padding: 0px 9px 0px 24px;
	width: 176px !important;
	width /**/: 209px;
	float: left;
	overflow: hidden;
}

#center {
	width: 591px;
	float: left;
	overflow: hidden;
}

#left {
	padding: 0px 9px 0px 24px;
	width: 176px !important;
	width /**/: 209px;
	float: left;
	overflow: hidden;
}

/* entry */
#center h2 {
	padding: 6px 8px 6px 19px;
	font-size: small;
	color: #FFFFFF;
}

#center h3 {
	position: relative;
	padding: 20px 8px 16px 19px;
	font-size: medium;
	color: #FFFFFF;
}

/** 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: #FFFFFF;
}

.content h3 a:active, .content h3 a:hover{
	text-decoration: underline;
	color: #FFFFFF;
}

/** 20070214追加↑　**/

.entry {
	width: 572px;
	overflow: hidden;
}

div.entry-body,
div.entry-more {
	padding: 10px 0px 0px 19px;
	width: 553px !important;
	width /**/: 572px;
	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 {
	padding: 10px 0px 10px 19px;
	width: 553px !important;
	width /**/: 572px;
	font-size: small;
	overflow: hidden;
}

.entry-nav p {
	text-align: left;
}

div.entry p.posted {
	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: 572px;
}

#center div.entry-trackback h2 {
	position: relative;
	margin-bottom: 16px;
	padding: 20px 8px 16px 19px;
	font-size: medium;
	color: #FFFFFF;
}

#center div.entry-trackback p {
	margin: 0px 0px 23px 0px;
	padding: 0px 0px 0px 19px;
	font-size: small;
}

/*20070720*/

#center div.entry-trackback li{
	font-size: small;
	padding: 0px 0px 0px 19px;
}

/*20070720*/


/* comment */
#center div.comment-list {
	padding-top: 16px;
	width: 572px;
}

#center div.comment-list h2 {
	position: relative;
	margin-bottom: 16px;
	padding: 20px 8px 16px 19px;
	font-size: medium;
	color: #FFFFFF;
}

#center div.comment-list p {
	background: url(clear.gif) no-repeat left top;
	border-left: solid 0px #E5D79C;
	margin-bottom: 9px;
	padding: 0px 0px 0px 19px;
	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;
}

.comment-form {
	padding: 16px 0px 0px 19px;
	width: 553px !important;
	width /**/: 572px;
}

#center div.comment-form h2 {
	position: relative;
	margin-bottom: 16px;
	padding: 20px 8px 16px 0px;
	font-size: medium;
	color: #FFFFFF;
}

#comment-preview {
	padding-left: 208px;
}

#center div.comment-error,
#center div.comment-preview,
#center div.comment-list-previous {
	padding: 16px 0px 0px 19px;
	width: 553px !important;
	width /**/: 572px;
}

#center div.comment-error h2,
#center div.comment-preview h2,
#center div.comment-list-previous h2 {
	position: relative;
	margin-bottom: 16px;
	padding: 20px 8px 16px 0px;
	font-size: medium;
	color: #FFFFFF;
}

#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 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: 22px;
	font-size: x-small;
	line-height: normal;
	clear: both;
	color: #867977;
	text-align: right;
}


/* 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-submit input {
	border: solid 1px #7FEEFF;
	background-color: #1A212E;
	color: #7FEEFF;
}

#comment-regist {
	position: absolute;
	top: 0px;
	left: 188px;
}

#bakecookie {
	vertical-align: middle;
}

#comment-separator {
	display: none;
}

/* archive */
.archive-datebased, .archive-category {
	padding: 16px 0px 20px 19px;
	width: 344px !important;
	width /**/: 363px;
}

#center div.archive-category h2,
#center div.archive-datebased h2 {
	position: relative;
	margin-bottom: 16px;
	padding: 0px 8px 16px 0px;
	font-size: medium;
	color: #FFFFFF;
}

.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;
	padding: 8px 12px 5px 0px;
	font-size: small;
	color: #FFFFFF;
}

.list ul,
.module ul {
	font-size: small;
	width: 176px;
	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-bottom: 15px;
	padding: 8px 12px 5px 0px;
}

#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;
	color: #FFFFFF;
}

#calendar table {
	margin-bottom: 28px;
	width: 176px;
	font-size: x-small;	
}

#calendar caption {
	padding-bottom: 5px;
	font-size: small;
	color: #FFFFFF;
	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-bottom: 16px;
	padding: 20px 8px 16px 0px;
	font-size: medium;
	color: #FFFFFF;
}

#about div.content {
	font-size: small;	
}

#about div.content table {
	clear:both;
}



/* sponsord link css */
.ad_txt a
{
 color: #C1E1FF !important;
}

.ad_url a
{
 color: #cc8000 !important;
}
/*ad*/
/*
div.ads{
	padding:10px 0 0 19px;
	}
*/
div.ads dl dt.optimized a,div.ads dl dt.optimized a:hover{
	border: none;
}
div.ads dl dt.optimized a:hover{
	background:none;
	}
div.ads dl dt.optimized .ad_line,div.ads dl dt.optimized .ad_url {
	color : #C1E1FF;
}

