/*  
Theme Note2
Theme URI: http://www.mcdodesign.com/
Description: Note blue
Version: 1.1
Author: Susumu Yoshida
Author URI: http://www.mcdodesign.com/
*/

#container {
width: 860px;
padding: 0px 0px 0px 0px;
margin: 0px auto 10px; 
background: url(images/containerbg2.png);
background-repeat: repeat-y;
}

/* ヘッダー*/

#header {
width: 860px;
height: 80px;
background: url(images/headerbg2.png);
background-repeat: no-repeat;
}


#posts {
width: 627px;
background: url(images/note_center.png);
background-repeat: repeat-y;
margin: 0px 0px 0px 8px;
padding: 0px 0px 0px 30px;
float: left;
}

/* 日付*/

.date {
font-size: 11px;
color: #2d2917;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
line-height: 1.5em;
}

.post {
width: 568px;
margin: 0px 8px 0px 0px;
padding: 0px 0px 0px 0px;
float: left;
}

.tags {
font-size: 10px;
line-height: 1.5em;
color: #ffffff;
}

.post h2 {
background-repeat: no-repeat;
width: 627px;
height: 31px;
margin: -31px 0px -16px -30px;
padding: 35px 0px 0px 26px;
font-weight: bold;
font-size: 12px;
}

.post h3 {
background-repeat: no-repeat;
width: 627px;
height: 53px;
margin: 0px 0px 0px -30px;
padding: 35px 0px 0px 26px;
font-size: 12px;
color: #e86f6f;
font-weight: bold;
}

.comments {
background-repeat: no-repeat;
width: 627px;
height: 31px;
margin: -14px 0px 0px -30px;
padding: 60px 0px 40px 26px;
display: block;
}

.post a, .navigation a {
color: #e86f6f;
margin: 1px 2px 0px 0px;
text-decoration: none;
}

.post a:hover, .navigation a:hover {
color: #e86f6f;
text-decoration: none;	
}

.post a img {
border: none;
}

.postmetadata {
background-repeat: no-repeat;
width: 627px;
height: 36px;
margin: 0px 0px 0px -30px;
padding: 0px 0px 0px 26px;
font-size: 11px;
line-height: 1.5em;
}

/* フッター */

#footer {
clear: both;
height: 64px;
background: url(images/footerbg2.png);
background-repeat: no-repeat;
}

