@charset "UTF-8"; /* PublishCharset into mt-config.cgi */
/*technorati*/
#technorati {
    font-size: 8px;
    color:#ffffff;
}
#technorati a {
    font-size: 8px;
    color:#ffffff;
}

/* すべて */
* {
    margin: 0;
    padding: 0;
    font-family:"ＭＳ 明朝","Osaka－等幅",Verdana, Arial, sans-serif;
}

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

/* リンク */
a:link {color:#0066CC; text-decoration:none}
a:visited {color:#0066CC; text-decoration:none}
a:active { color: #0066CC;}
a:hover { color: #006699; font-size:102%;}

/* リンクつき画像 */
a img {
    border: 0;
}
/* 小文字 */
.navy_s{	
font-size:7px;
color:#000080;
}
.red_s{	
font-size:7px;
color:#ff0000;
}

/* 注意文字 */
.red{	
color:#C71585;
}

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

/* 順序なしリスト */
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: #000080;
 background-image: url("../img/sky2.jpg");
 /*background-image: url("../img/sky2_2.jpg");*/
 padding: 15px;
 height: 60px;
 width="100%"
 border-bottom: 1px solid #666699;
/*  color: #999999;
    background: #8fabbe;
    background-position: right top;
    background-repeat: no-repeat;
    background-image: url(".gif");
    text-align: left;
    background-color: #6699FF;
*/
}
#banner-header{
    font-size: 30px;
    font-weight:bold;
    font-style:italic;
    text-align: left;
    margin: 2px 5px 5px 5px; /*{上]と[右]と[下]と[左]を指定 */
}
#banner td {
    font-size: 8px;
    font-style: italic;
}
#banner a {
    color: #ffffff;
    font-style: italic;
}

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

/* タイトルバナー下のリンク */
#banner-link {
	background-color: #ffffff;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding: 0px 210px 0px 210px;
	border-bottom: 1px solid #666699;
}
#banner-link td {
	font-size: 10px;
	font-style: italic;
}
.linklist {
    margin: 0px 0px 0px 250px;
}

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

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

/* コメントタイトル・トラックバックタイトルの配色 */
.trackbacks-header,
.comments-header,
.comments-open-header {
    color: #000080;
    background: #ffffff;
    text-align: left;
    font-size: 9px;
}
/* エントリー */
.entry {
    width: auto;
    margin: 0 5px 15px;
    color: #000080;
    background: #ffffff;
    font-size: 10px;
    line-height:150%;
    word-break: break-all;
/*
    background-position: right; 
    background-repeat: repeat-y; 
    background-image: url(".gif");
*/
}
.entry a:active {}
.entry img {
    margin-right: 8px;
    margin-bottom: 5px;
}
/* エントリーのテキストエリア可変長指定 */
.entry textarea {
    width: 97%;
}

/* 追記 */
.entry-more {
    color: #000080;
    text-align: left;
    font-size: 9px;
}
.entry-more a:active {
    color: #0066CC;
}
.entry-more a:hover {
    color: #006699;
    font-size:102%;
    background: #00ffff;
}
.entry.extended {}

/* エントリータイトル */
.entry-header {
    margin: 0 15px 0 0;
    padding: 3px 0 0 0;
    background-image: url("../img/comment_title.jpg");
    height: 20px;
}
#entry-header {
    margin: 0 15px 0 0;
    padding: 3px 0 0 0;
    background-image: url("../img/comment_title.jpg");
    height: 20px;
    color: #000080;
    font-size: 13px;
    font-weight: bold;
}
#entry-header a {
    background-image: url("../img/comment_title.jpg");
    height: 20px;
    color: #000080;
    font-size: 13px;
    font-weight: bold;
    text-decoration: none;
}
/* エントリーボディ */
.entry-content {
    color: #000080;
    font-size: 10px;
}

/* 投稿者 */
.entry-footer {
    margin: 10px 0 0 0;
    border-top: 1px dotted #36414d;
    text-align: right;
    color: #000080;
    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 {
    color: #000080;
}
#archive dt {
margin:10px 0 0;
padding-left:10px;
font-size:14px;
font-weight:bold;
color:#000080;
_background:none;
border-left:5px solid #07a;
border-bottom:1px solid #07a;
}

#archive dd {
    color: #000080;
    background: #ffffff;
    font-size: 10px;
}
.archive-list {
    margin: 10px 0;
    font-size: 10px;
}

.date-archive {
    color: #000080;
    background: #ffffff;
    font-size: 9px;
/*
    margin: 2px 2px 0;
    padding: 2px 0 2px 5px;
    background-position: left; 
    background-repeat: no-repeat;
    background-image: url(".gif");
*/
}

/* アーカイブテンプレートの前後リンク */
.content-nav {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-size: 8px;
}

/* カレンダー */
#calendar {
    margin: 5px 0 10px;;
    color: #444444;
}
.calendarhead {
    padding-bottom: 5px;
    font-size: 9px;
    letter-spacing: 0.2em;
}
.module-header {
    padding-bottom: 5px;
    font-size: 9px;
    letter-spacing: 0.2em;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
#calendar table {
    padding: 0;
    border-collapse: collapse;
}
#calendar th {
    padding-bottom: 3px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-size: 9px;
    width: 23px;
}
#calendar td {
    padding: 2px 0;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-size: 10px;
    line-height: 120%;
}
.today {
    display: block;
    border: 1px solid #444444;
}
.sunday,
.holiday,
.holiday a:link,
.holiday a:visited {
    color: #e50003;
}
.saturday,
.saturday a:link,
.saturday a:visited {
    color: #0000ff;
}

/* クロック */
.clock{
border: 1px solid #666666;
}

/* サイドメニュータイトル */
.sidetitle {
    margin-top: 3px;
    padding: 2px 0 1px;
    _padding: 1px 0 2px;
    border: 1px solid  #666666;
    text-align: left;
    color: #000080;
    background-image: url("../img/side_title1.jpg");
    font-size: 9px;
    font-weight: bold;
    line-height: 140%;
    /*background: #f6f6f6;*/
}

/* サイドメニューの折りたたみ */
.sidetitle2 {
    width: auto;
    margin:3px 0px 0px 0px;
    padding: 0px;
    border: 1px solid  #666666;
    text-align: left; /* テキスト配置 */
    color: #000080;
    background-image: url("../img/side_title1.jpg");
    /*background: #f6f6f6;*/
    font-size: 9px;
    font-weight: bold;
    line-height: 140%;
}
 
.sidetitle2 a {
    width: auto;
}
 
/* サイドメニューの折りたたみ通常 */
.sidetitle2 a:link,
.sidetitle2 a:visited {
    display: block;
    padding: 2px;
    border: 1px solid #999999; /* 枠線 */
    color:#000080; /* 文字色 */
    background-image: url("../img/side_title1.jpg");
    /*background-color:#f6f6f6;  背景色 */
    font-size:9px;
    font-weight: bold;
    text-decoration: none;
}
 
/* サイドメニューの折りたたみマウスポイント時 */
.sidetitle2 a:hover {
    padding: 2px;
    border: 1px solid #999999; /* 枠線 */
    background-image: url("../img/side_title1.jpg");
    color:#ffffff; /* 文字色 */
    /*background-color: #999999;  背景色 */
    font-style: italic;
    font-weight: bold;
    font-size:101％;
    text-decoration: none;
}


/* サイドメニュー */
.side {
    margin: 3px 0 20px;
    background: none;
    color: #000080;
    font-size: 10px;
    _font-size: 9px;
    line-height: 150%;
}
.side_td {
    color: #000080;
    font-size: 10px;
}
.side_red {
    color: #ff0000;
    font-size: 10px;
}
/* サイドメニュー(サブカテゴリー用) */
.side #categories ul {
    padding-left: 16px;
}
.side #categories ul ul {
    padding-left: 10px;
}
.side #categories li {
    list-style-type: circle;
}

/* サイドメニュー(プロフィール用) */
#profile ul {
    list-style-type: none;
    margin-left: 0px;
    padding: 0; 
    margin: 0; 
}
#profile li {
    list-style-type: none;
    margin-left: 0px;
    padding: 0; 
    margin: 0; 
}

/* サイドメニュー(タグクラウド用) */
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: 0px 10px 0 10px;
    padding: 2px;
    background: none;
    font-size: 9px;
}
.counter1 {
    color: #000080;
    background: none;
    font-size: 9px;
}

/* RSSフィード */
.syndicate {
    margin-bottom: 5px;
    text-align: left;
    color: #666666;
    font-size: 9px;
    line-height: 150%;
}

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

.clear {
    clear: both;
}

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


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

#comment-author, #comment-email, #comment-url, #comment-text, {
   margin-left: 4px;
}
#secret_comment {
   margin-left: 4px;
}
#comments-open-text {
}
#comment-bake-cookie {
   margin-left: 4px;
   vertical-align: middle;
}
#comment-remember,#comment-forget {
   width: 50px;
   margin-left: 2px;
   vertical-align: middle;
}

#comments-open-footer {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

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

.trackbacks-header,
.comments-header,
.comments-open-header {
    margin: 15px 0;
    padding: 2px 0 2px 5px;
    color: #000080;
    background: #aaaaff;
    font-size: 11px;
}

#trackbacks-info {
 border-right: #666699 1px dashed; padding-right: 10px;
 border-top: #666699 1px dashed; padding-left: 10px;
 font-size: 10px;
 background: #e6ecf2;
 padding-bottom: 0px;
 margin: 10px 0px;
 border-left: #666699 1px dashed;
 color: #000080;
 padding-top: 0px;
 border-bottom: #666699 1px dashed;
 text-align: center
}

.trackback-content,
.comment-content,
.comments-open-content {
    margin: 0;
    padding: 0 0 0 20px;;
    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: #aaaaff;
    padding: 2px 0 2px 5px;
    margin: 15px 0;
}

/* Blogフッタ */
#blog-footer {
    margin-right: auto;
    margin-left: auto;
    padding: 0px 0 0px 0;
    border-top: 1px solid #666699;
    text-align: center;
    background-color: #ffffff;
}
#footer-top{
    color:#0066cc;
    font-size:10px;
    border:1px solid;
    padding:0px 0px 0px 0px;
    margin: 0px 20px 0px 20px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    background-color: #ffffff;
/*
    color:#aaaaaa;
    font-size:8px;
    border:1px solid;
    padding:3px 8px 3px 8px;"
*/
}
#footer-top a{
    color:#0066cc;
}

input,textarea {
}

/* ツリー*/
ul.tree {
    margin: 0 0 0 15px;
    padding: 0;
    font-size: 9px;
    list-style: none;
}
ul.tree ul {
    margin: 0 0 0 10px;
    padding: 0;
}
ul.tree li {
    margin: 0;
    padding: 0 0 0 11px;
    background-image: url(tree_lst.gif);
    background-repeat: no-repeat;
    list-style: none;
}
ul.tree li.tree_end {
    background-image: url(tree_end.gif);
    list-style: none;
}
.paginate {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-size: 9px;
    color:#aaaaaa;
}
/* 検索用 */
.hidden { display: none; }

.search-results-header {
    font: normal 13px;
    margin-bottom: .75em;
}

/* -------------------------------------------------------------- */
input,textarea {
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-table;}

.item {
list-style-image: none;
display: inline;
float: left;
margin: 0pt 5px 8px;
overflow: hidden;
margin-left: auto;
margin-right: auto;
text-align: center;
vertical-align: middle;
width: 70px;
height: 70px;
}

/* -------------------------------------------------------------- */
/* カラム切り替え */
body.layout-three-column,
body.layout-two-column-left,
body.layout-two-column-right,
body.layout-one-column {
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    background: #ceeaff url(../img/bgsky1.jpg) repeat-y center top fixed;
    /* background: #36414d;
    background-image: url("../img/bgsky1.jpg");
    background-repeat: repeat-x;*/
}
/* 3カラム用 */
.layout-three-column #container,
.layout-two-column-left #container,
.layout-two-column-right #container {
    margin-bottom: 5px;
}
.layout-one-column #container {
    margin-bottom: 0;
}
/* 固定レイアウト共通 */
.layout-three-column #box,
.layout-two-column-left #box,
.layout-two-column-right #box,
.layout-one-column #box {
    margin-right: auto;
    margin-left: auto;
    padding: 0 0 5px 0;
    border-bottom: 1px solid #666699;
    border-left: 1px solid #666699;
    border-right: 1px solid #666699;
    text-align: left;
    background-color: #ffffff;
}
/* 3カラム固定レイアウト幅 */
.layout-three-column #box {
    width: 850px;
}

/* 2カラム固定レイアウト幅 */
.layout-two-column-left #box,
.layout-two-column-right #box {
    width: 665px;
}

/* 1カラム固定レイアウト幅 */
.layout-one-column #box {
    width: 478px;
}

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

/* 1カラム固定レイアウト */
.layout-one-column #content {}

/* フッタ */
.layout-one-column #footer,
.layout-three-column #footer,
.layout-two-column-left #footer,
.layout-two-column-right #footer {
    margin-right: auto;
    margin-left: auto;
    border-left: 2px solid #666699;
    border-right: 2px solid #666699;
    border-top: 1px solid #666699;
    border-bottom: 2px solid #666699;
    height: 20px;
    background: #87CEEB;
    color: #000080;
    font-size: 9px;
    font-style: italic;
    text-align: center;
    line-height: 2.0;
}
.layout-three-column #footer {
    width: 850px;
}
.layout-two-column-left #footer,
.layout-two-column-right #footer {
    width: 665px;
}
.layout-one-column #footer {
    width: 478px;
}
