@charset "utf-8";
/* body */
body {
	word-wrap: break-word;
	margin: 0px;
	padding: 0px;
	background: url("body-bg.gif") repeat top left;
	font-family: "ＭＳ Ｐゴシック", "Osaka", "ヒラギノ角ゴ Pro W3", arial, helvetica, san-serif;
	color: #FFFFFF;
	text-align: center;
}

a:link { 
	color: #CDFFB1;
	text-decoration: underline;
}
a:active { 
	color: #FFFFFF;
	text-decoration: underline;
}
a:visited { 
	color: #A8E580;
	text-decoration: underline;
}
a:hover { 
	color: #FFFFFF;
	text-decoration: underline;
}

div.link-note a,
h2 a {
	color: #FFFF00 !important;
}

h1, h2, h3, h4, h5, h6, li, p, form, embed {
	margin: 0px;
	padding: 0px;
}

#right ul, #left ul,
#right ol, #left ol {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

/*img {
	border: 0px;
}*/

/* container */
#container {
	background: url("container-bg.jpg") repeat-y 8px 0px;
	background-color: #111112;
	margin: 0px auto;
	padding: 0px 8px;
	width: 700px !important;
	width /**/: 716px;
	text-align: left;
}

/* banner */
#banner-img {
	display: none;
}

#banner {
	background: url("banner-bg.jpg") no-repeat top left;
	border-top: solid 8px #111112;
	height: 237px;
	width: 700px;
}

#banner-body {
	padding: 49px 250px 50px 20px;
}

#banner h1 {
	font-size: x-large;
	font-weight: bold;
	line-height: 125%;
	margin-bottom: 11px;
	color: #FFFF00;
}

#banner h2 {
	font-size: small;
	font-weight: normal;
	line-height: 133%;
	color:#FFFFFF;
}

#banner a {
	color: #FFFF00;
	text-decoration: none;
}

/* main */
#main {
	background: url("main-bg.jpg") no-repeat bottom left;
	padding: 0px 20px 70px 20px;
	width: 660px !important;
	width /**/: 700px;
}

#comment-preview {
	font-size: small;
}

#side {
	padding-right: 35px;
	width: 160px !important;
	width /**/: 195px;
	float: left;
	overflow: hidden;
}

#right {
	padding-left: 35px;
	width: 160px !important;
	width /**/: 195px;
	float: left;
	overflow: hidden;
}

#center {
	width: 465px;
	float: left;
	overflow: hidden;
}

#left {
	padding-right: 35px;
	width: 160px !important;
	width /**/: 195px;
	float: left;
	overflow: hidden;
}

/* entry */
#center h2 {
	position: relative;
	padding: 13px 0px 0px 0px;
	font-size: small;
	color: #CDFFB1;
}

#center h3 {
	padding: 30px 0px 30px 43px;
	background: url(content-h3.gif) no-repeat left center;
	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 {
	margin: 0px 0px 11px 0px;
	width: 465px;
	font-size: small;
}

div.entry-body {
	width: 465px;
	float: left !important;
	float /**/: none;
	line-height: 165%;
}

div.entry-body p {
	margin-bottom: 12px;
}

div.entry-more {
	width: 465px;
	float: left !important;
	float /**/: none;
	line-height: 165%;
	overflow: hidden;
}

div.entry-more p {
	margin-bottom: 12px;
}

.entry-nav {
	padding: 13px 0px 35px 0px;
	width: 465px;
	font-size: small;
	overflow: hidden;
	color: #CDFFB1;
}

.entry-nav p {
	text-align: left;
}

div.entry p.posted {
	background: url(line.gif) repeat-x left top;
	padding: 13px 0px 23px;
	margin-bottom:12px;
	line-height: normal;
	color:#CDFFB1;
	font-size: x-small;
	clear: both;
}

p.posted a {
	font-weight: bold;
}

.post-footers{
	display:block;
	padding-bottom:3px;
	margin-bottom:3px;
}

.entry blockquote {
	padding: 0px 20px;
	line-height: 150%;
}

.entry li {
	line-height: 150%;
}

/* trackback */
/* comment */
div.entry-trackback,
div.comment-list {
	width: 465px;
	margin-bottom:12px;
}

#center div.entry-trackback h2,
#center div.comment-list h2 {
	padding: 18px 0px 18px 0px;
	font-size: small;
	color:#FFFF00;
	font-weight: bold;
}

div.trackback-content,
div.comment-content {
	margin-bottom: 20px;
	width: 465px;
}

#center div.trackback-content p,
#center div.comment-list p {
	padding: 4px 0px 0px 0px;
	line-height: 150%;
}

div.comment-list-previous p.posted,
div.entry-trackback p.posted,
div.comment-content p.posted {
	background: url(clear.gif) repeat-x left top;
	margin-bottom: 0px;
	padding: 0px 0px 0px;
	line-height: normal;
	clear: both;
	color:#FFFFFF;
}


.comment-form {
	width: 465px;
}

#center div.comment-form h2 {
	padding: 18px 0px 18px 0px;
	font-size: small;
	color:#FFFF00;
	font-weight: bold;
}

#comment-preview {
	padding-left: 195px;
}

.comment-error,
.comment-preview {
	width: 465px;
	margin-bottom:12px;
}


#center div.comment-list-previous p,
#center div.comment-error p,
#center div.comment-preview p {
	padding: 4px 0px 0px 0px;
	line-height: 150%;
}

#center div.comment-list-previous h2,
#center div.comment-error h2,
#center div.comment-preview h2 {
	padding: 18px 0px 18px 0px;
	font-size: small;
	color:#FFFF00;
	font-weight: bold;
}


#center div.entry-comment {
	margin-bottom: 20px;
	width: 465px;
}


/* form */
div.comment-form form {
	position: relative;
	padding-top: 8px;
	height: 450px;
	width: 465px;
}

.comment-form form p {
	margin: 0px 0px 18px 0px;
	color:#FFFF00;
	font-weight: bold;
}

/* 20060322add */
#comment-preview div.comment-form form p.nick {
	color:#FFFFFF;
	font-weight: normal;
}

#author, #email, #url {
	background-color: #FFFFFF;
	width: 150px;
}

#comment-text-field textarea {
	background-color: #FFFFFF;
	width: 300px;
	height: 200px;
}

#comment-submit{
	text-align: center;
}

#comment-submit input{
	background-color: #FAEBED;
	border: solid 1px #7489BF;
	color: #7489BF;
}


#comment-regist {
	position: absolute;
	top: 20px;
	left: 188px;
}

#bakecookie {
	vertical-align: middle;
}

#comment-separator {
	display: none;
}

#comment-data {
	width: 175px;
}

/* archive */
.archive-datebased, .archive-category {
	margin-bottom: 12px;
	padding: 0px 0px 22px 0px;
}

#center div.archive-category h2,
#center div.archive-datebased h2 {
	padding: 18px 0px 18px 0px;
	font-size: small;
	color:#FFFF00;
	font-weight: bold;
}

.archive-datebased p, .archive-category p {
	line-height: 200%;
	font-size: small;
}

/* right&left&side */
.module, .list {
	padding: 0px 0px 20px 0px;
}

.list h2,
.module h2 {
	margin-bottom: 14px;
	padding: 20px 0px 20px 34px;
	background: url(sidebar-h2.gif) no-repeat left center;
	font-size: small;	
	color: #FFFF00;
}

.list ul,
.module ul {
	font-size: small;	
	width: 160px;
}

/* IE5/Mac \*//*/
.list ul,
.module ul {
	overflow: hidden;
}
/**/


.list li ,
.module li {
	margin-bottom: 10px;
	word-wrap: break-word;
}

div.link-note {
	padding: 23px 0px 23px 34px;
	background: url(module-h2.gif) no-repeat left center;
	font-size: small;
	font-weight: bold;
}

#nifty_rss_reader {
	margin-bottom:21px;
	padding: 23px 0px 23px 34px;
	background: url(module-h2.gif) no-repeat left center;
	font-weight: bold;
}

#powered {
	text-align:center;
	padding: 0px 0px 19px 0px;
	font-size: small;
}

#photo {
	padding: 0px 0px 21px 0px;
}

#calendar {
	padding: 13px 0px 21px 0px;
	font-size: x-small;	
}

#calendar caption {
	padding: 20px 0px 20px 34px;
	background: url(sidebar-h2.gif) no-repeat left center;
	font-size: small;	
	color: #FFFF00;
	text-align: left;
	font-weight: bold;
}

#calendar table {
	width: 160px;
}

#calendar th,
#calendar td {
	text-align: center;
	color: #CDFFB1;
}

#calendar th{
	padding-top: 14px;
}

/* profile */
#about .module ul {
	margin: 0px;
}

#about div.content div {
	margin-bottom: 12px;
	padding: 0px 0px 12px 0px;
	line-height: 150%;
}

#about div.content h2 {
	padding: 18px 0px 18px 0px;
	font-size: small;
	color:#FFFF00;
	font-weight: bold;
}

#about div.content {
	font-size: small;	
}

#about div.content table {
	clear:both;
}

*/
div.ads dl dt.optimized .ad_line,div.ads dl dt.optimized .ad_url {
	color : #FFFFFF !important;
}
