@charset "UTF-8"; /* PublishCharset into mt-config.cgi */
/* すべて */
* {
margin: 0;
padding: 0;
font-family: Verdana, Arial, sans-serif;
}
body {
font-size: 100%;
}
html>body {
font-size: 12pt;
}

/* 見出し */
h1, h2, h3, h4, h5, h6 {
font-weight: normal;
}
/* リンク */
a,
a:link,
a:visited {
color: #069;
text-decoration: none;
}
a:hover {
color: #069;
text-decoration: underline;
}
a:active {}
/* リンクつき画像 */
a img {
border: none;
}
/* フォーム */
form {
margin: 0px;
}
#search-options,
input,
textarea {
padding: 1px;
}
#search {
width: 140px;
height: 20px;
}
html > body #search {
height: 15px;
}
/* ======ヘッダ====== */
#header {
width:750px;
height:75px;
background:url(img/blog_bghead.jpg);
text-align: left;
}
#header a,
#header a:link,
#header a:visited {
color: #fff;
background: transparent;
font-size: 32px;
text-decoration: none;
}
#header a:hover {}
#header a:active {}
#header h1 {
width:450px;
height:70px;
background:url(img/blog_headlogo.gif) no-repeat 0 0;
}
#header h1 a {
width:450px;
height:70px;
display:block;
font-size:0px;
text-indent:-9999px;
}
/* タイトルバナー下の説明 */
.blog-description {
font-size:1px;
display:none;
color:#ffffff;
}


/* ======ブログ記事========= */
.date {
width:220px;

float:left;
margin:0px;
background:url(img/blog_bgtitle1.gif) no-repeat top left #66cc66;
font-size:13px;
font-weight:bold;
color:#ffffff;
line-height:1.1;
padding:7px 5px 0px 15px;
height:20px;
}
.entry-name {
width:290px;
float:left;
background:#66cc66;
font-size:13px;
font-weight:bold;
color:#ffffff;
line-height:1.1;
text-align:right;
padding:7px 10px 0px 0px;
height:20px;
}
.entry-name s {
display:none;
}
.clear {
clear:both;
height:6px;
font-size:0px;
line-height:1;
background:#ffffff;
}
/* ブログ記事タイトル */
.entry-header {
border-left: 5px solid #999;
border-bottom: 1px dotted #999;
padding: 5px 3px 1px 8px;
font-size: 14px;
font-weight: bold;
}
/* ブログ記事 */
.entry {
width: auto;
padding:5px 2px 20px 2px; 
color: #404040;
background: #fff;
font-size: 12px;
line-height:1.5;
word-break: break-all;
}
.entry-body {
width: auto;
padding:2px 7px 20px 7px; 
}
/* 段落 */
.entry p {
margin: 12px 0;
}
/* 順序なしリスト */
.entry ul,
.entry ol {
list-style-type: none;
margin:0;
padding:0;
padding-left: 16px;
}
.entry ul li {
list-style-type: circle;
}
/* 定義リスト */
.entry dl {}
.entry dt {}
.entry dd {
padding-left: 8px;
}
/* テキストエリア */
.entry textarea {
width: 97%;
}
/* 引用 */
blockquote {
width: auto;
margin: 15px 20px 0;
padding: 10px;
border: 1px solid #666;
background: #f6f6f6;
}
/* 引用文タイトル */
.quotetitle { 
border-bottom: 1px solid #666;
padding: 3px;
}
pre {
margin: 15px 20px 0px;
padding: 10px;
background: #f6f6f6;
border: 1px solid #999;
font-size: 12px;
line-height: 1.5;
width: 100%;
overflow: scroll;
}
html>body pre {
width: 87%;
}
/* 追記 */
.entry.extended {}
/* 投稿者 */
.entry-footer {
margin:0;
padding-top: 3px;
border-top: 1px solid #999999;
font-size: 10px;
text-align: right;
}
.entry-footer s {
display:none;
}
/* タグ */
.entry-tags {
margin:0;
background:#e8e8e8;
font-size: 10px;
padding:4px 10px;
}
.entry-tags-header,
.entry-tags-list,
.entry-tag {
display: inline;
font-size: 100%;
}
.entry-tags-list { 
list-style:none;
padding-left: 5px;
}
/* Typekeyコメンタ－画像 */
.commenter-profile img {
vertical-align: middle;
border-width: 0;
}
/* ウェブページ */
div.page {
margin-top: -5px;
}


/* アーカイブページ */
.archive-mmlist {
padding:0px 3px 8px 0px;
text-align:right;
}
.archive-mmlist select {
width:160px;
}
.archive-header {
background:#112288;
padding:4px 7px;
line-height:1.1;
font-size:15px;
font-weight:bold;
color:#FFFFFF;
}
ul.archive-list {
margin-left:20px;
padding:10px 0px 10px 0px;
line-height:1.1;
}
ul.archive-list li {
padding:0px 0px 5px 0px;
color:#444444;
}
ul.archive-list li a {
font-size:14px;
}
ul.archive-list li s {
display:none;
}
/* アーカイブテンプレートの前後リンク */
.content-nav {
width:540px;
margin:0px 0px 8px 0px;
}
.content-nav td.b {
font-size:12px;
text-align:right;
width:210px;
padding:2px 8px 2px 2px;
background-color:#eaeeed;
}
.content-nav td.t {
font-size:12px;
text-align:center;
width:86px;
padding:4px 0px;
border:solid 1px #d8d8d8;
background-color:#e0e0e0;
}
.content-nav td.n {
font-size:12px;
text-align:left;
width:210px;
padding:2px 2px 2px 8px;
background-color:#eaeeed;
}
.content-nav td s {
display:none;
}
/* ======カテゴリトップ記事リスト========= */
.cate-top {
padding:10px 0px 40px 0px;
}
.cate-top h2 {
background:url(img/blog_bgtitle1.gif) no-repeat top left #3388bb;
font-size:17px;
line-height:1.1;
font-weight:bold;
padding:8px 15px 6px;
color:#ffffff;
}
.cate-top h2 s {
display:none;
}
.cate-top ol {
list-style-type:none;
margin:0;
padding:10px 0px 10px 0px;
}
.cate-top ol li {
list-style-type:none;
margin:0;
width:520px;
background:url(img/blog_ic2.gif) no-repeat #ffffff;
padding:10px 0px 10px 12px;
color:#404040;
font-size:12px;
line-height:1.2;
border-bottom:solid 1px #dddddd;
}
.cate-top ol li .new-date {
color:#707070;font-size:11px;
font-weight:400;
margin-right:5px;
background:none;
padding:0px;
}
/* ======トップページ========= */
.top-talk {
width:540px;
height:125px;
background:url(img/blog_topph.jpg) no-repeat;
vertical-align:top;
}
.top-talk p {
text-align:right;
padding:16px 10px;
line-height:1.7;
font-size:14px;
color:#444444;
}
.top-talk p a {
padding:1px 5px;
}
.top-new {
padding:10px 0px 40px 0px;
}
.top-new h2 {
background:url(img/blog_bgtitle1.gif) no-repeat top left #66cc66;
height:20px;
font-size:15px;
line-height:1.1;
padding:2px 12px;
color:#ffffff;
}
.top-new ol {
list-style-type:none;
margin:0;
padding:10px 0px 10px 10px;
}
.top-new ol li {
list-style-type:none;
margin:0;
width:510px;
background:url(img/blog_ic1.gif) no-repeat #ffffff;
padding:0px 0px 10px 18px;
color:#404040;
font-size:12px;
line-height:1.3;
}
.top-new ol li .new-date {
color:#707070;
font-weight:bold;
margin-right:3px;
background:none;
padding:0px;
}
.top-new ol li .name {
color:#e00000;
font-weight:bold;
margin-left:3px;
}
.top-new ol li .name s {
display:none;
}
.top-new ol li .new-title {
padding:3px 6px;
background-color:#eaeeed;
font-size:14px;
}
/* サイドメニュータイトル */
.sidetitle {
color: #036;
width:179px;
background:url(img/blog_bgmenutt.jpg) repeat-x;
text-align: center;
font-size:12px;
line-height:1.1;
text-align:left;
padding:13px 0px 0px 0px;
}
.sidetitle p {
text-align:center;
}
.sidetitle ul {
list-style-type:none;
margin:0;
padding:0;
}
.sidetitle ul li {
list-style:none;
padding:0px;
margin:0px;
text-align:left;
}
.sidetitle ul.menu-bn {
padding:10px 0px 50px 0px ;
}
.sidetitle ul.menu-bn li {
background:#ffffff;
width:179px;
}
.sidetitle ul.menu-bn li.gotop {
background:url(img/blog_linkbn.gif) no-repeat #ffffff;
width:179px;
height:40px;
text-indent:-999px;
font-size:0px;
}
.sidetitle ul.menu-bn li.gotop a {
display:block;
width:179px;
height:40px;
}
/* サイドメニュー(カテゴリー) */
.sidetitle #categories ul {
width:179px;
border-top:solid 1px #ffffff;
}
.sidetitle #categories li {
border-bottom:solid 1px #ffffff;
background:url(img/blog_menu01.gif) repeat-y;
color:#ffffff;
font-size:14px;
font-weight:400;
vertical-align:middle;
line-height:15px;
height:35px;
}
.sidetitle #categories li p.nolink {
display:block;
color:#ffffff;
text-decoration:none;
padding:10px 0px 0px 14px;
width:165px;
height:25px;
text-align:left;
}
.sidetitle #categories li a {
display:block;
color:#ffffff;
text-decoration:none;
padding:10px 0px 0px 14px;
width:165px;
height:25px;
}
.sidetitle #categories li a:hover {
background:url(img/blog_menu02.gif) repeat-y;
color:#ffffff;
}
.sidetitle #categories li#m9 {
line-height:1.3;
background:url(img/blog_menu03.gif) repeat-y;
color:#003366;
height:45px;
}
.sidetitle #categories li#m9 i {
font-size:12px;
font-style:normal;
}
.sidetitle #categories li#m9 a {
color:#003366;
padding:5px 0px 5px 14px;
height:35px;
}
.sidetitle #categories li#m9 a:hover {
background:url(img/blog_menu04.gif) repeat-y;
}
/* 検索 */
fieldset {
border: none;
padding:8px 0px;
text-align:center;
line-height:2.5;
}
/* カウンター */
.counter {
margin: 8px 0 25px;
padding: 2px;
background: none;
}
/* RSSフィード */
.syndicate {
margin-bottom: 5px;
text-align: left;
color: #666666;
font-size: 75%;
line-height: 1.5;
}
.syndicate img {
border: none;
}






/* コメント・トラックバック */
#trackbacks,
#comments {
margin: 10px 0;
}
.trackbacks-header,
.comments-header,
.comments-open-header {
margin: 15px 0;
}
#trackbacks-info,
.trackback-content,
.comment-content,
.comments-open-content {
margin: 0 2px;
padding: 0;
font-size: 83.3%;
line-height: 1.5;
word-break: break-all;
}
.trackback-content p,
.comment-content p {
margin-top: 10px;
margin-bottom: 5px;
}
.trackback-footer,
.comment-footer {
margin-right: 2px;
padding-top: 3px;
border-top: 1px dotted #36414d;
font-size: 66.6%;
text-align: right;
}
#comments-open-data p {
margin-bottom: 10px;
}
#comment-post {
font-weight: bold;
}
#comment-author, #comment-email, #comment-url {
width: 220px;
height: 20px;
}
html > body #comment-author,
html > body #comment-email,
html > body #comment-url {
height: 15px;
}
#comment-text {
width: 400px;
height: 150px;
}
#comment-bake-cookie {
margin-left: 2px;
vertical-align: middle;
}
#comments-open-footer {
margin-top: 15px;
text-align: center;
}
.comments-open label {
display: block;
}
/* 検索結果画面 */
.search-header {
margin: 8px 0;
}
.search-result-header {
margin: 15px 0;
}
/* カラム切り替え */
body.layout-two-column-left {
text-align: center;
background: #223360 url(img/blog_bgtop.gif) repeat-x top;
}
.layout-two-column-left #container {
margin-bottom: 10px;
}
/* 2カラム固定レイアウト幅 */
.layout-two-column-left #box {
margin:0px auto;
width:750px;
padding:0px 1px;
background:url(img/blog_bg.gif) repeat-y center;
text-align: left;
}
/* 2カラム固定レイアウト(左サイドバー) */
.layout-two-column-left #content {
float: right;
width: 570px;
background:#ffffff;
}
.layout-two-column-left #links-left-box {
float: left;
width: 179px;
}
.layout-two-column-left #links-left {
padding:0 0 80px 0;
}
/* 2カラム固定レイアウト(左サイドバー:ブログ記事全体) */
.layout-two-column-left .blog {
padding: 10px 15px 25px 15px;
}
/* フッタ */
.layout-two-column-left #footer {
clear:both;
border-top: 1px solid #999999;
background: #99aaaf;
}
#footer p {
padding:5px 0px;
color: #ffffff;
font-family:"Times New Roman", "Times", "serif";
font-size: 12px;
text-align: center;
line-height: 1.1;
}
.layout-two-column-left #footer {
width: 750px;
}


input,textarea {
font-family: "Osaka", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", arial, sans-serif;
}
.clearfix:after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}
.clearfix {display: inline-table;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

