﻿@charset "UTF-8";

/*全体-------------------------------------------------------------------------*/

a			{ text-decoration: none; color:#990011; }
a:link			{ text-decoration: none; color:#990011; }
a:visited		{ text-decoration: none; color:#990011; }
a:active		{ text-decoration: none; color:#990011; }
a:hover			{ text-decoration: underline; color:#990011; }

body {
margin: 0;
padding: 0;
background: url("images/bg.gif") repeat;
background-color: #ffffff;
text-align: center;
}

h1, h2, h3 {
margin: 0px;
padding: 0px;
font-weight: normal;
}

.body{
font-size:small;
line-height:160%;
font-family: Geneva,Verdana,Arial,sans-serif;
}

.caption{
font-size:x-small;
line-height:166%;
font-family: Geneva,Verdana,Arial,sans-serif;
}

.nice{
border: #cc6600 1px solid;
background-color: #ffeedd;
padding: 0px 2px 0px 2px;
margin: 0;
color: #cc6600;
}

textarea, select, option{
font-family: "Hiragino Kaku Gothic Pro W3", "Osaka", "MS PGothic", "MS PMincho", "Hiragino Mincho Pro W3", Arial, sans-serif;
line-height: 140%;
}


input{
font-family: "Hiragino Kaku Gothic Pro W3", "Osaka", "MS PGothic", "MS PMincho", "Hiragino Mincho Pro W3", Arial, sans-serif;
line-height: 100%;
}

form{
margin: 0;
}

#container {
width :770px;
line-height: 140%;
text-align: left;
margin-right: auto;
margin-left: auto;
margin-bottom: 12px;
padding: 0px;
background: url("images/banner-bg.jpg") no-repeat center top;
}


/*バナーエリア-----------------------------------------------------------------*/

#banner{
clear: both;
height: 205px;
width: 770px;
padding: 25px 0 0 0;
margin: 0px;
}

#banner h1{
text-align: left;
font-family: Geneva,Verdana,Arial,sans-serif;
font-size: 18px;
padding: 100px 20px 5px 14px;
}

#banner h1 a{
color: #660011;
font-weight: bold;
}

#banner .lead{
font-size: small;
color: #990011;
padding-left: 14px;
width: 400px;
display: block;
}


/*コンテンツエリア-------------------------------------------------------------*/

#content {
width: 770px;
background-color: #ffffff;
overflow: hidden;
background: url("images/main-bg.gif") repeat-y left;
}

#main {
width: 540px;
margin-top: 0px;
padding-right: 12px;
float: right;
overflow: hidden;
}

#main .archive-title{
width: 540px;
color: #990011;
font-family: Geneva,Verdana,Arial,sans-serif;
padding: 0px;
margin-bottom: 6px;
}

#main .archive-name{
font-size: small;
float: left;
}

#main .previousLink{
background: url("images/arrowL_small.gif") no-repeat left center;
padding-left: 12px;
font-size: small;
}

#main .nextLink{
background: url("images/arrowR_small.gif") no-repeat right center;
padding-right: 12px;
font-size: small;
}

.archive-bottom{
width: 540px;
float: right;
padding: 3px 0px 0px 0px;
margin-bottom: 6px;
border-top: 1px solid #998888;
}

#main .archive-links{
background: url("images/arrowT_small.gif") no-repeat left center;
padding-left: 12px;
font-size: x-small;
float: right;
}



/* 記事エリア------------------------------------------------------------------*/

.articles{
width: 540px;
color: #000000;
font-family: Geneva,Verdana,Arial,sans-serif;
font-size: small;
line-height: 166%;
clear:both;
overflow: hidden;
}

.articles p{
text-align: left;
}

.articles img {
margin-right: 6px;
margin-bottom: 6px;
}

.articles h3{
background-color: #dd7788;
font-size: small;
font-weight: bold;
color: #ffffff;
padding: 3px 0px 3px 12px;
}

.articles h3 a{ text-decoration: none; color:#ffffff; }
.articles h3 a:link{ text-decoration: none; color:#ffffff; }
.articles h3 a:visited{ text-decoration: none; color:#ffffff; }
.articles h3 a:hover{ text-decoration: underline; color:#ffffff; }

.articles h4{
padding: 0px 0px 0px 6px;
margin: 0px;
font-size: small;
font-weight: bold;
}

.articles font {
line-height: 140%;
}

.articles td{
font-size: small;
line-height: 166%;
}

.articles blockquote {
line-height: 166%;
}

/* 記事下リンク */

.posted{
line-height: 166%;
font-size: x-small;
color:#212121;
padding: 3px 0px 3px 0px;
margin-bottom: 12px;
border-top: #cecece dotted 1px;
}


/* エントリーエリア------------------------------------------------------------*/

/* nice! */

#nice{
margin-bottom: 12px;
padding: 3px 6px 0px 12px;
border: 1px #eeccdd solid;
overflow: hidden;
}


#nice h4.nice-title{
background: url("images/icon-nice.gif") no-repeat 0px 4px;
padding: 3px 3px 3px 25px;
font-size: small;
font-weight: bold;
}

#nice td{
font-size: x-small;
line-height: 120%;
}


#nice form{
margin: 12px 0px 12px 0px;
}

/* コメント */

#comments{
margin-bottom: 12px;
padding: 6px 6px 0px 0px;
border: 1px #eeccdd solid;
overflow: hidden;
}

#comments form{
margin: 12px 0px 12px 0px;
}

.comments{
color: #775555;
font-family: Geneva,Verdana,Arial,sans-serif;
font-size: small;
line-height: 150%;
text-align: left;
margin: 24px 0px 12px 6px;
}

.comments-namecard{
width: 48px;
float: left;
text-align:center;
}

.comments-body{
font-family: Geneva,Verdana,Arial,sans-serif;
line-height: 166%;
margin-left: 60px;
}

#comments .delete{
margin: 12px 0px 6px 60px;
}

/* コメントを書く */

#comment-write{
margin-bottom: 12px;
padding: 6px 6px 0px 0px;
border: 1px #eeccdd solid;
overflow: hidden;
}

.comment-write{
color: #000000;
font-family: Geneva,Verdana,Arial,sans-serif;
font-size: x-small;
line-height: 166%;
text-align: left;
margin: 12px 0px 12px 6px;
}

.comment-write textarea{
width: 440px;
padding: 0px;
margin: 0px 0px 6px 0px;
}

/* トラックバック */

#trackback{
margin-bottom: 12px;
padding: 6px 6px 0px 0px;
border: 1px #eeccdd solid; 
}

#trackback .trackback {
color: #000000;
font-family: Geneva,Verdana,Arial,sans-serif;
font-size: small;
line-height: 166%;
text-align: left;
margin: 12px 0px 12px 6px;
}

#trackback .trackback input{
margin-top: 6px;
}

/* 関連記事 */

#related {
margin-bottom: 12px;
padding: 6px 6px 0px 0px;
border: 1px #eeccdd solid; 
}

.related {
color: #000000;
font-family: Geneva,Verdana,Arial,sans-serif;
font-size: small;
line-height: 166%;
text-align: left;
margin: 12px 0px 12px 6px;
}

/* トラックバック記事 */

blockquote {
border: 1px solid #cccccc;
margin: 12px;
padding: 6px;
}

/* AMAZONタグ */

.sonet-asin-area{
padding-bottom: 12px;
clear: both;
}

.sonet-asin-image{
padding-right: 12px;
border: 0;
float: left;
}

p.sonet-asin-title{
padding: 0px 6px 0px 6px;
margin-top: 0px;
margin-bottom: 3px;
}

.sonet-asin-info ul{
padding: 0px 6px 0px 6px;
margin: 0;
}

li.sonet-asin-label{
color: #333333;
line-height: 140%;
list-style-type: none;
font-size: x-small;
margin-bottom: 6px; 
}

.sonet-asin-break{
clear:both;
}



/* サイドバーエリア------------------------------------------------------------*/

#side{
background-color: #fff5f9;
width: 202px;
float: left;
margin: 0px;
margin-right: 16px;
padding: 0px;
font-size: small;
}

.sidebar {
margin: 0px;
padding: 0px;
width: 202px;
overflow: hidden;
}

.sidebar h3{
background-color: #eeccd0;
color:#000000;
font-size: x-small;
padding: 2px 6px 2px 12px;
}

/* プロフィール */

.sidebar #profile{
padding: 6px 6px 6px 12px;
font-size: x-small;
overflow: hidden;
}

.sidebar #profile img{
float: left;
padding: 0;
margin: 0;
}

.sidebar #profile .status{
margin-left: 84px;
font-family: Geneva,Verdana,Arial,sans-serif;
}

#profile .profileLink{
background: url("images/arrowR_small.gif") no-repeat 0px 1px;
line-height: 120%;
padding: 0px 0px 0px 12px;
}

.sidebar form{
padding: 3px 6px 3px 12px;
margin: 2px 0px 2px 0px;
font-size: x-small;
}

.sidebar form input{
font-family: "Hiragino Kaku Gothic Pro W3", "Osaka", "MS PGothic", "MS PMincho", "Hiragino Mincho Pro W3", Arial, sans-serif;
}

.sidebar ul{
padding: 3px 6px 3px 12px;
margin: 2px 0px 0px 0px;
}

.sidebar li {
color: #000000;
font-family: Geneva,Verdana,Arial,sans-serif;
text-align: left;
line-height: 130%;
list-style-type: none;
font-size: x-small;
margin-bottom: 9px;
}

.new{
margin-left:6px;
color: #f6381f;
font-weight:bold;
font-size: x-small;
line-height: 120%;
}

.more {
width: 188px;
text-align: right;
background-color: #f3e7ea;
padding: 0;
margin: 0;
}

/* カレンダー */

#calendar{
font-size: x-small;
padding: 3px 12px 3px 12px;
margin: 0;
}

.calendar-date{	
text-align:center;
margin: 0;
}

#calendar table.day{
margin-top: 3px;
margin-bottom: 0px;
text-align: center;
border-spacing: 1px;
}

#calendar table.day td{
width: 20px;
background-color: transparent;
}

#calendar table{
border-spacing: 1px;
text-align: center;
padding: 2px;
border: 0px;
}

#calendar td{
height: 20px;
width: 20px;
background-color: #f3e7ea;
text-align: center;
line-height: 120%;
}

#calendar td.link {
background-color: #f0cdd5;
color:#990011;
}

#calendar td a{
color:#990011;
}

/* 読者になる(RSS) */

.button a{
text-decoration: none;
}

a .modo {
background-color: #0090FF;
border: 1px #cc3300 solid;
text-align: center;
font-size: x-small;
margin-bottom: 6px;
color: #ffffff;
}

a:hover .modo {
background-color: #ffffff;
border: 1px #cc0033 solid;
color: #cc0033;
}

.rss-reader {
background: url("images/arrowR_large.gif") no-repeat left top;
background-color: #b77b89;
text-align: center;
font-size: 10px;
padding: 0;
margin: 0px 6px 6px 6px;
color: #ffffff;
height: 18px;
}

.rss-reader a			{ text-decoration: none; color:#ffffff; }
.rss-reader a:link			{ text-decoration: none; color:#ffffff; }
.rss-reader a:visited		{ text-decoration: none; color:#ffffff; }
.rss-reader a:active		{ text-decoration: none; color:#ffffff; }
.rss-reader a:hover			{ text-decoration: underline; color:#ffffff;}


/* カスタムペイン */

.sidebar .customPane-body {
padding: 3px 6px 3px 12px;
margin: 0px 0px 4px 0px;
color: #000000;
font-family: Geneva,Verdana,Arial,sans-serif;
font-size: x-small;
text-align: left;
}

.sidebar .customPane-body p {
line-height: 150%;
}

/* バナー */

#powered {
padding: 0px 12px 6px 12px;
}

#powered img {
border:0;
}

#rss img{
padding: 0px 12px 12px 12px;
border:0;
}

#rssfeed {
font-size:x-small;
padding: 0px 12px;

}


pre {
background-color: #e3e3e3;
margin: 12px;
padding: 6px;
font-size: small;
font-family: Geneva,Verdana,Arial,sans-serif;
}


/* フッターエリア--------------------------------------------------------------*/

#footer{	
clear:both;
width: 770px;
height: 52px;
margin-top: 6px;
margin-right: auto;
margin-left: auto;
padding-bottom:12px;
color:#663333;
font-family: Geneva,Verdana,Arial,sans-serif;
}

#footer .copyright{
padding:0;
margin:0;
float: right;
font-size: x-small;
line-height:150%;
vertical-align:middle;
}

#footer .terms{
float: left;
padding: 0;
margin:0;
font-size: x-small;
line-height:150%;
vertical-align:middle;
}

#footer .terms img{
padding: 0;
margin:0;
vertical-align:top;
}

