@charset "utf-8";

body {
	margin: 0px;
	padding: 0px;
	font-family: 'MS PGothic', 'Hiragino Kaku Gothic Pro W3', Osaka, sans-serif;
	color:#272727;
	word-wrap: break-word;
	background:url("body-bg.gif");
	text-align: center;
	font-weight: normal;
	font-size: small;
	}

a:link {
	color: #782B91;
}

a:active {
	color: #782B91;
}

a:visited { 
	color: #782B91;
		
}

a:hover { 
	color: #782B91;
	text-decoration:none
}

#banner a:link {
	color: #272727;
}

#banner a:active {
	color: #272727;
}

#banner a:visited { 
	color: #272727;
		
}

#banner a:hover { 
	color: #272727;
	text-decoration:none
}

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;
}

#container {
	line-height: 140%;
	margin: 0px auto;
	text-align: left;
	padding: 0px;
	width: 710px;
	background: url("container-bg.gif") left top repeat-y;
	}

#banner-img {
	display: none;
}

#banner {
	width:710px;
	height:506px;
	margin:0px;
	background: url("banner.jpg") left top no-repeat;
	display:block;
}

#banner h1 {
	padding-top:10px;
	padding-left:16px;
	margin-right:120px;
	font-size: x-large;
	font-weight: bold;
	color:#272727;
}

#banner h2 {
	margin-top:10px;
	padding-left:16px;
	margin-right:120px;
	font-size: small;
	font-weight: normal;
	color:#272727;
}

#main {
	position:relative;
	top:-55px;
	margin: 0px;
	padding: 0px 5px;
	width: 710px;
}

#center {
	width: 500px;
	float: left;
	overflow: hidden;
}

#left {
	width: 200px;
	float: left;
	overflow: hidden;
}

#side {
	width: 200px;
	float: left;
	overflow: hidden;
}

.sidebar {
	margin: 0px 15px;
	padding: 0px;
	overflow:hidden;
}

.sidebar h2 {
 	background:url("module.gif") no-repeat left top;
	font-size: small;
	font-weight: bold;
	text-align: left;
	line-height: 130%;
	padding: 1px 0px 3px 24px;
	margin-bottom:14px;
	list-style:none;
	}
	
.sidebar ul {
	padding: 0px;
	margin: 0px 0px 30px 0px;
	}

.sidebar li {
	margin-left:5px;
	font-size: small;
	text-align: left;
	line-height: 130%;
	margin-bottom: 10px;
	list-style-type: none;
	}

.module-bottom {
padding-top: 1px;
margin: 40px 0px 0px 0px;
}

.content {
	margin: 0px 15px;
	padding: 0px;
}

.content p {
	font-size: small;
	font-weight: normal;
  	line-height: 150%;
	text-align: left;
	margin: 0px;
	padding: 0px 0px 10px;
	}

.content blockquote {
	font-size: small;
  	line-height: 150%;
	border: 1px dashed #E90F06;
    padding: 8px;
    margin-left: 0px;            
    margin-right: 0px;
	}

.content li {
  	line-height: 150%;
	}

.content h2 {
	font-size: small;
	font-weight: bold;
	text-align: left;
	margin: 0px 0px 5px;
	}

.entry {
	width:470px;
	overflow: hidden;
	margin: 0px;
	padding:0px 0px 20px;
	display:block;
}

.entry h3 {
	font-size: large;
	text-align: center;
	font-weight: bold;
	padding: 20px 55px 12px 55px;
	background:url("entry-top.gif") no-repeat left bottom;
	margin:0px;
	color:#E90F06;
}

/** 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:#E90F06;
}

.content h3 a:active, .content h3 a:hover{
	text-decoration: underline;
	color:#E90F06;
}

h2.content-header {
	padding: 0px 0px 10px;
}

/** 20070214追加↑　**/

div.entry-body {
	width:470px;
	background-color:#FFFFFF;
	margin: 0px;
	padding:0px;
	overflow: hidden;
	display:block;
}

div.entry-more {
	width:470px;
	background-color:#FFFFFF;
	margin: 0px;
	padding:0px 15px;
	overflow: hidden;
	display:block;
}

div.entry-body-text {
	width:440px;
	margin:0px 15px;
	overflow: hidden;
}

div.entry-body-bottom {
	width:470px;
	height:59px;
	background-color:#FFFFFF;
	margin: 0px;
	padding:0px;
	overflow: hidden;
	display:block;
	background: url("entry-bottom.gif") no-repeat bottom left;
}

div.entry p.posted {
	position:relative;
	top:-60px;
	width:440px;
	border-top: solid 1px #605F5F;
	font-size: x-small;
	text-align: right;
	line-height: normal;
	padding: 5px 0px 0px 0px;
	margin: 0px 15px 20px 15px;
    clear: both;
	}
			
.entry-nav {
	margin-bottom:20px;
}

.entry-nav p{
	text-align:right;
}

.entry-trackback, .entry-comment {
	width:470px;
	padding:0px;
	margin:0px;
	}
	
.entry-trackback p, .entry-comment p, .archive-datebased p, .archive-category p{
	padding:0px 0px 10px;
	margin:0px 15px;
	}
	
.entry-trackback h2 {
	font-size: large;
	text-align: center;
	font-weight: bold;
	color:#E90F06;
	padding: 20px 55px 20px 55px;
	margin:0px 0px 0px 0px;
	background:url("entry-2.gif") no-repeat left top;
}

.archive-datebased h2 {
	font-size: large;
	text-align: center;
	font-weight: bold;
	color:#E90F06;
	padding: 20px 55px 20px 55px;
	margin:0px;
	background:url("entry-2.gif") no-repeat left top;
}

.entry-comment h2, .archive-category h2 {
	font-size: large;
	text-align: center;
	font-weight: bold;
	color:#E90F06;
	padding: 20px 55px 20px 55px;
	margin:40px 0px 0px 0px;
	background:url("entry-2.gif") no-repeat left top;
}


#comment-preview h2, #about div.content h2 {
	font-size: large;
	text-align: center;
	font-weight: bold;
	color:#E90F06;
	padding: 20px 55px 20px 55px;
	margin:0px;
	background:url("comment-error.gif") no-repeat left top;
}

#comment-preview p.posted {
	position:relative;
	top:0px;
	width:440px;
	border-top: solid 1px #605F5F;
	font-size: x-small;
	text-align: right;
	line-height: normal;
	padding: 5px 0px 0px 0px;
	margin: 0px 15px 40px 15px;
    clear: both;
	}


#about div.contact-list h2 {
	font-size: large;
	text-align: center;
	font-weight: bold;
	color:#E90F06;
	padding: 20px 55px 20px 55px;
	margin:0px 0px 0px 0px;
	background:url("comment-error.gif") no-repeat left top;
} 

div.entry-trackback p.posted, div.entry-comment p.posted {
	position:relative;
	top:0px;
	width:440px;
	border-top: solid 1px #605F5F;
	font-size: x-small;
	text-align: right;
	line-height: normal;
	padding: 5px 0px 0px 0px;
	margin: 0px 15px 20px 15px;
    clear: both;
	}

#about div.content p {
	padding: 0px 15px 10px 15px;
} 

#powered {
	margin-bottom:40px;
}

#calendar {
 margin-bottom: 40px;
}

#calendar table {
	width: 170px;
	font-size: x-small;	
}

#calendar caption {
	border-bottom: solid 2px #E90F06;
	padding-bottom: 3px;
	font-size: small;
	font-weight: bold;
	width: 170px;
	text-align: left;
	padding-left: 7px;
}

#calendar th {
	padding-top: 3px;
	text-align: center;
}

#calendar td {
	padding:0px 0px;
	text-align: center;
}

.link-note {
 	background:url("link-note.gif") no-repeat left top;
	font-size: small;
	font-weight:bold;
	line-height: 130%;
	text-align: left;
	padding: 0px 0px 20px 27px;
	margin: 20px 0px;
	}
	
.comment-form form {
    padding: 0px;
	margin: 0px 15px;
}

div#comment-data {
	border-right: 1px dashed #782B91;
	width: 210px;
	float: left;
	padding-right: 15px;
	margin-right: 15px;
	text-align: left;
	display:block;
}

.comment-error, .comment-form, .entry-comment, .archive-datebased{
	margin-bottom:40px;
}

.contact-list, .minibio, .bio, .interests{
	margin-bottom:30px;
}

#comment-preview div.comment-form form {
	background: none;
}

.comment-form p {
    padding:0px;
    margin:0px 0px 10px 60px;
	font-size: small;
}

#comment-preview {
	padding-left: 200px;
}

#author, #email, #url {
	border: solid 1px #782B91;
	background-color: #FFFFFF;
	width: 150px;
}

#comment-text-field textarea {
	border: solid 1px #782B91;
	background-color: #FFFFFF;
	width: 320px;
	height: 150px;
}

#comment-submit{
	margin-bottom: 24px;
	text-align: center;
}

#comment-submit input {
	border: solid 1px #782B91;
	background-color: #FFFFFF;
	color: #782B91;
}


/* ニュース */

#kekkaishi{
    width:170px;
 	background:url("news-bottom.gif") no-repeat left bottom;
	padding:0px 0px 10px;
	margin: 0px 15px 30px;
	line-height: normal;
}

#kekkaishi h2{
    width:170px;
 	background:url("news-top.gif") repeat-x left bottom;
	height:91px;
	padding:0px;
	margin:0px;
	text-indent:-9999px;
}

#kekkaishi ul{
    width:170px;
 	background:url("news-bg.gif") repeat-y left top;
	padding:10px 0px 0px;
	margin:0px;
}

#kekkaishi li{
	padding:0px 20px 7px;
	margin: 0px;
}

#kekkaishi a:link {
	color: #ffffff;
}

#kekkaishi a:active {
	color: #ffffff;
}

#kekkaishi a:visited { 
	color: #ffffff;
		
}

#kekkaishi a:hover { 
	color: #ffffff;
	text-decoration:none
}



/* sponsord link css */
.ad_txt a
{
 color: #272727 !important;
}
