@charset "UTF-8";

/* body */

body {
	font-family: 'MS PGothic', 'Hiragino Kaku Gothic Pro W3', Osaka, sans-serif;
	font-size: small;
	background: url("body_back.jpg") repeat-x #FFF;
	color: #222;
	text-align: center;
	margin: 0;
	padding: 0;
	}

/* link */

a {
	text-decoration: underline;
	}

a:link, a:active, a:visited {
	color: #777;
	}

a:hover {
	color: #999;
    text-decoration: none;
	}

a:hover {
    text-decoration: none;
	}

#banner a {
	color: #FFCC00;
	text-decoration: none;
	}

#banner a:hover {
	text-decoration: underline;
	}

.sidebar h2 a,
.sidebar h2 a:visited,
.sidebar h2 a:active {
	color: #222;
	text-decoration: none;
	}

.sidebar h2 a:hover {
	color: #999;
	text-decoration: none;
	}

.content h3, .content h3 a, .content h3 a:link, .content h3 a:visited, .content h3 a:active, .content h3 a:hover,
.entry h2.date-header a:hover {
	text-decoration: none;
	color: #FFF;
	}

.content h3 a:active, .content h3 a:hover,
.entry h2.date-header a {
	text-decoration: underline;
	color: #FFF;
	}

.entry-body-text a, .entry-body-text a:link,
.entry-more a, .entry-more a:link {
	color: #777 !important;
	}

/* base */

h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	}

#header, #banner-top, #banner-body-top, #banner-bottom, a#banner-img, #main-bottom, #left div.sidebar-top, .sidebar-bottom, .module-top, .module-bottom, .content-top, .content-bottom, .date-footer, #footer, .entry-top{
	display: none;
	}

/* container */

#container {
	margin: 0 auto;
	padding: 0;
	text-align: left;
	}

/* banner */

#banner {
	height: 100px;
	background: url("banner_back.jpg") no-repeat right;
	padding: 0 15px;
	margin: 0 15px 0 0;
	}

#banner-body {
	text-align: left; 
	padding: 10px 5px 0 5px;
	margin: 0;
	}

#banner-body-bottom {
	clear: both;
	}

#banner h1 {
	text-align: left;
	font-size: large;
	font-weight: bold;
	color: #FFF;
	line-height: 120%;
	padding: 0;
	margin: 0 100px 0 0;
	}

#banner h2 {
	font-size: small;
	padding: 5px 0 0;
	margin: 0 100px 0 0;
	color: #FFF;
	}

/* main */

#main {
	line-height: 150%;
	text-align: left;
	margin: 30px 0 0 0;
	padding: 0;
    }

/* center */

#center {
	margin-right: 205px;
	margin-left: 205px;
	overflow: hidden;
	}

#about div#center {
	margin-left: 205px;
	margin-right: 0;
	overflow: hidden;
	}

#comment-preview div#center {
	width: 50%;
	margin: 0 auto;
	}

/* side */

#left {
	width: 200px;
	position: absolute;
	top: 130px;
	left: 5px;
	}

#right {
	width: 200px;
	position: absolute;
	top: 130px;
	right: 5px;
	}

#side {
	position: absolute;
	width: 200px;
	left: 5px;
	overflow: hidden;
	}

#nifty_rss_reader {
	padding: 0;
    margin: 0;
	}

.sidebar {
	padding: 0 10px;
    margin: 0;
	}

#about div.sidebar {
	padding: 0 10px;
	}

.sidebar h2 {
	font-size: small;
	font-weight: bold;
	color: #222;
	background: url("sidebar_h2.jpg") no-repeat left top #E3E3E3;
	margin: 0 0 10px 0;
	padding: 5px 5px 5px 30px;
	text-align: left;
	}

.link-note {
	font-size: small;
	line-height: 120%;
	text-align: left;
	padding: 3px 0 18px 10px;
	margin-bottom: 0;
	}

.sidebar ul {
	padding: 0 5px;
	margin: 0 0 30px 0;
	}

.sidebar li {
	font-size: small;
	text-align: left;
	line-height: 120%;
	padding: 5px 0 8px 0;
	list-style-type: none;
	}

.sidebar img {
	border: none;
    padding: 0;
	margin: 0;
	}

ul.module-list {
	background:	url("side_back.jpg") no-repeat bottom;
	margin: 10px 0 25px 0;
	padding: 0 5px 0 5px;
	}

/* qr code */

.module-qrcode {
	text-align: center;
	margin-bottom: 10px;
	}

/* fla */

.module-content object embed{
	margin: 0 0 15px 0;
	}

/* calendar */

#calendar caption {
	font-size: small;
	font-weight: bold;
	color: #222;
	background: url("sidebar_h2.jpg") no-repeat left top #E3E3E3;
	margin: 0;
	padding: 5px 5px 5px 10px;
	}

#calendar {
  	line-height: 140%;
	font-size: small;
	text-align: center;
	background:	url("side_back.jpg") no-repeat bottom;
	margin: 0 0 25px 0;
	padding: 0 5px 5px 5px;
	}

#calendar table {
	padding: 0;
	border-collapse: collapse;
	border: 0;
	width: 100%;
	}

#calendar th {
	padding: 10px 0 0 0;
	text-align: center;
	font-weight: normal;
	}

#calendar td {
	text-align: center;
	}

/* photo */

#photo, .photo {
	text-align: left;
	margin-bottom: 30px;
	}

/* powered */

#powered {
	font-size: x-small;
	line-height: 150%;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 30px;
	}

/* content */

.content {
	font-size: small;
	padding: 0;
	margin: 0 15px;
	}

.content p {
	font-size: small;
	font-weight: normal;
  	line-height: 150%;
	text-align: left;
    padding-top: 0;
    padding-bottom: 10px;
    margin: 0;
	}

.content blockquote {
    border: 1px dotted #AAA;
    width: 80%;
    text-align: left;
	font-size: small;
  	line-height: 150%;
    padding: 5px;
    margin: 0 auto;
	}

.content blockquote p {
	margin: 0;
	padding: 0;
	}

.comment-error blockquote {
    background: #FFCCCC;
	border: 1px solid #FF0000;
    width: 95%;
    margin: 0 auto;
	}

.content li {
  	line-height: 150%;
	}

h2.content-header {
	font-size: small !important;
	color: #FFF !important;
	font-weight: bold !important;
	background: url("trackback_h2.jpg") no-repeat left top !important;
	margin: 0 0 20px 0 !important;
	padding: 5px 5px 5px 38px !important;
	text-align: left !important;
	}

/* date */

.content h2 {
	text-align: right;
	font-size: small;
	color: #666;
	margin: 0 0 5px 0;
	}

.content h3 {
	font-size: small;
	color: #FFF;
	background: url("h3.jpg") no-repeat left top #373737;
	font-weight: bold;
	margin: 0 0 10px 0;
	padding: 5px 5px 5px 38px;
	}

/* entry */

.entry {
	background: url("entry_back.jpg") repeat-x bottom;
	padding: 0 0 5px 0;
	margin: 0 0 40px 0;
	line-height: 150%;
	}

.entry-body ,.entry-more {
	overflow: hidden;
	line-height: 150%;
	padding: 10px 0;
	}

.entry-trackback, .entry-comment, .comment-preview, .comment-error, #comment-preview div.comment-form {
	text-align: left;
	padding: 0;
	}

.archive-datebased, .archive-category {
	padding: 0;
	margin: 0 0 30px 0;
	}

.archive-datebased h2, .archive-category h2,
.contact-list h2, .minibio h2, .bio h2, .interests h2 {
	font-size: small;
	color: #FFF;
	font-weight: bold;
	background: url("trackback_h2.jpg") no-repeat left top;
	margin: 0 0 10px 0;
	padding: 5px 5px 5px 38px;
	text-align: left;
	}

.archive-datebased p, .archive-category p {
	font-size: small;
	font-weight: normal;
  	line-height: 150%;
	text-align: left;
	overflow: hidden;
    padding-bottom: 10px;
    margin-bottom: 0;
	}

.archive-datebased a, .archive-category a {
    padding: 0px;
    margin: 0;
	}

#about div.content {
	overflow: hidden;
	padding: 0;
	margin: 0 15px;
	}

.contact-list, .minibio, .bio, .interests {
	text-align: left;
	overflow: hidden;
	margin: 0 0 30px 0;
	}

#comment-preview div.content {
	overflow: hidden;
	padding:0;
	margin: 0 15px;
	}

.entry-body-bottom {
	clear: both;
	height: 1px;
	overflow: hidden;
	}

.entry-trackback h2, .comment-error h2,
.entry-comment h2, .comment-preview h2,
.comment-form h2, .comment-list-previous h2 {
	font-size: small;
	color: #FFF;
	font-weight: bold;
	background: url("trackback_h2.jpg") no-repeat left top #787878;
	margin: 30px 0 10px 0;
	padding: 5px 5px 5px 38px;
	text-align: left;
	}

.comment-preview h2, .comment-error h2 {
	margin: 0 0 1em;
	text-align: left;
	}

.entry p, .comment-preview p, .comment-form p, .comment-list-previous p, .archive-category2 p, .comment-error p, .contact-list p, .minibio p, .bio p, .interests p {
	color: #000000;
	font-size: small;
	font-weight: normal;
  	line-height: 150%;
	text-align: left;
    padding-top: 0;
    padding-bottom: 10px;
    margin: 0;
	}

.comment-form p {
    padding: 0;
    margin: 0 0 10px;
	}

.entry-nav {
	margin-bottom: 20px;
	}

.entry-nav p {
	font-size: x-small;
	text-align: right;
	margin-bottom: 0;
	}

.comment-form form {
    padding: 0;
	margin: 0;
	}

p.posted {
	font-size: x-small;
	border-top: 1px dotted #DDD;
	text-align: right;
	margin: 0;
	padding: 5px;
	}

.entry-trackback p.posted, .entry-comment p.posted, #comment-preview p.posted {
	padding: 5px 0 30px;
	margin: 0;
    clear: both;
	}

#comment-data {
	float: left;
	width: 160px;
	text-align: left;
	border-right: 1px dotted #999;
	padding-right: 15px;
	margin-right: 15px;
	}
	
textarea {
	font-family: 'MS PGothic', 'Hiragino Kaku Gothic Pro W3', Osaka, sans-serif;
	width: 100%;
	}

input, textarea {
	background: #FFFFFF;
	color: #000000;
	border: solid 1px #999;
	}

label input#bakecookie {
	border: none;
	background: none;
	}


/* sponsord link css */
.ad_txt a
{
 color: #000000 !important;
}

div.ads dl dt.optimized .ad_title {
 color: #f76a00 !important;
}
