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

/* 印刷対応 3カラム トラックバック・コメント */
@media screen {
.layout-three-column #content {
	width: 452px;
	margin: 0 0 10px;


}
.layout-three-column #links-left-box {
	width: 170px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	padding-bottom: 20px;
/*	display:none; */
}

.layout-three-column #links-right-box {
	width: 170px;
	padding-bottom: 20px;
}

.trackbacks,
.comments {
    margin: 10px 5px;
    color: #36414d;
}
}
@media print {
.layout-three-column #content {
	width: 620px;
	margin: 0 0 10px;


}
.layout-three-column #links-left-box {
	display:none;
}

.layout-three-column #links-right-box {
	display:none;
}
.trackbacks,
.comments {
	display:none;
}
}

/* すべて */
* {
	margin: 0;
	padding: 0;
	font-family: "Verdana", "Arial", "sans-serif";

}

/* 見出し */
h1 {
	font-size: 18px;
}
h2 {
	font-size: 16px;
}
h3 {
	font-weight: normal;
	font-size: 16px;
}
h4 {
	font-size: 14px;
}
h5 {
	font-weight: normal;
	font-size: 14px;
}
h6 {
	font-size: 12px;
}

/* リンク */
a,
a:link,
a:visited {
    color: #004080;
    text-decoration: none;
}
a:hover {
    color: #CC3300;
    text-decoration: underline;
}
a:active {}

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

/* 段落 */
 p{
   margin:0px;
   color:#333333;
 }

/* 順序なしリスト */
ul, ol {
    padding-left: 16px;
}
ul li {
    list-style-type: circle;
}

/* 定義リスト */
dl {}
dt {}
dd {
    padding-left: 8px;
}

/* フォーム */
form {
    margin: 0px;
}
#search-options,
input {
    padding: 1px;
    font-size: 12px;
}

/* 引用 */
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 {
	color: #999999;
	background: #FFFFFF;
	text-align: left;

}

#banner-header {
	font-size: 20px;
	margin-top: 10px;
	margin-bottom: 10px;



}
#banner a,
#banner a:link,
#banner a:visited {
    color: #CC3300;
    text-decoration: none;
}
#banner a:hover {}
#banner a:active {}

/* タイトルバナー下の説明 */
#banner-description {
    color: #CC3300;
    font-size: 12px;
}

/* フッター */
#footer {
	text-align: center;
	background-color: #CC3300;
	font-size: 11px;
	color: #FFFFFF;
	width: 800px;;
	padding-top: 4px;
	padding-bottom: 2px;
  margin:0px;
}

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

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

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

/* エントリー */
.entry {
	width: auto;
	margin: 0 5px 15px;
	color: #36414d;
	background: #ffffff;
	line-height:150%;
	word-break: break-all;
	font-size: 14px;

}
.entry a:active {}
.entry img {
    margin-right: 8px;
    margin-bottom: 5px;
}

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

/* 追記 */
.entry.extended {}

/* エントリータイトル */
.entry-header {
    margin: 15px 0 0;
    color: #444444;
    font-size: 14px;
    font-weight: bold;
}

/* 投稿者 */
.entry-footer {
    margin: 10px 0 0 0;
    border-top: 1px dotted #36414d;
    text-align: right;
    color: #36414d;
    font-size: 9px;
}

/* タグ */
.entry-tags-header,
.entry-tags-list,
.entry-tag {
    display: inline;
    font-size: 12px;
}
.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;
}
/* パンくず */
.rootmenu {
	font-size: 12px;
	margin-top: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	color: #573526;


}
.rootmenu a,
.rootmenu a:link,
.rootmenu a:visited {
	color: #A46448;

}
.rootmenu a:hover {
    color: #000000;

}


/* サイドメニュータイトル */
.sidetitle {
	margin-top: 5px;
	text-align: center;
	color: #CC3300;
	background: #f6f6f6 url(images/titileback1.jpg);
	font-size: 12px;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 4px solid #CCCCCC;
	font-weight: bold;
	line-height: 120%;
	padding: 4px;







}

/* サイドメニュー */
.side {
	margin: 3px 10px 30px;
	background: none;
	color: #444444;
	font-size: 11px;
	line-height: 140%;
}
.side a,
.side a:link,
.side a:visited {
    color: #848484;
    text-decoration: none;
}
.side a:hover {
    color: #004080;
    text-decoration: underline;
}

/* サイドメニュー(サブカテゴリー用) */

.catlist {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	line-height: 100%;
}
.catlist a,
.catlist a:link,
.catlist a:visited {
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(images/sidelistback1.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
	margin-top: 2px;
	padding-top: 6px;
	padding-bottom: 6px;
}
.catlist a:hover {
	color: #FFFFFF;
	background-image: url(images/sidelistback1_ov.jpg);
}

/* サイドメニュー(タグクラウド用) */
.tagtitle {
	margin-top: 3px;
	_padding: 1px 0 2px;
	text-align: center;
	color: #CC3300;
	background: url(images/sidecattop.jpg) no-repeat left top;
	font-size: 14px;
	line-height: 140%;
	font-weight: bold;
	width: 170px;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 5px;
	padding-top: 8px;
}
.sidetags {
	background-image: url(images/sidecatmiddle.jpg);
	background-repeat: repeat-y;
	width: 170px;

}
.tags {
	font-size: 12px;
	text-align: left;
	display: block;


}
.tags a,
.tags a:link,
.tags a:visited {
	text-decoration: none;
	background-image: url(images/catlistback.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	margin-top: 2px;
	text-align: left;
	color: #2EA620;
	margin-left: 5px;
	line-height: 100%;
	font-size: 12px;
	/*width: 100%;*/
	padding-top: 6px;
	padding-bottom: 3px;
	padding-left: 24px;


}
.tags a:hover {
	color: #CC3300;
	background-image: url(images/catlistback_ov.jpg);
}

/* RSSフィード */
.syndicate {
	text-align: left;
	color: #666666;
	font-size: 11px;
	line-height: 150%;
	margin-top: 5px;
	background-color: #FFF0D2;
	padding-top: 6px;
	padding-bottom: 4px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #D8D2BE;
	border-bottom-color: #D8D2BE;



}

.powered img {
    margin-top: 3px;
}

.clear {
    clear: both;
}

/* コメント・トラックバック */
#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-header,
.comments-header,
.comments-open-header {
    margin: 15px 0;
    padding: 2px 0 2px 5px;
    color: #ffffff;
    background: #8fabbe;
    font-size: 11px;
}

#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: 11px;
    color: #ffffff;
    background: #8fabbe;
    padding: 2px 0 2px 5px;
    margin: 15px 0;
}

/* カラム切り替え */

/* 3カラム用 */
body.layout-three-column,
body.layout-two-column-left,
body.layout-two-column-right,
body.layout-one-column {
    margin-bottom: 20px;
    margin-top:10px;
    margin-right:auto;
    margin-left:auto;
    text-align: center;
    background: #989C9E;
    color:#333333;

}
.layout-three-column #container,
.layout-two-column-left #container,
.layout-two-column-right #container {
    margin-bottom: 10px;
}
.layout-three-column #box {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	padding: 0;
	text-align: left;
	background-color: #ffffff;
	margin-bottom: 15px;

}

/* 2カラム用 */
.layout-two-column-left #box,
.layout-two-column-right #box {
	margin-right: auto;
	margin-left: auto;
	padding: 0 0 0px;
	text-align: left;
	background-color: #ffffff;
	width: 800px;

}

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

/* 1カラム用 */
.layout-one-column #box {
    width: 478px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0;
    padding: 0;
    text-align: left;
    background-color: #ffffff;
}

/* 1カラム・リキッドレイアウト用 */
/* タイトルバナー */
.layout-one-column-liquid #banner {
    margin-right: 100px;
    margin-left : 100px;
    border-left: 1px solid #666699;
    border-right: 1px solid #666699;
}
body.layout-one-column-liquid {
    background: #36414d;
}

/* フッタ */
.layout-one-column #footer {
    text-align: center;
}
.layout-one-column-liquid #footer {
    padding-bottom: 15px;
    text-align: center;
}

/* 3カラム(リキッドレイアウト) */
.layout-three-column-liquid #content {
    margin: 0 185px 10px;
    border-bottom: 1px solid #666699;
    border-left: 1px solid #666699;
    border-right: 1px solid #666699;
}
.layout-three-column-liquid #links-left{
    position: absolute;
    width: 155px;
    top: 95px;
    left: 15px;
    color: #ffffff;
}
.layout-three-column-liquid #links-right{
    position: absolute;
    width: 155px;
    top: 95px;
    right: 15px;
    color: #ffffff;
}

/* 2カラム(リキッドレイアウト：右サイドバー) */
.layout-two-column-liquid-right #content {
    margin: 0 185px 10px 0;
    border-bottom: 1px solid #666699;
    border-right: 1px solid #666699;
}
.layout-two-column-liquid-right #links-right {
    position: absolute;
    width: 155px;
    top: 95px;
    right: 15px;
    color: #ffffff;
}

/* 2カラム(リキッドレイアウト：左サイドバー) */
.layout-two-column-liquid-left #content {
    margin: 0 0 10px 185px;
    border-bottom: 1px solid #666699;
    border-left: 1px solid #666699;
}
.layout-two-column-liquid-left #links-left {
    position: absolute;
    width: 155px;
    top: 95px;
    left: 15px;
    color: #ffffff;
}

/* 1カラム(リキッドレイアウト) */
.layout-one-column-liquid #content {
    margin: 0 100px 10px;
    border-bottom: 1px solid #666699;
    border-left: 1px solid #666699;
    border-right: 1px solid #666699;
    background: #ffffff;
}

/* 3カラム */

.layout-three-column #links-left {
    padding: 0px 5px;
}
.layout-three-column #links-right {
    padding: 0px 0px 0px 5px;
}
/* 2カラム(右サイドバー) */
.layout-two-column-right #content {
    float: left;
    width: 478px;
    margin: 0 0 10px 0;
    border-bottom: 1px solid #666699;
    border-right: 1px solid #666699;
}
.layout-two-column-right #links-right-box {
    float: left;
    width: 185px;
}
.layout-two-column-right #links-right {
    padding: 15px 15px 0;
    color: #ffffff;
}

/* 2カラム(左サイドバー) */
.layout-two-column-left #content {
	width: 615px;
	margin: 0 0 0 0px;
	padding-left: 0px;
}

.layout-two-column-left #links-left-box {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	width: 170px;
	padding-bottom: 20px;



}
.layout-two-column-left #links-left {
	padding: 0px 5px 0;

}

/* 1カラム */
.layout-one-column #content {
	letter-spacing: -0.1em;

}

input,textarea {
    font-family: "Osaka", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", arial, sans-serif;
}
.content-title1 {
	margin: 0px;
	padding: 22px 0px 4px 60px;
	background-image: url(images/cattitleback.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	color: #5E0000;
	font-size: 20px;



}
