@charset "utf-8";
/* body */
body {
	word-wrap: break-word;
	margin: 0px;
	padding: 0px;
	background: url("bg_body.gif") repeat top left;
	background-color: #ffffff;
	font-family: "ＭＳ Ｐゴシック", "Osaka", "ヒラギノ角ゴ Pro W3", arial, helvetica, san-serif;
	color: #ffffff;
	text-align: center;
}

a:link { 
	color: #ffffff;
	text-decoration: none;
}
a:active { 
	color: #ffffff;
	text-decoration: none;
}
a:visited { 
	color: #ffffff;
	text-decoration: none;
}
a:hover { 
	color: #ffffff;
	text-decoration: underline;
}

div.link-note a,
h2 a {
	color: #ffffff !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;
}

/* container */
#container {
	background: url("bg_container.gif") no-repeat top center;
}

/* banner */
#banner-img {
	display: none;
}

#banner {
	margin: 0px auto;
	height: 338px;
	width: 660px;
	text-align: left;
}

#banner-body {
	padding: 36px 300px 0px 0px;
}

#banner h1 {
	font-size: x-large;
	font-weight: bold;
	line-height: 125%;
	margin-bottom: 7px;
	color: #ffffff;
}

#banner h2 {
	font-size: small;
	font-weight: normal;
	line-height: 133%;
	color:#ffffff;
}

#banner a {
	color: #ffffff;
	text-decoration: none;
}

/* main */
#main {
	margin: 0px auto;
	padding: 0px 20px 0px 20px;
	width: 660px !important;
	width /**/: 700px;
	text-align: left;
}

#comment-preview {
	font-size: small;
}

#side {
	padding-right: 40px;
	width: 160px !important;
	width /**/: 200px;
	float: left;
	overflow: hidden;
}

#right {
	padding-left: 40px;
	width: 160px !important;
	width /**/: 200px;
	float: left;
	overflow: hidden;
}

#center {
	width: 460px;
	float: left;
	overflow: hidden;
}

#left {
	padding-right: 40px;
	width: 160px !important;
	width /**/: 200px;
	float: left;
	overflow: hidden;
}

/* entry */
#center h2 {
	padding: 0px 0px 19px 0px;
	font-size: small;
	color: #ffffff;
}

#center h3 {
	background: url("icn_title.gif") no-repeat left top;
	padding: 12px 0px 25px 55px;
	font-size: x-medium;
	color: #ffffff;
}

.entry {
	margin: 0px;
	width: 460px;
	font-size: small;
}

/* IE5/Mac \*//*/
.entry {
	overflow: hidden;
}
/**/

div.entry-more,
div.entry-body {
	width: 460px;
	float: left !important;
	float /**/: none;
	line-height: 165%;
}

div.entry-more p,
div.entry-body p {
	margin-bottom: 12px;
}

.entry-nav {
	padding: 0px 0px 28px 0px;
	font-size: small;
	color: #ffffff;
}

.entry-nav p {
	text-align: left;
}

div.entry p.posted {
	background: url("lin_post.gif") repeat-x top left;
	padding: 12px 0px 0px;
	margin-bottom: 36px;
	line-height: normal;
	color:#ffffff;
	text-align: left;
	font-size: 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: 460px;
}

#center div.entry-trackback h2,
#center div.comment-list h2 {
	background: url("icn_head.gif") no-repeat left center;
	margin-bottom: 5px;
	padding: 17px 0px 17px 50px;
	font-size: small;
}

#center div.entry-trackback p,
#center div.comment-list p {
	margin-bottom: 12px;
	line-height: 150%;
}

#center div.entry-trackback p.trackback-list-head {
	margin-bottom: 36px;
}

div.trackback-content,
div.comment-content {
	margin: 0px;
	padding: 0px;
	width: 460px;
}

#center div.entry-trackback p.posted,
#center div.comment-content p.posted,
#center div.comment-list-previous p.posted {
	background: url("lin_post.gif") repeat-x top left;
	padding: 12px 0px 0px;
	margin-bottom: 36px;
	line-height: normal;
	color:#ffffff;
	text-align: left;
	font-size: small;
	clear: both;
}

.comment-form {
	width: 460px;
}

#center div.comment-form h2 {
	background: url("icn_head.gif") no-repeat left center;
	margin-bottom: 5px;
	padding: 17px 0px 17px 50px;
	font-size: small;
}

.comment-error,
.comment-preview {
	width: 460px;
	margin-bottom:12px;
}


#center div.comment-list-previous p,
#center div.comment-error p,
#center div.comment-preview p {
	margin-bottom: 12px;
	line-height: 150%;
}

#center div.comment-list-previous h2,
#center div.comment-error h2,
#center div.comment-preview h2 {
	background: url("icn_head.gif") no-repeat left center;
	margin-bottom: 5px;
	padding: 17px 0px 17px 50px;
	font-size: small;
}


#center div.entry-comment {
	margin-bottom: 20px;
	width: 460px;
}


/* form */
div.comment-form form {
	position: relative;
	height: 450px;
	width: 460px;
}

.comment-form form p {
	margin: 0px 0px 18px 0px;
}

#author, #email, #url {
	border: solid 1px #cccccc;
	background-color: #FFFFFF;
	width: 150px;
}

#comment-text-field textarea {
	border: solid 1px #cccccc;
	background-color: #FFFFFF;
	width: 300px;
	height: 200px;
}

#comment-data {
	border-right: dotted 1px #ffffff;
	width: 175px;
}

#comment-submit{
	text-align: center;
}



#comment-regist {
	position: absolute;
	top: 10px;
	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 {
	background: url("icn_head.gif") no-repeat left center;
	margin-bottom: 5px;
	padding: 17px 0px 17px 50px;
	font-size: small;
}

.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: 17px;
	font-size: small;	
	color: #ffffff;
}

.list ul,
.module ul {
	font-size: small;	
	width: 160px;
}

/* IE5/Mac \*//*/
.list ul,
.module ul {
	overflow: hidden;
}
/**/


.list li ,
.module li {
	margin-bottom: 14px;
	word-wrap: break-word;
}

div.link-note {
	margin-bottom: 14px;
	font-size: small;
	font-weight: bold;
}

#nifty_rss_reader {
	margin-bottom: 35px;
	font-weight: bold;
}

#powered {
	text-align:center;
	padding: 0px 0px 35px 0px;
	font-size: small;
}

#photo {
	padding: 0px 0px 35px 0px;
}

#calendar {
	padding: 0px 0px 27px 0px;
	font-size: x-small;	
}

#calendar caption {
	font-size: small;	
	color: #ffffff;
	font-weight: bold;
	text-align: left;
}

#calendar table {
	width: 160px;
}

#calendar th,
#calendar td {
	padding: 5px 0px;
	text-align: center;
}

/* 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 {
	background: url("icn_head.gif") no-repeat left center;
	margin-bottom: 5px;
	padding: 17px 0px 17px 50px;
	font-size: small;
}

#about div.content {
	font-size: small;	
}

#about div.content table {
	clear:both;
}

.ad_url a
{
 color: #cc8000 !important;
}

/* 2009/10/06 */
div.ads dl dt.optimized a:hover {
        background-color: #6699cc;
}

div.ads dl dt.optimized .ad_url {
        color: #e52428 !important;
}
