/* コンテナ */
div#container{
width: 760px;
margin: auto
}

/* ヘッダー */
div#header{
background-image: url(http://www.sanpo-miti.com/pagedesign/header.jpg);
background-color: #339966;
padding-top: 20px;
padding-bottom: 110px;
border-top: solid 10px #006633
}


div#header h1{
font-size: 1.875em;
font-family: 'Trebuchet MS', Helvetica, sans-serif;
margin: 0 20px
}

div#header h1 a{
text-decoration: none;
color: #ffffff
}

div#header p{
font-size: 0.75em;
color: #ffffff;
margin: 8px 20px 0
}

/* 独立ページのメニュー */
ul#pagemenu{
list-style-type: none;
margin: 0;
padding: 0
}

ul#pagemenu li{
display: inline;
padding-right: 10px
}

ul#pagemenu li a{
font-size: 0.75em;
font-weight: 500;
color: #339966;
text-decoration: none
}

/* コンテンツ */
div#content{
width: 515px;
float: left;
margin-bottom: 20px
}

p#pagetitle{
font-size: 0.875em;
font-weight: bold;
color: #339966;
border: dotted 1px #339966;
text-align: center;
padding: 10px 0;
margin-top: 20px
}

/* 記事 */
div.post{
border: solid 1px #339966;
padding: 18px;
margin: 20px auto
}


div.post h2{
background-image: url(http://www.sanpo-miti.com/pagedesign/mark.png);
background-repeat: no-repeat;
font-size: 0.875em;
border-bottom: dotted 1px #339966;
padding-top: 2px;
padding-left: 24px;
padding-bottom: 5px;
margin: 0
}


div.post h2 a{
text-decoration: none;
color: #000000
}


div.honbun{
font-size: small;
line-height: 1.6;
margin-top: 10px;
color: #339966
}


div.honbun p{
margin-top: 0
}

p.postinfo{
font-size: 0.78em;
color: #339966;
text-align: right;
margin: 20px 0 0;
clear: both
}


p.postinfo a{
color: #339966
}

/* 記事内の画像 */
.mt-enclosure-image img{
border: none
}


/*ページリンク*/
p.pagelink a{
font-size: 0.75em;
color: #339966
}

span.pageprev{
float: left
}
span.pagenext{
float: right
}

/* サイドバー */
div#sidebar{
width: 220px;
float: right;
margin-top: 20px;
margin-bottom: 20px;
line-height: 1.6;
}

div#sidebar h2{
background-image: url(http://www.sanpo-miti.com/pagedesign/bar.png);
background-repeat: no-repeat;
font-size: 0.75em;
color: white;
padding: 6px 8px;
margin-bottom: 0
}

div#sidebar li{
font-size: 0.75em;
list-style-type: none;
margin-bottom: 4px;
background-image: url(http://www.sanpo-miti.com/pagedesign/listmark.png);
background-repeat: no-repeat;
background-position: 0 4px;
padding-left: 12px;
vertical-align: top
}

div#sidebar li a{
color: #339966;
text-decoration: none;
}

div#sidber li li{
font-size: 1em;
background-image: url(http://www.sanpo-miti.com/pagedesign/listmark2.png)
}

div#sidebar ul{
margin:8px;
padding: 0
}

/* フィード */
p.feed{
font-size: 0.75em;
font-family: Verdana, Helvetica, sans-serif;
border: dotted 1px #339966;
padding: 5px;
margin: 25px 0
}

p.feed a{
color: #339966;
text-decoration: none
}

p.feed img{
vertical-align: middle;
margin-right: 8px
}


/* フッター */
div#footer{
border-top: solid 3px #339966;
clear: both
}
address{
font-size: 0.75em;
font-style: normal;
font-family: Verdana, sans-serif;
padding-top: 6px
}
address a{
color: #339966
}

/* 検索フォーム */
input#s{
width: 140px;
margin-bottom: 5px
}

input{
margin-left: 2px;
vertical-align: top
}


