/* CSS Document */

@charset "UTF-8"; /* PublishCharset into mt-config.cgi */

/* すべて */
body {
    margin: 0px;
    padding: 0px;
    font-family: Meiryo, Verdana, sans-serif;
	background: url(img/back_obi.gif) repeat;
}

.clear {
	clear:both
}

/* レイアウト */
#wrapper {
	width: 790px;
	margin: 0 auto;
	padding: 0px 10px;
	position: relative;
	text-align: center;
	background: url(../img/backstage2.gif) repeat-y;
}

#box {
    width: 790px;
    margin-right: auto;
    margin-left: auto;
    padding: 0 0 20px;
    text-align: left;
	background: #FFFFFF url(img/head_obi.gif) no-repeat left top;
}

/* 2カラム用 */
#container {
    margin-bottom: 0;
}

/* 2カラム(右サイドバー) */
#content {
	float: left;
	margin: 0 0 10px;
	width: 530px;
}
#links-right-box {
    float: left;
    width: 185px;
font-size: 12px;
}
#links-right {
    padding: 15px 15px 0;
    color: #ffffff;
}

/* フッター */
#footer {
	width: 100%;
	height:50px;
	padding:15px 15px 0px;
	text-align: center;
	font-size: 11px;
	background: url(img/head_obi.gif) no-repeat left bottom;
}


/* 見出し */
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}

/* リンク */
a,
a:link,
a:visited {
	color: #007b43;
	text-decoration: none;
}
a:hover {
	color: #ffffff;
	background-color: #007b43;
}

/* リンクつき画像 */
a img {
    border: 0;
}

/* 段落 */
p {
    margin-top: 15px;
    margin-bottom: 15px;
}

/*リスト */
ul,li {
	margin: 0;
	padding: 0;
	list-style: none;
}

/* フォーム */
form {
    margin: 0px;
}
#search-options,
input {
	padding: 1px;
	font-size: 12px;
}
.search  input#submit {
	font-size:12px;
	font-family:arial, verdana, sans-serif;
	color:#007b43;
	text-align:center;
	background:#d6e9ca;
	border:1px solid #93ca76;
}
.search  input#search {
        _height: 16px;
        font-size:12px;
	border:1px solid #93ca76;
}

/* 引用 */
blockquote {
    width: auto;
    margin: 15px 20px 0 20px;
    padding: 10px;
    border: 1px solid #666666;
    background: #f6f6f6;
    font-size: 10px;
    line-height: 150%;
}
.quotetitle { /* 引用文タイトル */
    font-size: 10px;
    border-bottom: 1px solid #666666;
    padding: 3px;
}

/* タイトルバナー */
#banner {
	padding: 15px;
	color: #999999;
    text-align: left;
	height: 130px;
	background: url(img/header.gif) no-repeat 0px 5px;
}
#banner .banner-header {
	margin-top: 45px;
	margin-left: 30px;
	margin-bottom: 0px;
}
#banner .banner-description {
	margin-left: 30px;
	color: #007b43;
	font-size: 11px;
}

#banner a,
#banner a:hover,
#banner a:link,
#banner a:visited {
	text-decoration: none;
	background: #ffffff;
}

/* アーカイブタイトル */
.title-archive {
	margin: 0px 0px 15px 5px;
	font-size: 14px;
	line-height: 100%;
	color: #007b43;
	padding: 2px 0px 2px 7px;
	border-left: 3px solid #007b43;
}

/* エントリー全体 */
.blog {
    padding: 10px;
    font-size: small;
    color: #36414d;
    background: none;
}


/* エントリー日付 */
.date {
	margin: 0px 0px 0;
	padding: 2px 0 2px 5px;
	/*    background-position: left; 
    background-repeat: no-repeat;
    background-image: url(".gif");*/
    font-size: 10px;
	text-align: right;
}

/* エントリー日付・コメントタイトル・トラックバックタイトルの配色 */
.date,
.trackbacks-header,
.comments-header,
.comments-open-header {
    color: #666666;
}

/* エントリー */
.entry {
    width: auto;
    margin: 0 5px 45px;
    color: #36414d;
    background: #ffffff;
    font-size: 12px;
    line-height:150%;
    word-break: break-all;
}
.entry img {
    margin-right: 8px;
    margin-bottom: 5px;
}

/* エントリーのテキストエリア可変長指定 */
.entry textarea {
    width: 97%;
}

/* 追記 */
.entry.extended {}
.entry h2 {
	background: url(img/back_comment.gif) no-repeat 0px 12px;
	line-height: 190%;
	margin: 0;
	color: #000000;
	font-size: 17px;
	font-weight: normal;
	padding: 0;
}
.entry h2 a {
	color: #000000;
}
.entry h2 a:hover {
	color: #FFFFFF;
}

/* 全文を読む */
.entry .entry-more {
	text-align:right;
	padding-left: 16px;
}
.entry .entry-more-archive {
	text-align:left;
	padding-left: 16px;
	border-left: 3px solid #007b43;
}
.entry .entry-more a,.entry .entry-more-archive a {
	background: url(img/icon_more.gif) no-repeat left center;
	padding-left: 18px;
}
.entry .entry-more a:hover, .entry .entry-more-archive a:hover {
	background-color: #007b43;
}
.entry .more-txt {
	font-size: 11px;
	color: #999999;
}

/* エントリータイトル */
.entry-header {
	margin: 15px 0 0;
	color: #000000;
	font-size: 15px;
	font-weight: normal;
	padding: 0px 0px 0px 22px;
	background: url(img/icon_pencil.gif) no-repeat left center;
}
.entry-header a {
	color: #000000;
}
.entry-header a:hover {
	color: #ffffff;
	background-color: #007b43;
}
.entry .excerpt {
	font-size: 12px;
	line-height: 20px;
	background: url(img/tensen500.gif) no-repeat left bottom;
	padding: 2px 0px;
}

/* 投稿者 */
.entry-footer {
	margin: 10px 0 0 0;
	text-align: right;
	color: #36414d;
	font-size: 10px;
	letter-spacing: 0px;
}

/* タグ */
.entry-tags-header,
.entry-tags-list,
.entry-tag {
    display: inline;
    font-size: 10px;
}
.entry-tags-list { 
    list-style:none;
    padding-left: 5px;
}

/* Typekeyコメンタ－画像 */
.commenter-profile img {
    vertical-align: middle;
    border-width: 0;
}

/* アーカイブページ本文 */
.archive-list {
    margin: 10px 0;
}

/* アーカイブテンプレートの前後リンク */
.content-nav {
	margin: 10px;
	text-align: center;
	font-size: 12px;
}
.content-nav li {
	display: inline;
}
.content-nav .prev a {
	padding: 1px 0px 1px 24px;
	color: #007b43;
	background: url(img/icon_left.gif) no-repeat left center;
}
.content-nav .next a {
	padding: 1px 24px 1px 0px;
	color: #007b43;
	background: url(img/icon_right.gif) no-repeat right center;
}
.content-nav a:hover {
	color: #FFFFFF;
	background: #007b43;
}


/* サイドメニュータイトル */
.sidetitle {
	margin-top: 3px;
	padding: 2px 0px 1px 5px;
	_padding: 2px 0 2px 5px;
	color: #444444;
	background: #ffffff url(img/menu_waku.gif) no-repeat;
	font-size: 12px;
	line-height: 140%;
	width: 225px;
}

/* サイドメニュー */
.side {
	margin: 20px 0;
	color: #007b43;
	_font-size: 9px;
	line-height: 150%;
	width: 225px;
	background: 3px;
}

/* リセントエントリー */
.recent {
	margin: 3px 0 30px;
	line-height: 150%;
	width: 225px;
}
.recent ul {
	list-style: none;
}
.recent li {
	height: 1.7em;
	background: url(../blog/img/tensen.gif) no-repeat left bottom;
	padding: 3px 0px;
}
.recent a {
	background: url(../blog/img/icon.gif) no-repeat left center;
	padding-left: 18px;
}
.recent a:hover {
	background-color: #007b43;
}

/* カテゴリー用 */
.Category {
	margin: 3px 0 30px;
	line-height: 150%;
	width: 225px;
}
.Category ul {
	list-style: none;
}
.Category li {
	height: 1.7em;
	background: url(../blog/img/tensen.gif) no-repeat left bottom;
	padding: 3px 0px;
}
.Category a {
	background: url(img/icon_folder2.gif) no-repeat left center;
	padding-left: 18px;
}
.Category a:hover {
	background-color: #007b43;
}

/* マンスリー */
.monthly {
	margin: 3px 0 30px;
	line-height: 150%;
	width: 225px;
}
.monthly ul {
	list-style: none;
}
.monthly li {
	width: 100px;
	height: 300%;
	background: url(../blog/img/tensen.gif) no-repeat left bottom;
	padding: 3px 0px;
	float: left;
	margin-right: 10px;
}
.monthly a {
	background: url(../blog/img/icon_folder.gif) no-repeat left center;
	padding-left: 18px;
}
.monthly a:hover {
	background-color: #007b43;
}


#footer li {
	margin-right: 14px;
        letter-spacing: 0;
	display: inline;
}

/* サイドメニュー(タグクラウド用) */
ul#tags {
    margin-top: 5px;
    padding-left: 0;
    list-style: none;
}
ul#tags .module-list-item {
    display: inline;
}
ul#tags li.taglevel1 {
    font-size: 13px;
font-weight: bold;
}
ul#tags li.taglevel2 {
    font-size: 13px;
}
ul#tags li.taglevel3 {
    font-size: 12px;
}
ul#tags li.taglevel4 {
    font-size: 11px;
}
ul#tags li.taglevel5 {
    font-size: 10px;
}
ul#tags li.taglevel6 {
    font-size: 9px;
}

/* カウンター */
.counter {
    margin: 8px 0 25px;
    padding: 2px;
    background: none;
    font-size: 9px;
}
.syndicate img {
	vertical-align: middle;
}

/* RSSフィード */
.syndicate {
	margin-bottom: 5px;
	text-align: left;
	font-size: 11px;
	line-height: 150%;
	width: 225px;
}

/* クレジットバナー */
.powered {
	margin-top: 50px;
	text-align: left;
	color: #666666;
	font-size: 10px;
	line-height: 150%;
	width: 225px;
}
.powered img {
    margin-top: 3px;
}

/* コメント・トラックバック */
#comments-open-data p {
    margin-bottom: 10px;
}

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

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

#comment-text {
    width: 266px;
}

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

#comments-open-footer {
    text-align: center;
}

.trackbacks,
.comments {
    margin: 10px 5px;
}

.trackbacks-header,
.comments-header,
.comments-open-header {
    margin: 15px 0;
    padding: 2px 0 2px 5px;
    color: #ffffff;
    background: #007b43;
    font-size: 12px;
}

#trackbacks-info,
.trackback-content,
.comment-content,
.comments-open-content {
    margin: 0;
    padding: 0;
    font-size: 12px;
    line-height: 150%;
    word-break: break-all;
}

.trackback-content p,
.comment-content p {
    margin-top: 10px;
    margin-bottom: 5px;
}

.trackback-footer,
.comment-footer {
    font-size: 9px;
    border-top: 1px dotted #36414d;
    text-align: right;
    padding-top: 3px;
    margin-right: 2px;
}

.comments-open label {
    display: block;
}

.comments-head {
    font-size: 12px;
    color: #ffffff;
    background: #007b43;
    padding: 2px 0 2px 5px;
    margin: 15px 0;
}

.comments-body input#submit {
	width:150px;
	margin-bottom:0px;
	padding:2px;
	font-size:12px;
	text-align:center;
	color:#007b43;
	background:#d6e9ca;
	border:1px solid #93ca76;
}

.comments-body input#search {
        _height: 14px;
	width:300px;
	margin-bottom:0px;
	padding:3px;
	border:1px solid #93ca76;
	font-size:12px;
}
.search-title {
	font-size: 17px;
	color: #000000;
	line-height: 190%;
	font-weight: normal;
}

input,textarea {
    font-family: "Osaka", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", arial, sans-serif;
}

