@charset "utf-8";
/* body */
body {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	font-family: "ＭＳ Ｐゴシック", "Osaka", "ヒラギノ角ゴ Pro W3", arial, helvetica, san-serif;
	text-align: center;
}

a { 
	color: #333333;
	text-decoration: underline;
}

a:hover { 
	color: #999999;
	text-decoration: underline;

}

h1, h2, h3, h4, h5, h6, li, p, form, embed {
	margin: 0px;
	padding: 0px;
}

/* 20051220 add #side ul, #side ol */
#right ul, #left ul, #side ul,
#right ol, #left ol, #side ol {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

/*img {
	border: 0px;
}*/

/* container */
#container {
	margin: 15px auto 0px auto;
	width: 780px;
	text-align: left;
}

#banner-img {
 display: none;
}

/* banner */
#banner-body {
 display: none;

}

#banner-bottom {
	padding-bottom: 10px;
}

/* main */
#side {
	background: url(bg_side.gif) repeat left top;
	width: 187px;
	float: left;
}

#right {
	background: url(bg_side.gif) repeat left top;
	width: 187px;
	float: left;
}

#center {
	margin-right: 10px;
	padding-left: 10px;
	width: 382px !important;
	width /**/: 392px;
	float: left;
}

#left {
	background: url(bg_side.gif) repeat left top;
	width: 187px;
	float: left;
}

/* entry */

#center h2 {
	background: url(data_bg.gif) no-repeat left center;
	margin: 0px 0px 15px 0px;
	padding: 9px 0px 0px 9px;
	height: 20px !important;
	height /**/: 29px;
	font-size: 12px;
	font-weight: normal;
}

#center h3 {
	margin-bottom: 12px;
	font-size: x-large;
}

/** 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: #333333;
}

.content h3 a:active, .content h3 a:hover{
	text-decoration: underline;
	color: #333333;
}

/** 20070214追加↑　**/

.entry {
	width: 350px;
	font-size: small;
	overflow: hidden;
}

div.entry-body {
	width: 330px !important;
	width /**/: 350px;
	float: left !important;
	float /**/: none;
	line-height: 150%;
	overflow: hidden;
}

div.entry-body p {
	padding-bottom: 12px;
}

div.entry-more {
	width: 330px !important;
	width /**/: 350px;
	float: left !important;
	float /**/: none;
	line-height: 150%;
	overflow: hidden;
}

div.entry-more p {
	margin-bottom: 12px;
}

.entry-nav {
	width: 330px !important;
	width /**/: 350px;
	font-size: small;
	margin-bottom: 33px;
	overflow: hidden;
}

.entry-nav p {
	text-align: left;
}

div.entry p.posted {
	margin-bottom: 30px;
	line-height: normal;
	clear: both;
}

.entry blockquote {
	padding: 0px 20px;
	line-height: 150%;
}

.entry li {
	line-height: 150%;
}


/* trackback */
.entry-trackback {
	padding-top: 25px;
	background: url(bg_head.gif) no-repeat left top;
	width: 350px;
}

#center div.entry-trackback h2 {
	background: url(clear.gif) no-repeat left center;
	margin: 0px 0px 12px 0px;
	padding: 0px;
	height: auto !important;
	font-size: x-large;
	font-weight: bold;
}

p.trackback-url {
	margin-bottom: 12px;
}

p.trackback-list-head {
	margin-bottom: 30px;
}

/* comment */
.comment-list {
	padding-top: 25px;
	background: url(bg_head.gif) no-repeat left top;
	width: 350px;
}

#center div.comment-list h2 {
	background: url(clear.gif) no-repeat left center;
	margin: 0px 0px 12px 0px;
	padding: 0px;
	height: auto;
	font-size: x-large;
	font-weight: bold;
}

#center div.comment-list p {
	margin-bottom: 12px;
	padding: 0px 10px;
	line-height: 150%;
}

#center div.comment-list p.posted {
	margin-bottom: 30px;
	padding: 0px;
	line-height: normal;
	clear: both;
}

.comment-form {
	margin-bottom: 30px;
	padding-top: 25px;
	background: url(bg_head.gif) no-repeat left top;
	width: 350px;
	font-size: small;
}

#center div.comment-form h2 {
	background: url(clear.gif) no-repeat left center;
	margin: 0px 0px 12px 0px;
	padding: 0px;
	height: auto;
	font-size: x-large;
	font-weight: bold;
}

div.comment-content {
	margin-bottom: 12px;
}

#comment-preview {
	padding-left: 180px;
}


.comment-preview {
	padding-top: 25px;
	background: url(bg_head.gif) no-repeat left top;
	width: 350px;
}

#center div.comment-preview h2 {
	background: url(clear.gif) no-repeat left center;
	margin: 0px 0px 12px 0px;
	padding: 0px;
	height: auto;
	font-size: x-large;
	font-weight: bold;
}

#center div.comment-preview p {
	margin-bottom: 12px;
	line-height: 150%;
	font-size: small;
}

#center div.comment-preview p.posted {
	margin-bottom: 30px;
	padding: 0px;
	line-height: normal;
	clear: both;
}

.comment-error {
	padding-top: 25px;
	background: url(bg_head.gif) no-repeat left top;
	width: 350px;
}

#center div.comment-error h2 {
	background: url(clear.gif) no-repeat left center;
	margin: 0px 0px 12px 0px;
	padding: 0px;
	height: auto;
	font-size: x-large;
	font-weight: bold;
}

#center div.comment-error p {
	margin-bottom: 12px;
	padding: 0px 10px;
	line-height: 150%;
	font-size: small;
}

#center div.comment-list-previous {
	padding-top: 25px;
	background: url(bg_head.gif) no-repeat left top;
	width: 350px;
}

#center div.comment-list-previous h2 {
	background: url(clear.gif) no-repeat left center;
	margin: 0px 0px 12px 0px;
	padding: 0px;
	height: auto;
	font-size: x-large;
	font-weight: bold;
}

#center div.comment-list-previous p {
	margin-bottom: 12px;
	line-height: 150%;
	font-size: small;
}

#center div.comment-list-previous p.posted {
	margin-bottom: 30px;
	padding: 0px;
	line-height: normal;
	clear: both;
}

/* form */
#comment-form-data {
	background: url(line_form.gif) no-repeat 194px 5px;
}

div.comment-form form {
	position: relative;
	padding: 3px 0px 0px 0px;
}

.comment-form form p {
	margin-bottom: 10px;
	color: #000000;
}

#author, #email, #url {
	width: 153px;
}

#comment-text-field textarea {
	width: 300px;
}

#comment-submit{
	margin-top: 6px;
	text-align: center;
}

#comment-regist {
	position: absolute;
	top: 13px;
	left: 214px;
}

#bakecookie {
	vertical-align: middle;
}

#comment-separator {
	display: none;
}

/* archive */
.archive-datebased, .archive-category {
	margin-bottom: 30px;
	padding-top: 25px;
	background: url(bg_head.gif) no-repeat left top;
	width: 350px;
}

#center div.archive-datebased h2 {
	background: url(clear.gif) no-repeat left center;
	margin: 0px 0px 12px 0px;
	padding: 0px;
	height: auto;
	font-size: x-large;
	font-weight: bold;
}

#center div.archive-category h2 {
	background: url(clear.gif) no-repeat left center;
	margin: 0px 0px 12px 0px;
	padding: 0px;
	height: auto;
	font-size: x-large;
	font-weight: bold;
}

.archive-datebased p, .archive-category p {
	line-height: 165%;
	font-size: small;
}


/* right&left&side */
div.sidebar-top {
	background: url(side_top.gif) no-repeat left top;
	height: 18px;
	width: 187px;
}

div.sidebar-bottom {
	background: url(side_bottom.gif) no-repeat left bottom;
	height: 18px;
	width: 187px;
}

.module, .list {
	margin-bottom: 18px;
	padding: 0px 10px 0px 10px;
}

.module h2,
.list h2 {
	background: url(ico_head.gif) no-repeat 0px 2px;
	margin-bottom: 8px;
	padding-left: 9px;
	font-weight: normal;
	font-size: x-small;	
}

#nifty_rss_reader {
	background: url(ico_head.gif) no-repeat 0px 2px;
	margin-left: 10px;
	margin-bottom: 8px;
	padding-left: 9px;
	font-weight: normal;
	font-size: x-small;	
}

.module ul,
.list ul {
	width: 167px;
	font-size: x-small;	
	overflow: hidden;
}

.module li,
.list li{
	background: url(ico_list.gif) no-repeat 7px 2px;
	text-indent: 12px;
	margin-bottom: 8px;
	padding-left: 7px;
	word-wrap: break-word;
}

#calendar {
	padding: 0px 10px 18px 10px;
	font-size: x-small;
	overflow: hidden;
}

#calendar table {
	width:160px;
}

#calendar caption {
	text-align: center;
}

#calendar td {
	text-align: center;
}

#profile div.link-note,
#syndicate div.link-note,
#subscribe div.link-note {
	background: url(ico_head.gif) no-repeat 0px 2px;
	margin-bottom: 8px;
	padding-left: 9px;
	font-weight: normal;
	font-size: x-small;	
}

#powered {
	margin-bottom: 8px;
}

/* 20051220 add */

.contact-list h2, .minibio h2, .bio h2, .interests h2{
	line-height:100%;
}

.contact-list, .minibio, .bio, .interests{
	width: 350px;
	font-size: small;
	line-height: 150%;
	padding:0px;
	margin-bottom: 18px;
	overflow: hidden;
}

.contact-list p, .minibio p, .bio p, .interests p {
	margin-bottom: 12px;
}


div#widget-cocolog_SearchPhrase div.module{
	padding-left:0;
	padding-right:0;
}