body {
background-color:#F4F2D5;
padding-top:0px;
margin-top:0px;
padding-bottom:0px;
margin-bottom:0px;
}

/*様々な共通指定*/
img{border:none;}

a {
text-decoration: none;
}

a:link {
color: #BCD511;
}

a:visited {
color: #BCD511;
}

a:active {
color: #5E8323;
}

a:hover {
color: #5E8323;
}

h2, h3 {
margin: 0px;
padding: 0px;
font-weight: normal;
color: #663300;
}
	
/*ボディー指定*/
#container {
width: 800px;
margin-right: auto;
margin-left: auto;
background-color: #FFFFFF;
}

/*トップバナー指定*/
#banner {
height: 335px;
background: url(img/header.jpg) no-repeat;
}

/*メイン（本文）部分*/
#center {
width: 540px;
float: left;
margin-top: 2px;
padding-left: 25px;
}

#title {
text-align: right;
padding-bottom: 5px;
}


.content {
padding: 0px 5px 5px 10px;
background-color: #FFFFFF;
color: #574228;
font-family: Helvetica, Arial, sans-serif;
font-size: x-small;
border: thin solid #C2A685;
background: url(img/bg.gif) repeat-y;
}


/*本文の日付（h2）部分*/
.content h2 {
color: #5E8323;
text-align: left;
margin-bottom: 2px;
padding-left: 35px;
padding-top: 15px;
padding-bottom: 2px;
font-family: Helvetica, Arial, sans-serif;
font-size: small;
}

/*本文のタイトル（h3）部分*/
.content h3 {
color: #5E8323;
font-family: Helvetica, Arial, sans-serif;
text-align: left;
font-size: small;
margin-bottom: 15px;
padding-left: 35px;
}

/*本文のフォント*/
.content p {
color: #574228;
font-family: Helvetica, Arial, sans-serif;
font-size: small;
font-weight: normal;
line-height: 150%;
text-align: left;
margin-bottom: 10px;
margin:0px;
padding: 2px 20px 12px 35px;
}

/*本文の下（投稿者）部分*/
.content p.posted {
color: #574228;
font-family: Helvetica, Arial, sans-serif;
font-size: x-small;
margin-bottom: 10px;
line-height: normal;
padding: 10px 0px 0px 15px;
}

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

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

	
/*右側メニュー部分*/
#right {
margin-left:580px;
width: 200px;
margin-top: 2px;
}

.sidebar {
padding: 15px 5px 15px 10px;
background-color: #FFFFFF;
}


/*右側タイトル部分*/
.sidebar h2, #cap {
color: #663300;
text-align: left;
margin-bottom: 10px;
padding-left: 0px;
padding-top: 2px;
padding-bottom: 5px;
font: bold x-small Helvetica, Arial, sans-serif;
height: 23px;
background-color: #FFFFFF;
}

/*右側タイトル画像部分*/

.profile {
margin: 0px;
padding: 0px;
margin-top: -10px;
padding-bottom: 40px;
}

.new{ 
background-image:url("img/new.gif");
background-repeat:no-repeat;
}

.kako{ 
background-image:url("img/back.gif");
background-repeat:no-repeat;
}

.link{ 
background-image:url("img/link.gif");
background-repeat:no-repeat;
}

/*右側リンク部分*/
.archive{
line-height: 120%;
font-size: small;
margin-top: 5px;
margin-bottom: 40px;
padding-bottom: 5px;
padding-left: 4px;
}
			
.sidebar ul {
padding-left: 0px;
margin: 0px;
}

.sidebar ul ul {
margin-bottom: 0px;
}

.sidebar #categories ul {
padding-left: 15px;
}

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

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

.banner {
padding-top: 10px;
}

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

/*使用してない*/
.link-note {
font-family: Helvetica, Arial, sans-serif;
font-size: x-small;
line-height: 150%;
text-align: left;
padding: 2px;
margin-bottom: 15px;
}

#powered {
font-family: Helvetica, 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{
width:800px;
height:30px;
text-align:center;
padding-top:0px;
clear:both;
font: 10px Arial, Helvetica, sans-serif;
color: #BCD511;
background: url(img/footer.jpg) no-repeat;
}


