@charset "utf-8";

/* body xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
body {
	margin: 0px;
	padding: 0px;
	font-family: 'MS PGothic', 'Hiragino Kaku Gothic Pro W3', Osaka, sans-serif;
	color:#297088;
	word-wrap: break-word;
	font-weight: normal;
	font-size: small;
	background-color: #B1D7AF;
	}

/* link xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
a:link, a:active, a:visited {
	color: #239590;
}

a:hover {
	color: #239590;
	text-decoration:none
}

#banner a:link, #banner a:active, #banner a:visited {
	color: #297088;
	text-decoration:none
}

#banner a:hover { 
	color: #297088;
	text-decoration: underline;
}

.sidebar h2 a:link, .sidebar h2 a:active, .sidebar h2 a:visited {
	color: #297088;
}

.sidebar h2 a:hover { 
	color: #297088;
	text-decoration:none
}

#calendar a:link, #calendar a:active, #calendar a:visited {
	color: #0067A6;
}

/* 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: 700px;
	background-color: #FFFFFF;
	}

/* banner xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
#banner-img {
	display: none;
}

#banner {
	margin: 0px;
	padding: 0px;
	width: 700px;
	height: 317px;
	background: url("banner.jpg") no-repeat center top;
}

#banner h1 {
	padding:100px 380px 0px 15px;
	margin:0px;
	font-size:x-large;
	font-weight: bold;
	color:#297088;
	text-align: left;
	line-height: 120%;
}

#banner h2 {
	padding:5px 380px 0px 20px;
	margin:0px;
	font-size: small;
	font-weight: normal;
	color: #297088;
	text-align: left;
}

/* main xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
#main {
	margin: 0px;
	padding: 30px 0px 0px;
}

#right, #side{
	width: 200px;
	float: left;
	overflow: hidden;
}

#center {
	width: 500px;
	float: left;
	overflow: hidden;
}

#footer {
	background: url("footer.jpg") no-repeat center top;
	height: 263px;
}

/* sidebar xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
.sidebar {
	margin: 0px 15px;
	padding: 0px;
	overflow:hidden;
}

.module {
	width: 170px;
}

.module h2 {
	font-size: small;
	font-weight: bold;
	text-align: left;
	padding: 10px 0px 13px 35px;
	margin: 0px;
	line-height: normal;
	color: #297088;
	background: url("module-h2.gif") no-repeat left top;
	}
	
.module-body {
	padding: 0px;
	margin: 7px 0px 40px 0px;
}
	
.link-note {
	font-size: small;
	text-align: left;
	line-height: normal;
	padding: 0px 0px 6px 20px;
	margin: 0px 0px 40px;
	background: url("link-note.gif") no-repeat left top;
	}

.sidebar li {
	margin: 0px 0px 10px;
	font-size: small;
	text-align: left;
	line-height: 130%;
	list-style-type: none;
	}

/* entry xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
.content {
	margin: 0px 15px;
	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 #515151;
    padding: 8px;
    margin: 15px 0px;            
	}

.content li {
  	line-height: 150%;
	}

.content h2 {
	font-size: small;
	font-weight: bold;
	text-align: left;
	padding: 0px 0px 10px 15px;
	margin: 0px;
	line-height: normal;
	text-align: left;
	}
	
.entry {
	width: 470px;
	margin: 0px;
	padding: 0px;
	overflow:hidden;
	background: url("entry.gif") left top;
}

.entry-top {
	margin: 0px;
	padding: 0px;
	height: 20px;
	overflow:hidden;
	background: url("entry-top.gif") no-repeat left top;
}

.entry-bottom {
	width: 470px;
	height: 60px;
	margin: 0px;
	padding: 0px;
	overflow:hidden;
	background: url("entry-bottom.gif") no-repeat left top;
}

.entry h3 {
	font-size: large;
	text-align: left;
	font-weight: bold;
	padding: 16px 0px 35px 65px;
	margin: 0px 15px;
	line-height: normal;
	background: url("entry-h3.gif") no-repeat left top;
}

.entry h3, .entry h3 a, .entry h3 a:link, .entry h3 a:visited, .entry h3 a:active, .entry h3 a:hover {
	text-decoration: none;
	color: #297088;
}

.entry h3 a:active, .entry h3 a:hover{
	text-decoration: underline;
	color: #297088;
}

h2.content-header {
	padding: 0px 0px 20px;
}

.entry-body, .entry-more{
	margin: 0px 15px;
	padding: 0px;
	overflow:hidden;
}

.entry-body-text, .entry-more-text {
	margin: 0px;
	padding: 0px;
	width: 440px;
	overflow:hidden;
}

div.entry p.posted {
	font-size: x-small;
	text-align: left;
	line-height: normal;
	padding: 70px 15px 10px;
	margin: 0px;
	background: url("entry-body-bottom.gif") no-repeat center top;
	clear: both;
	}
	
div.entry-comment p.posted, div.entry-trackback p.posted {
	font-size: x-small;
	text-align: left;
	line-height: normal;
	padding: 12px 0px 40px;
	margin:0px;
	background: url("border.gif") no-repeat center top;
	clear: both;
	}
	
.entry-trackback, .entry-comment {
	margin: 0px 15px;
	padding: 0px;
}
		
.entry-nav {
	padding:0px;
	margin-bottom:20px;
}

.entry-nav p {
	text-align:left;
}

.archive-category h2, #about div.content h2, .comment-form h2 {
	font-size: medium;
	text-align: left;
	font-weight: bold;
	padding: 18px 0px 38px 77px;
	margin: 40px 0px 0px;
	line-height: normal;
	background: url("entry-h2.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: medium;
	text-align: left;
	font-weight: bold;
	padding: 18px 0px 38px 77px;
	margin: 0px;
	line-height: normal;
	background: url("entry-h2.gif") no-repeat left top;
}

p.trackback-list-head {
	margin: 0px 0px 30px;
}


/* archive xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */

.archive-datebased {
	padding: 0px 0px 30px 0px;
	margin: 0px 0px 40px;
	background: #F8F7ED url("entry-bottom.gif") no-repeat left bottom;
}

.archive-category {
	padding: 0px 0px 30px 0px;
	margin: 0px;
	background: #F8F7ED url("entry-bottom.gif") no-repeat left bottom;
}

.archive-category h2, .archive-datebased h2 {
	font-size: medium;
	text-align: left;
	font-weight: bold;
	padding: 38px 15px 38px 92px;
	margin: 0px 0px 0px;
	line-height: normal;
	background: url("archive_h2.gif") no-repeat left top;
}

.archive-datebased p, .archive-category p{
	padding: 0px 15px;
	margin: 0px;
}

/* profile xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
.contact-list, .minibio, .bio, .interests{
	width: 350px;
	overflow:hidden;	
}

#about div.content-top {
	margin: 0px 15px 0px; 
	padding: 0px;
	height: 20px;
	overflow:hidden;
	background: url("entry-top.gif") no-repeat left top;
}

#about div.content {
	margin: 0px 15px; 
	padding: 0px 15px;
	overflow:hidden;
	background-color:#F8F7ED;
}

#about div.content-bottom {
	margin: 0px 15px; 
	padding: 30px 0px;
	overflow:hidden;
	background: url("entry-bottom.gif") no-repeat left top;
}


#about div#side{
	width: 200px;
	float: right;
	overflow: hidden;
}

#about div#center {
	width: 500px;
	float: left;
	overflow: hidden;
}

/* calendar xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
#calendar {
	margin: 4px 0px 40px;
}

#calendar table {
	width: 170px;
	font-size: x-small;	
}

#calendar caption {
	padding: 10px 0px 13px 35px;
	margin: 0px 0px 0px;
	font-size: small;
	font-weight: bold;
	text-align: left;
	background: url("module-h2.gif") no-repeat left top;
}

#calendar th {
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	text-align: center;
}

#calendar td {
	padding:0px;
	text-align: center;
}
	
/* form xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
	
.comment-form form {
    padding: 0px;
	margin: 0px;
	width: 340px;
}

div#comment-data {
	width: 170px;
	float: left;
	padding-right: 15px;
	margin-right: 15px;
	text-align: left;
	display:block;
}

.comment-form p {
    padding:0px;
    margin:0px 0px 10px;
	font-size: small;
}

#author, #email, #url {
	border: solid 1px #0E5823;
	background-color: #FFFFFF;
	width: 150px;
}

#comment-text-field textarea {
	border: solid 1px #0E5823;
	background-color: #FFFFFF;
	width: 335px;
	height: 150px;
}

#comment-submit{
	padding-bottom: 40px;
	text-align: center;
}

#comment-submit input {
	border-left: solid 1px #0E5823;
	border-top: solid 1px #0E5823;
	border-right: solid 1px #0E5823;
	border-bottom: solid 1px #0E5823;
	background-color: #FFFFFF;
	color: #0E5823;
}

#bakecookie {
	position:relative;
	top: 3px;
}

/* comment-error xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */

#comment-preview div.content-top {
	margin: 0px 15px 0px; 
	padding: 0px;
	height: 20px;
	overflow:hidden;
	background: url("entry-top.gif") no-repeat left top;
}

#comment-preview div.content {
	margin: 0px 15px; 
	padding: 0px 15px;
	overflow:hidden;
	background-color: #F8F7ED;
}

#comment-preview div.content-bottom {
	margin: 0px 15px; 
	padding: 0px;
	height: 20px;
	overflow:hidden;
	background: url("entry-bottom.gif") no-repeat left top;
}

.comment-error blockquote {
	font-size: small;
  	line-height: 150%;
	border: 1px dashed #515151;
    padding: 8px;
    margin: 15px 0px; 
}


/* sponsord link css */
.ad_txt a
{
 color: #297088 !important;
}

.ad_url a
{
 color: #AA0060 !important;
}
