/* 背景と配置 */
body {
	margin: 0px 0px 20px;
	/* background-color: #8FABBE;*/
 background-image: url(../images/bg.gif);
	text-align: center;
	background-color: #dceeea;
	background-repeat: repeat-y;
	background-position: center;
	padding: 0px;
}

/* リンク設定 */
a:link {color:#0066CC; text-decoration:none}
a:visited {color:#0066CC; text-decoration:none}
a:active { color: #0066CC;}
a:hover { color: #006699;}

/* 強調文字設定 */
h1, h2, h3 {
 margin: 0px;
 padding: 0px;
 font-weight: normal;
}

p {
	padding: 0px;
	margin-top: 2px;
	margin-bottom: 8px;
}

.font_10{font-size:10px;}
.font_16{font-size:16px;}


/* 全体の枠組み 横幅 */
#container {
 line-height: 150%;
 margin-right: auto;
 margin-left: auto;
 text-align: left;
 padding: 0px;
 width: 770px;
 border-left: 1px solid #666699;
 border-right: 1px solid #666699;
 border-bottom: 1px solid #666699;
}

/* バナー設定 */
#banner {
	font-family: Verdana, Arial, sans-serif;
	text-align: left;
	padding: 0px;
	height: 185px;
	font-weight: bold;
	background-image: url(../images/kcc-blog-img.jpg);
	background-repeat: no-repeat;
	margin: 0px;
}

#banner-img {
 display: none;
}

#banner a {
 color: #ffffff;
 text-decoration: none;
}

#banner h1 {
	font-size: x-large;
	margin: 0px;
	padding: 60px 0px 0px 15px;
}

#banner h2 {
	font-size: 14px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
	margin: 0px;
	padding: 3px 3px 3px 20px;
}



/* 2列メイン */
#main{
	float: left;
	width: 580px;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
}

/* 2列右サイドバー */
#right-side {
	float: left;
	width: 180px;
	background-color: #FFFFFF;
	overflow: hidden;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
	margin: 0px;
	padding: 0px;
}



/* メイン本文 */
.content {
	padding: 10px 15px 5px;
	background-color: #FFFFFF;
	color: #000000;
	font-family: Verdana, Arial, sans-serif;
	font-size: small;
	margin: 0px;
}
.content pre {
 font-size: larger;
}

.content img {
	float: right;
	margin: 0px 10px 10px 10px;
}

.dataheader {
text-align:right;
width=100%;
}

.entryheader {
	font: bold 16px "ＭＳ ゴシック", "Osaka－等幅";
	color: #336600;
	background: url(../images/headstyleback1.gif) repeat-x 0px 0px;
	text-align: left;
	margin: 0px;
	height: 30px;
	width: 98%;
	padding: 5px 0px 0px 5px;
}

.content p {
 color: #000000;
 font-family: Verdana, Arial, sans-serif;
 font-size: small;
 font-weight: normal;
 line-height: 150%;
 text-align: left;
 margin-bottom: 10px;
}

.content blockquote {
 line-height: 150%;
}

.content li {
 line-height: 150%;
}

.content h2 {
 color: #666666;
 font-family: Verdana, Arial, sans-serif;
 font-size: x-small;
 text-align: left;
 font-weight: bold;
 margin-bottom: 10px;
}

.content h3 {
 color: #666666;
 font-family: Verdana, Arial, sans-serif;
 font-size: small;
 text-align: left;
 font-weight: bold;
 margin-bottom: 10px;
}

.posted {
 color: #999999;
 font-family: Verdana, Arial, sans-serif;
 font-size: x-small;
 border-top: 1px solid #999999;
 text-align: right;
 margin-bottom: 25px;
 line-height: normal;
 padding: 3px;
}

/* サイドバー設定 */
.sidebar {
 padding: 10px;
 font-size: x-small;
}

.sidebar h2 {
	color: #336666;
	font-family: "MSPゴシック", Verdana, Arial, sans-serif;
	font-size:10px;
	text-align: left;
	font-weight: bold;
	padding:2px 0px 2px 3px;
	line-height: 15px;
	background-color: #F1F8EB;
	border-left: 5px solid #669933;
	border-bottom: 1px solid #669933;
	border-top: 1px solid #669933;
	border-right: 1px solid #669933;
}


#calendar {
	line-height: 140%;
	color: #666666;
	font-family: Verdana, Arial, sans-serif;
	font-size: x-small;
	padding: 2px;
	text-align: center;
	margin: 0px 0px 30px;
}

#calendar table {
 padding: 2px;
 border-collapse: collapse;
 border: 0px;
 width: 100%;
}

#calendar caption {
 color: #666666;
 font-family: Verdana, Arial, sans-serif;
 font-size: x-small;
 text-align: center;
 font-weight: bold;
 text-transform: uppercase;
 letter-spacing: .3em;
}

#calendar th {
 text-align: center;
 font-weight: normal;
}

#calendar td {
 text-align: center;
}

.sidebar ul {
	margin: 0px 0px 20px;
	padding: 0px 0px 0px 5px;
}

.sidebar ul ul {
	margin: 0px;
	padding: 0px;
}

.sidebar #categories ul {
	margin: 0px;
	padding: 0px 0px 0px 10px;
}

.sidebar li {
	color: #666666;
	font-family: Verdana, Arial, sans-serif;
	font-size: x-small;
	text-align: left;
	line-height: 100%;
	list-style-type: none;
	margin: 10px 0px 0px;
	padding: 0px;
}

.side {
	color: #666666;
	font-family: Verdana, Arial, sans-serif;
	font-size: x-small;
	text-align: left;
	line-height: 150%;
	list-style-type: none;
	padding: 0px 0px 0px 5px;
	margin: 10px 0px 20px;
}

.sidebar #categories li {
 list-style-type: circle;
}

.sidebar img {
 border: 3px solid #FFFFFF;
}

form {
 margin:0px;
}

.photo {
 text-align: left;
 margin-bottom: 20px;
}

.link-note {
 font-family: Verdana, Arial, sans-serif;
 font-size: x-small;
 line-height: 150%;
 text-align: left;
 padding: 2px;
 margin-bottom: 15px;
}

#powered {
 font-family: Verdana, Arial, sans-serif;
 font-size: x-small;
 line-height: 150%;
 text-align: left;
 color: #666666;
 margin-top: 50px;
}

#comment-data {
 float: left;
 width: 180px;
 padding-right: 15px;
 margin-right: 15px;
 text-align: left;
 border-right: 1px dotted #BBB;
}

textarea[id="comment-text"] {
 width: 80%;
}

.commenter-profile img {
 vertical-align: middle;
 border-width: 0;
}

#footer {
 font-family: Verdana, Arial, sans-serif;
 font-size:12px;
 color: #666666;
 font-weight: bold;
 background-color: #f6f6f6;
 text-align: center;
 padding-left: 15px;
}
/* content */

.content-nav
{
   margin: 10px;
   text-align: center;
}

.date-header,
.entry-content
{
   position: static;
   clear: both;
}

.entry,
.trackbacks,
.comments,
.archive
{
   position: static;
   overflow: hidden;
   clear: both;
   width: 100%;
   margin-bottom: 20px;
}

.entry-content,
.trackbacks-info,
.trackback-content,
.comment-content,
.comments-open-content,
.comments-closed
{
   clear: both;
   margin: 5px 10px;
}

.entry-excerpt,
.entry-body,
.entry-more-link,
.entry-more
{
   clear: both;
}

.entry-footer,
.trackback-footer,
.comment-footer,
.comments-open-footer,
.archive-content
{
   clear: both;
   margin: 5px 10px 20px 10px;
}

.comments-open label { display: block; }

#comment-author, #comment-email, #comment-url, #comment-text
{
   width: 240px;
}

#comment-bake-cookie
{
   margin-left: 0;
   vertical-align: middle;
}

#comment-post
{
   font-weight: bold;
}

img.image-full { width: 100%; }

.image-thumbnail
{
   float: left;
   width: 115px;
   margin: 0 10px 10px 0;
}

.image-thumbnail img
{
   width: 115px;
   height: 115px;
   margin: 0 0 2px 0;
}
.pagenavi {
	clear: both;
	width: 100%;
	text-align: center;
}
