@charset "utf-8";

/* body xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
body {
	margin: 0px;
	padding: 0px;
	font-family: 'MS PGothic', 'Hiragino Kaku Gothic Pro W3', Osaka, sans-serif;
	color:#333333;
	word-wrap: break-word;
	font-weight: normal;
	font-size: small;
	background: #E8F4FD url("body-bg.gif") repeat-x center top;
	}

/* link xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
a:link, a:active, a:visited {
	color: #0D76A9;
}

a:hover {
	color: #0D76A9;
	text-decoration:none
}

#banner a:link, #banner a:active, #banner a:visited {
	color: #333399;
	text-decoration:none
}

#banner a:hover { 
	color: #333399;
	text-decoration: underline;
}

/* base xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
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: none;
	}


/* container xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
#container {
	line-height: 140%;
	margin: 0px auto;
	text-align: left;
	padding: 0px;
	width: 900px;
	}

/* banner xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
#banner-img {
	display: none;
}

#banner {
	margin: 0px;
	padding: 0px;
	width: 900px;
	height: 240px;
	background: url("banner.gif") no-repeat left top;
}

#banner h1 {
	padding:90px 85px 0px 85px;
	margin:0px;
	font-size:x-large;
	font-weight: bold;
	color:#333399;
	text-align: left;
	line-height: 120%;
}

#banner h2 {
	padding:5px 85px 0px 85px;
	margin:0px;
	font-size: small;
	font-weight: normal;
	text-align: left;
}

/* main xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
#main {
	margin: 0px;
	padding: 0px 38px;
	background: url("main.gif") no-repeat left top;
}

#right, #left, #side{
	width: 207px;
	float: left;
	overflow: hidden;
}

#center {
	width: 410px;
	float: left;
	overflow: hidden;
}

#footer {
	height: 148px;
	background: url("footer.gif") no-repeat center top;
}

/* sidebar xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
.sidebar {
	margin: 0px 11px;
	padding: 0px;
	overflow:hidden;
}

.sidebar h2 {
	font-size: small;
	font-weight: bold;
	text-align: left;
	padding: 22px 13px 15px 30px;
	margin: 0px;
	line-height: normal;
	color: #333399;
	}
	
.link-note {
	font-size: small;
	text-align: left;
	line-height: normal;
	padding: 22px 13px 22px 30px;
	margin: 0px;
	background: url("module-bottom.gif") no-repeat left bottom;
	}

.sidebar li {
	padding: 0px 0px 10px;
	font-size: small;
	text-align: left;
	line-height: 130%;
	list-style-type: none;
	}
	
.module-body {
	padding: 0px 13px 0px 12px;
	margin: 0px;
	background: url("module-bg.gif") repeat-y left top
}

.module {
	padding: 0px;
	margin: 0px 0px 10px;
	background: url("module-top.gif") no-repeat left top
}

.sidebar ul {
	width: 160px;
	overflow: hidden;
}

.module-bottom {
	padding: 0px;
	margin: 0px;
	width: 185px;
	height: 10px;
	background: url("module-bottom.gif") no-repeat left top;
}

#photo {
	background:none;
	}
	
#powered {
	background:none;
	}
	
#left div.sidebar-bottom {
	width: 185px;
	height: 990px;
	background: url("left-haikei.gif") no-repeat center top;
}

#right div.sidebar-bottom {
	width: 185px;
	height: 990px;
	background: url("left-haikei.gif") no-repeat center top;
}

/* entry xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
.content {
	margin: 0px 12px;
	padding: 0px;
}

.content p {
	font-size: small;
	font-weight: normal;
  	line-height: 150%;
	text-align: left;
	padding: 0px 0px 10px;
	}

.content blockquote {
	font-size: small;
  	line-height: 150%;
	border: 1px dashed #CCCCCC;
    padding: 8px 8px 0px;
    margin: 15px 0px;
	background-color:#F0F0F0;           
	}

.content li {
  	line-height: 150%;
	}

.content h2 {
	font-size: small;
	font-weight: bold;
	text-align: left;
	padding: 7px 13px 0px 0px;
	margin: 0px;
	line-height: 100%;
	text-align: right;
	color: #0D76A9;
	background: url("entry-top-h2.gif") no-repeat left top;
	}
	
.entry {
	margin: 0px;
	padding: 0px 13px;
	overflow:hidden;
	background: url("entry-bg.gif") repeat-y left top;
}

.entry-top {
	margin: 0px;
	padding: 0px;
	width: 386px;
	height: 80px;
	background: url("entry-top.gif") no-repeat left top;
}

.entry-bottom {
	margin: 0px;
	padding: 0px;
	width: 386px;
	height: 100px;
	background: url("entry-bottom.gif") no-repeat left top;
}

.entry h3 {
	font-size: large;
	text-align: left;
	font-weight: bold;
	padding: 18px 0px 38px 48px;
	margin: 0px;
	line-height: normal;
	color: #333399;
	background: url("entry-title.gif") no-repeat left top;
}

/** 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: #333399;
}

.content h3 a:active, .content h3 a:hover{
	text-decoration: underline;
	color: #333399;
}

h2.content-header {
	padding: 0px 0px 30px;
	}

/** 20070214追加↑　**/

.entry-body, .entry-more{
	width: 360px;
	margin: 0px;
	padding: 0px;
	overflow:hidden;
}

.entry-body-text, .entry-more-text  {
	margin: 0px;
	padding: 0px;
	overflow:hidden;
}
	
div.entry p.posted, div.entry-comment p.posted, div.entry-trackback p.posted {
	font-size: small;
	text-align: left;
	line-height: normal;
	padding: 12px 0px 40px;
	margin:0px;
	clear: both;
	border-top: dashed 1px #CCCCCC;
	}
		
.entry-nav {
	padding:0px;
	margin-bottom:20px;
	width: 386px;
	background: url("entry-nav.gif") no-repeat left top;
}

.entry-nav p {
	padding:20px 13px;
	margin: 0px;
	text-align: left;
	background: url("entry-nav-bottom.gif") no-repeat left bottom;
}

.entry-trackback, .entry-comment, .archive-datebased, .archive-category {
	padding: 0px;
	margin: 0px;
	}

.archive-category h2, #about div.content h2, .comment-form h2 {
	font-size:large;
	text-align: left;
	font-weight: bold;
	padding: 18px 0px 38px 48px;
	margin: 40px 0px 0px;
	line-height: normal;
	color: #333399;
	background: url("entry-title.gif") no-repeat left top;
}

.entry-trackback h2, .entry-comment h2, .comment-preview h2,  .archive-datebased h2,  .comment-error h2, #about div.contact-list h2 {
	font-size:large;
	text-align: left;
	font-weight: bold;
	padding: 18px 0px 38px 48px;
	margin: 0px;
	line-height: normal;
	color: #333399;
	background: url("entry-title.gif") no-repeat left top;
}

p.trackback-list-head {
	margin: 0px 0px 30px;
}

/* profile xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
.archive-category, .archive-datebased {
	padding: 0px 0px 110px;
	margin: 0px;
	background: #FFFFFF url("entry-bottom.gif") no-repeat left bottom;
}

.archive-category p, .archive-datebased p {
	padding: 0px 13px;
	margin: 0px;
	background: url("entry-bg.gif") repeat-y left top;
}

.archive-category h2 {
	font-size:large;
	text-align: left;
	font-weight: bold;
	padding: 100px 0px 38px 61px;
	margin: 40px 0px 0px;
	line-height: normal;
	color: #333399;
	background: url("archived.gif") no-repeat left top;
}

.archive-datebased h2 {
	font-size:large;
	text-align: left;
	font-weight: bold;
	padding: 100px 0px 38px 61px;
	margin: 0px 0px 0px;
	line-height: normal;
	color: #333399;
	background: url("archived.gif") no-repeat left top;
}


/* profile xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
#about div.content-top {
	padding: 40px 0px;
	margin: 0px 12px;
	background: url("entry-top.gif") no-repeat left top;
}

#about div.content-bottom{
	padding: 35px 0px;
	margin: 0px 12px;
	background: url("entry-bottom.gif") no-repeat left top;
}

#about div.content {
	padding: 0px 13px;
	margin: 0px 12px;
	background: url("entry-bg.gif") repeat-y left top;
}

.bio-body {
	width: 360px;
	overflow: hidden;
}

/* calendar xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
#calendar {
	padding: 0px 10px 20px;
	margin: 0px 0px 10px;
	background: url("calendar.gif") no-repeat left top;
}

#calendar table {
	width:165px;
	height:140px;
	font-size: 10px;
}

#calendar caption {
	padding: 18px 0px 0px;
	margin: 0px;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	color: #333399;
}

#calendar th {
	padding: 0px;
	margin: 0px;
	font-weight: normal;
	text-align: center;
	font-weight: bold;
	color: #4DA6D1;
}

#calendar td {
	padding: 0px;
	margin: 0px;
	text-align: center;
}
	
/* form xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
	
.comment-form form {
    padding: 0px;
	margin: 0px;
	width: 355px;
}

div#comment-data {
	width: 170px;
	float: left;
	padding-right: 15px;
	margin-right: 15px;
	text-align: left;
	display:block;
	border-right: dashed 1px #7D7D7D;
}

.comment-form p {
    padding:0px;
    margin:0px 0px 10px;
	font-size: small;
}

#author, #email, #url {
	border: solid 1px #7D7D7D;
	background-color: #FFFFFF;
	width: 150px;
}

#comment-text-field textarea {
	border: solid 1px #7D7D7D;
	background-color: #FFFFFF;
	width: 355px;
	height: 150px;
}

#comment-submit{
	padding-bottom: 40px;
	text-align: center;
}

#comment-submit input {
	border: solid 1px #333399;
	background-color: #333399;
	color: #FFFFFF;
}

#bakecookie {
	position:relative;
	top: 3px;
}

/* comment-error xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
#comment-preview {
	padding-left: 219px;
}

#comment-preview div.content-top {
	padding: 40px 0px;
	margin: 0px 12px;
	background: url("entry-top.gif") no-repeat left top;
}

#comment-preview div.content-bottom{
	padding: 35px 0px;
	margin: 0px 12px;
	background: url("entry-bottom.gif") no-repeat left top;
}

#comment-preview div.content {
	padding: 0px 13px;
	margin: 0px 12px;
	background: url("entry-bg.gif") repeat-y left top;
}

.comment-error blockquote {
	font-size: small;
  	line-height: 150%;
	border: 1px dashed #CCCCCC;
    padding: 8px 8px 8px;
    margin: 15px 0px;
	background-color:#F0F0F0;  
}

/* news xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */

#news {
    padding: 0px;
    margin: 0px 11px 10px;
	font-size: x-small;
	line-height:150%;
	background: url("news-bg.gif") repeat-y left top;
}

#news h2 {
    padding: 0px;
    margin: 0px;
	width: 185px;
	height: 44px;
	background: url("news-top.gif") no-repeat left top;
	text-indent: -9999px;
}

#news h2 a {
    padding: 0px;
    margin: 0px;
	width: 185px;
	height: 44px;
	background: url("news-top.gif") no-repeat left top;
	display: block; 
}

#news div.module {
    padding: 0px;
    margin: 0px;
}

#news ul {
    padding: 0px 0px 20px;
    margin: 0px;
	background: url("news-bottom.gif") no-repeat left bottom;
}

#news li {
	text-align: center;
}

#news p {
	text-align: left;
    padding: 0px 0px 0px 36px;
}

#nocharge {
    margin: 5px auto;	
}

#recommend {
    padding: 0px 0px 20px;
    margin: 7px 0px 0px;
	background: url("recommend.gif") no-repeat left top;
}

#recommend img {
    padding: 0px;
    margin: 30px auto 5px ;
}

#news div.module {
    padding: 0px;
    margin: 0px;
	width: 185px;
	background: url("news-bg.gif") repeat-y left top;
}

#left div.sidebar-top {
	display: none;
}

/* ブログパーツ始め xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
/* 20070817修正 */

div.module-widget, div.module-widget ul {
	background: none !important;
    margin: 10px 0px 0px !important;
	padding: 10px 0px 8px 0px;
}

div.module-widget h2 {
	background: url("content-h2.gif") no-repeat left top !important;
    margin: 10px 0px 0px !important;
	padding: 3px 0px 8px 25px;
}

#widget-cocolog_Search_Phrase div.module-content,
#widget-cocolog_Search_Phrase div.module-bottom,
#widget-cocolog_Access_Area div.module-content,
#widget-cocolog_Access_Area div.module-bottom,
#widget-cocolog_Referrer_Page div.module-content,
#widget-cocolog_Referrer_Page div.module-bottom,
#widget-cocolog_Access_Page div.module-content,
#widget-cocolog_Access_Page div.module-bottom 
{
	background: none;
}

/* ブログパーツ終わり xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */


/* sponsord link css */
.ad_txt a
{
 color: #333333 !important;
}

div.ads dl dt.optimized .ad_title {
 color: #333399 !important;
}

