@charset "utf-8";

/* ------------------------------------------------------
base setting
------------------------------------------------------ */
body {
margin:0;
border:0;
padding:0;
font-size:100%;
font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}

h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dt, dd, div, form, address {
list-style-type:none;
margin:0;
border:0;
padding:0;
font-style:normal;
font-weight:normal;
font-size:100%;
}

/* リンクつき画像 */
a img {
border: none;
}
/* 禁則処理 */
* {
word-break: normal;
line-break: strict;
}

/* ------------------------------------------------------
font size
------------------------------------------------------ */
body {
  font-size: 75%; /* IE用 */
}
html>/**/body {
  font-size: 12px; /* IE7.0を除くモダンブラウザ用 */
}

/* ------------------------------------------------------
レイアウト設定
------------------------------------------------------ */
body {
color: #65625b;
letter-spacing: 0.05em;
background: #fff;
background-image: url(images/menubar_bg.jpg);
background-repeat: repeat-y;
}

#container {
padding-top: 150px;
background-image: url(images/dots_border.gif);
background-repeat: repeat-x;
background-position: 0 150px;
}

.mt-main-index #container {
width: 3800px;
}
.mt-archive-listing #container {
width: 38000px;
}


/* ヘッダ */
#header {
width: 400px;
}
#header a,
#header a:link,
#header a:visited {
background-image: url(images/pagetitle.gif);
background-repeat: no-repeat;
display: block;
text-decoration: none;
text-indent: -9999px;
width: 179px;
height: 21px;
margin-top: 15px;
margin-left: 201px;
overflow: hidden;
}
#header a:hover {}
#header a:active {}


/* タイトルバナー下の説明 */
#header-description {
text-indent: -9999px;
font-size: 1%;
line-height: 1%;
}

/* 右コンテンツ */
#content {
margin: -36px 0 10px 400px;
min-height: 346px;
background-image: url(images/entry_bg.gif);
background-position: 0px 1px;
background-repeat: repeat-x;
}
/* アーカイブの右コンテンツ */
.mt-archive-listing #content {
margin-top: -46px;
}
/* 個別ページの右コンテンツ */
.mt-entry-archive #content {
background: none;
}

/* 左サイドバー */ 
#sideBar {
position: absolute;
width: 380px;
top: 370px;
left: 0px;
font-size: 84%;
text-align: right;
padding-right: 20px;
}
#sideBar .widget {
margin-bottom: 1em;
}
#sideBar .widget-archive .widget-content {
background-image: url(images/slidebox_bg_btm.gif);
background-position: 0px bottom;
background-repeat: no-repeat;
}
#sideBar .widget-archive .widget-content-top {
background-image: url(images/slidebox_bg_top.gif);
background-position: 0px top;
background-repeat: no-repeat;
height: 15px;
}
#sideBar .widget-archive .widget-content .widget-list {
text-align: left;
padding: 5px 20px 20px;
}

/* フッタ */
#footer {
font-size: 84%;
font-family: arial, sans-serif;
width: 380px;
text-align: right;
position: absolute;
bottom: 20px;
}
#footer .links {
margin-bottom: 20px;
}


/* ------------------------------------------------------
各設定
------------------------------------------------------ */
/* リンク */
a,
a:link,
a:visited {
color: #65625b;
text-decoration: none;
background-image: url(images/dots_border.gif);
background-repeat: repeat-x;
background-position: 0 bottom;
padding-bottom: 1px;
}
a:hover {
color: #65625b;
text-decoration: none;
padding-bottom: 1px;
background-image: none;
border-bottom: solid 1px #65625b;
}
a:active {}

/* フォーム */
form {
margin: 0px;
}
#search-options,
input,
textarea {
padding: 1px;
}
#search {
width: 140px;
height: 20px;
}
html > body #search {
height: 15px;
}

/* ブログ記事日付 */
.date {
margin: 8px 0;
}

/* ブログ記事タイトル */
.asset-header {
height: 150px;
margin-top: -150px;
position: relative;
}
.asset-header .entry-title {
position: absolute;
bottom: 5px;
}

.asset-header a{
font-weight: bold;
}

/* ブログ記事 */
.entry-asset {
width: 320px;
padding: 0px 10px 15px;
color: #65625b;
line-height:1.6;
word-break: break-all;
float: left;
display: inline;
}
/* 個別ページのブログ記事 */
.mt-entry-archive .entry-asset {
margin-right: 30px;
}

.asset-content {
margin-top: 15px;
}

/* 段落 */
.entry p {
margin: 15px 0;
}
/* 画像キャプション */
.imgcap { 
display: block;
margin: 5px 0 0 0;
font-size: 84%;
}

/* 順序なしリスト */
.entry ul,
.entry ol {
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;
font-size: 84%;
line-height: 1.5;
}
blockquote p {
margin: 0;
}
.quotetitle { /* 引用文タイトル */
font-size: 84%;
border-bottom: 1px solid #666;
padding: 3px;
}

.quotecap { /* 引用文キャプション */
margin: 0;
text-align: right;
}

pre {
margin: 15px 20px 0px;
padding: 10px;
background: #f6f6f6;
border: 1px solid #999;
line-height: 1.5;
width: 100%;
overflow: scroll;
}
html>body pre {
width: 87%;
}

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

/* 投稿者 */
.asset-footer {
margin: 10px 0 0;
padding-top: 3px;
border-top: #ccc 1px solid;
/* background-image: url(images/dots_border.gif);
background-repeat: repeat-x; */
font-size: 84%;
text-align: right;
}
.author {
display: inline;
}

/* タグ */
.entry-tags {
margin-bottom: 5px;
}
.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-list {
margin: 10px 0;
}

/* アーカイブテンプレートの前後リンク */
.content-nav {
margin: 10px;
text-align: center;
font-size: 84%;
}
/* ブログ記事リストのタイトル */
.archive-title {
position: absolute;
left: 410px;
top: 50px;
}

/* サイドメニュータイトル */
.sidetitle {
margin-top: 3px;
font-size: 84%;
line-height: 1.8;
}

/* サイドメニュー */
.side {
margin-top: 3px;
font-size: 84%;
line-height: 1.5;
}
.side ul,
.side ol {
padding-left: 16px;
}
.side ul li {
list-style-type: circle;
}
.side ul li ul {
padding-left: 0px;
}
.side li li {
list-style-type: none;
}

/* サイドメニュー(サブカテゴリー用) */
.side #categories ul {
padding-left: 16px;
}
.side #categories ul ul {
padding-left: 10px;
}
.side #categories li {
list-style-type: circle;
}

/* サイドメニュー(タグクラウド用) */
ul#tags {
margin-top: 3px;
font-size: 84%;
padding-left: 0;
list-style: none;
}
ul#tags .module-list-item {
display: inline;
}
ul#tags li.taglevel1 {
font-size: 125%;
font-weight: bold;
}
ul#tags li.taglevel2 {
font-size: 125%;
}
ul#tags li.taglevel3 {
font-size: 116.6%;
}
ul#tags li.taglevel4 {
font-size: 108.3%;
}
ul#tags li.taglevel5 {
font-size: 100%;
}
ul#tags li.taglevel6 {
font-size: 91.6%;
}

/* 検索 */
fieldset {
border: none;
}
.widget-search .widget-header {
display: none;
}
/* RSSフィード */
.syndicate {
margin-bottom: 5px;
font-size: 84%;
line-height: 1.5;
}
.syndicate img {
border: none;
}

/* クレジットバナー */
.powered {
margin-top: 50px;
font-size: 84%;
line-height: 1.5;
}
.powered img {
margin-top: 3px;
}
.powered ul,
.powered li {
list-style: none;
}
.module-powered {
margin-top: 15px;
margin-bottom: 15px;
text-align: right;
}

/* コメント・トラックバック */
#trackbacks,
#comments {
width: 320px;
float; left;
padding: 0px 10px 15px;
}

.trackbacks-header,
.comments-header,
.comments-open-header {
margin: 15px 0;
}
.comment {
padding: 10px 0;
background-image: url(images/dots_border.gif);
background-repeat: repeat-x;
background-position: 400px bottom;
}
.comments-open {
width: 500px;
float; left;
}

#trackbacks-info,
.trackback-content,
.comment-content,
.comments-open-content {
margin: 0 2px;
padding: 0;
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;
}
.comments-open label {
display: block;
}

/* 検索結果画面 */
#search-form {
font-size: 84%;
}
.search-header {
margin: 15px 0;
}
.search-result-header {
margin: 15px 0 0;
}

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 */

.analog {  
display: none;  
}  
* html .analog {  
display: block;  
position: absolute;  
top: 20px;  
left: 20px;  
}  

