@charset "utf-8";

/* body xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
body {
	margin: 0px;
	padding: 0px;
	font-family: 'MS PGothic', 'Hiragino Kaku Gothic Pro W3', Osaka, sans-serif;
	color:#832F08;
	word-wrap: break-word;
	font-weight: normal;
	font-size: small;
	background: #FCC0D8;
	}

/* link xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
a:link, a:active, a:visited {
	color: #F75B8F;
}

a:hover {
	color: #F75B8F;
	text-decoration:none
}

#banner a:link, #banner a:active, #banner a:visited {
	color: #4C1F0B;
	text-decoration:none
}

#banner a:hover { 
	color: #4C1F0B;
	text-decoration: underline;
}

.sidebar h2 a:link, .sidebar h2 a:active, .sidebar h2 a:visited  {
	color: #A64C22;
	text-decoration: underline;
	}

.sidebar h2 a:hover { 
	color: #A64C22;
	text-decoration:none
}

/* 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: #FFFFFF;
	}

/* banner xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
#banner-img {
	display: none;
}

#banner {
	margin: 0px 0px 0px;
	padding: 0px;
	width: 700px;
	height: 301px;
	background: url("banner.gif") no-repeat center top;
}

#banner h1 {
	padding:50px 320px 0px 30px;
	margin:0px;
	font-size:x-large;
	font-weight: bold;
	color:#4C1F0B;
	text-align: left;
	line-height: 120%;
}

#banner h2 {
	padding:10px 350px 0px 30px;
	margin:0px;
	font-size: small;
	font-weight: normal;
	color: #FFFFFF;
	text-align: left;
}

/* main xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
#main {
	margin: 0px;
	padding: 25px 0px 0px;
	background: #FFFFFF url("main-bg.gif") repeat-y left top;
	width:700px;
}

#main-bottom {
	width: 700px;
	height: 78px;
	background: url("main-bottom.gif") no-repeat center top;
}

#right, #left, #side{
	width: 200px;
	float: left;
	overflow: hidden;
}

#center {
	width: 500px;
	float: left;
	overflow: hidden;
}

/* sidebar xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
.sidebar {
	margin: 0px 15px;
	padding: 0px;
	overflow:hidden;
	color:#B5510D;
}

.sidebar h2 {
	font-size: small;
	font-weight: bold;
	text-align: left;
	padding: 8px 0px 20px 40px;
	margin: 0px 0px 5px;
	line-height: normal;
	color: #A64C22;
	background: url("module.gif") no-repeat left top;
	}
	
.link-note {
	color:#A64C22;
	font-size: small;
	text-align: left;
	line-height: normal;
	padding: 8px 0px 20px 40px;
	margin: 0px;
	background: url("module.gif") no-repeat left top;
	}

.link-note a:link, .link-note a:active, .link-note a:visited {
	color: #A64C22;
	font-weight: bold;
}

.sidebar li {
	margin: 0px 0px 10px;
	padding:0px 0px 0px 15px;
	font-size: small;
	text-align: left;
	line-height: 130%;
	list-style-type: none;
	}
	
.module-body {
	padding: 0px;
	margin: 0px;
}

.module {
	padding: 0px;
	margin: 0px 0px 20px;
}

#recent-entries h2 {
	background: url("recent-entries.gif") no-repeat left bottom;
	padding: 20px 0px 20px 50px;
	}

#recent-comment h2 {
	background: url("recent-comment.gif") no-repeat left bottom;
	padding: 19px 0px 20px 50px;
	}


#recent-trackback h2 {
	background: url("recent-trackback.gif") no-repeat left bottom;
	padding: 10px 0px 20px 50px;
	}

#archive-datebased h2 {
	background: url("recent-datebased.gif") no-repeat left bottom;
	padding: 10px 0px 20px 50px;
	}

#archive-category h2 {
	background: url("recent-category.gif") no-repeat left bottom;
	padding: 17px 0px 20px 57px;
	}
	
.sidebar table {margin:10px 0px;}



/* entry xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
.content {
	margin: 0px 30px;
	padding: 0px;
}

.content-top {
	margin: 10px 0px  0px;
	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:2px dotted #F75B8F;
	background:#FEECF3;
	padding: 8px;
	margin: 15px 0px;            
	}

.content li {
  	line-height: 150%;
	}

.content h2 {
	font-size:small;
	font-weight: bold;
	color: #FFFFFF;
	padding: 2px 10px 15px;
	line-height: normal;
	background: url("moduleh2.gif") no-repeat left top;
	}
	
.entry {
	margin: 0px;
	padding: 0px;
	overflow:hidden;
}

.entry h3{
	text-decoration: none;
	color: #F75B8F;
	font-size: 115%;
	text-align: left;
	font-weight: bold;
	margin:0px 0px 20px;
	padding:50px 0px 10px 85px;
	line-height: normal;
	background: url("entry.gif") no-repeat left bottom;

}

.entry h3 a, .entry h3 a:link, .entry h3 a:visited {
	text-decoration: none;
	color: #F75B8F;
}

.entry h3 a:active, .entry h3 a:hover{
	text-decoration: underline;
	color: #F75B8F;
}


h2.content-header {
	margin: 0px 0px 10px;
	padding: 0px;
	color: #F75B8F;
}

.entry-body, .entry-more{
	margin: 0px;
	padding: 0px;
	overflow:hidden;
}

.entry-body-text {
	margin: 0px;
	padding: 0px;
	overflow:hidden;
}

.entry-more-text {
	margin: 0px;
	padding: 0px;
	overflow:hidden;
}

div.entry p.posted {
	font-size: x-small;
	text-align: left;
	line-height: normal;
	padding: 20px 0px 20px;
	margin: 0px;
	background: url("border.gif") no-repeat left top;
	clear: both;
	}
	
div.entry-comment , div.entry-trackback {
	color: #666666;
	}

div.entry-comment p.posted, div.entry-trackback p.posted {
	font-size: x-small;
	text-align: left;
	line-height: normal;
	padding: 10px 10px 10px;
	margin: 0px 0px 10px 0px;
	background: #FEECF3;
	clear: both;
	}
		
.entry-nav {
	padding:0px;
	margin-bottom:20px;
}

.entry-nav p {
	text-align:right;
}

.entry-trackback, .entry-comment, .archive-datebased, .archive-category {
	padding: 0px;
	margin: 0px;
	}

#about div.contact-list h2, #about div.content h2{
	font-size: 115%;
	text-align: left;
	font-weight: bold;
	margin:0px 0px 20px;
	padding:50px 0px 10px 85px;
	line-height: normal;
	color: #F75B8F;
	background: url("entry.gif") no-repeat left bottom;
}

.archive-datebased h2, .archive-category h2{
	text-decoration: none;
	color: #A64C22;
	font-size: 115%;
	text-align: left;
	font-weight: bold;
	margin:0px 0px 20px;
	padding:40px 0px 20px 85px;
	line-height: normal;
	background: url("entry.gif") no-repeat left bottom;

}

.entry-trackback h2 {
	font-size: 115%;
	text-align: left;
	font-weight: bold;
	padding: 30px 0px 45px 65px;
	line-height: normal;
	color: #A64C22;
	background: url("entry-trackback-h2.gif") no-repeat left top;
	margin:30px 0px 0px;
}

.entry-comment h2, .comment-preview h2, .comment-error h2, .comment-form h2 {
	font-size: 115%;
	text-align: left;
	font-weight: bold;
	padding: 30px 0px 45px 65px;
	line-height: normal;
	color: #A64C22;
	background: url("entry-comment-h2.gif") no-repeat left top;
	margin-top:0px;
}

.comment-content, .trackback-content {
	background: url(entry-icon.gif) no-repeat left top;
	padding-left: 30px;
}


.archive-category h2, .comment-form h2 {
	margin-top:30px;
}

p.trackback-list-head {
	margin: 0px 0px 30px;
}

/* profile xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
.contact-list, .minibio, .bio, .interests{
	margin-bottom: 30px;
}

#about div.content {
	padding: 0px;
	margin: 0px 30px;
}

#about #side {
	float:right;
}

/* calendar xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
#calendar {
	background:url("calendar.gif") no-repeat left top;
	margin-bottom: 20px;
	padding:30px 7px 0px;
	color: #51330D;
	font-size: x-small;
	height: 235px;
}


#calendar table {
	width: 150px;
}

#calendar caption {
	padding: 5px 0px 0px;
	font-size: small;
	font-weight: bold;
	text-align: center;
	color: #FFFFFF;
}

#calendar th {
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	text-align: center;
	color: #FDDFEB;
}

#calendar td {
	padding:0px;
	text-align: center;
}

#calendar td a {
	padding:0px;
	color: #FFFFFF;
}

	
/* 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;
	border-right:dotted 1px #FCCDE5;
}

.comment-form p {
    padding:0px;
    margin:0px 0px 10px;
	font-size: small;
}

#author, #email, #url {
	border: solid 1px #F75B8F;
	background-color: #FFFFFF;
	width: 150px;
}

#comment-text-field textarea {
	border: solid 1px #F75B8F;
	background-color: #FFFFFF;
	width: 335px;
	height: 150px;
}

#comment-submit{
	padding-bottom: 40px;
	text-align: center;
}

#comment-submit input {
	border: solid 1px #F75B8F;
	background-color: #F75B8F;
	color: #FFFFFF;
}

#bakecookie {
	position:relative;
	top: 3px;
}

/* comment-error xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
#comment-preview {
	padding-left: 200px;
	color: #666666;

}

#comment-preview div.content {
	margin: 0px 15px; 
}

.comment-error blockquote {
	font-size: small;
  	line-height: 150%;
	border:2px dotted #F75B8F;
	background:#FEECF3;
    padding: 8px;
    margin: 15px 0px; 
}


/* news xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */

#box {
	margin:0px 15px 40px;

}

#box .module-body{
	background:url("side-content.gif") no-repeat left top;
	padding: 0px 15px;	
}

#box .module-body-bottom {
	background:url("side-content-bottom.gif") no-repeat left top;
	height:12px;
}

#kapibara-news h2{
	width: 150px;
	height: 16px;
	margin-bottom:10px;
	background: url("news.gif") no-repeat left top;
	text-indent: -9999px;
	display:block;
	}
	
	
#kapibara-news ul {
	padding: 18px 0px 10px;
	list-style-type: disc;
	list-style-position:inside;
	color:#B5510D;
}

p.official-blog {
	padding-bottom:14px;
}

/*
#right .sidebar-top {
	display:none;
}
*/

/* sponsord link css */
.ad_txt a { color: #832F08 !important;}
.ad_url a { color: #008000 !important;}