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

/*
 * File      : styles-site.css
 * Version   : 2.04
 * Update    :
 * 2.00 2005.09.01: Update for Movable Type 3.2.
 * 2.01 2005.09.03: add font-size to content-nav.
 * 2.02 2005.09.27: correct the capital letter to the small letter.
 * 2.03 2005.09.28: for CGI.
 * 2.04 2005.10.10: fix bug.
 *
 * Copyright (C) 2005-2006 www.koikikukan.com All rights reserved.
 */

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

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

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

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

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

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

/* フォーム */
form {
    margin: 0px;
}
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 {
/*
    border-bottom: 1px solid #666699;
*/
    color: #999999;
    background: #8DC6B4;
    background-position: right top;
    background-repeat: no-repeat;
    text-align: left;
}

#banner a,
#banner a:link,
#banner a:visited {
    color: #ffffff;
    font-size: 32px;
    text-decoration: none;
}
#banner a:hover {}
#banner a:active {}

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

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

/*ページタイトル */
.blog h2{
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	height: 30px;
	width: 100%;
	margin-top: 5px;
	margin-left: 2px;
	margin-bottom: 10px;
	line-height: 30px;
	text-align: left;
	text-indent: 15pt;
	background-image: url(images/title_back_new.jpg);
	border-top: 2px solid #A8C9BE;
	border-bottom: 2px solid #A8C9BE;
}
/* エントリー日付 */
.date {
    margin: 6px 5px 0;
    padding: 2px 0 2px 5px;
    color: #ffffff;
    background: #8fabbe;
    background-position: left; 
    background-repeat: no-repeat;
    background-image: url(".gif");
    font-size: 11px;
    font-weight: bold;
}

/* エントリー */
.entry {
    width: auto;
    margin: 0 5px 15px;
    color: #333333;
    background: #ffffff;
    background-position: right; 
    background-repeat: repeat-y; 
    background-image: url(".gif");
    font-size: 90%;
    line-height:150%;
    word-break: break-all;
}
.entry a:active {}
.entry img {
    margin-right: 8px;
    margin-bottom: 5px;
}

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

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

/* エントリータイトル */
.entry-header {
    margin: 15px 5 15;
    color: #333333;
    background: #ccffcc;
    font-size: 12px;
    font-weight: bold;
    text-align: left;
    text-indent: 15pt;
}



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

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

/* アーカイブページの前後リンク */
.content-nav {
    margin: 10px;
    text-align: center;
    font-size: 12px;
}

/* サイドメニュータイトル */
.sidetitle {
    margin-top: 3px;
    padding: 2px 0 1px;
    _padding: 1px 0 2px;
    border: 1px solid #666666;
    text-align: center;
    color: #ffffff;
    background: #97aba5;
    font-size: 10px;
    line-height: 140%;
}

/* sidetitle2用 */
.sidetitle2 {
    width: auto;
    margin:3px 0px 0px 0px;
    padding: 0px;
    text-align: center; /* テキスト配置 */
}

.sidetitle2 a {
    width: auto;
}

/* 通常 */
.sidetitle2 a:link,
.sidetitle2 a:visited {
    display: block;
    padding: 2px;
    border: 1px solid #999999; /* 枠線 */
    color:#666666; /* 文字色 */
    background-color:#f6f6f6; /* 背景色 */
    font-family: Verdana, Arial, sans-serif;
    font-size:10px;
    text-decoration: none;
}

/* マウスポイント時 */
.sidetitle2 a:hover {
    padding: 2px;
    border: 1px solid #999999; /* 枠線 */
    color:#ffffff; /* 文字色 */
    background-color: #999999; /* 背景色 */
    font-family: Verdana, Arial, sans-serif;
    font-size:10px;
    text-decoration: none;
}


/* サイドメニュー */
.side {
    margin: 3px 0 20px;
    background: none;
    color: #bdc6b4;
    font-size: 14px;
    _font-size: 13px;
    line-height: 150%;
}

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

/* make tree用 */
ul.tree {
    margin: 0px!important;
    padding: 0px!important;
    font-size: 12px;
    list-style: none!important;
}
ul.tree ul {
    margin: 0px!important;
    padding: 0px!important;
}
ul.tree li {
    margin: 0px!important;
    padding: 0px 0px 0px 16px!important;
    background-image: url(tree_lst_solid.gif);
    background-repeat: no-repeat!important;
    list-style: none!important;
}
ul.tree li.end {
    background-image: url(tree_end_solid.gif);
    list-style: none;
}




/* カウンター */
.counter {
    margin: 8px 0 25px;
    padding: 2px;
    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;
}

/* カラム切り替え */
body.layout-two-column-left,
body.layout-one-column {
    margin-bottom: 20px;
    text-align: center;
    background: #ffffff;
}

/* 2カラム用 */
.layout-two-column-left #box {
    width: 720px;
    margin-left: auto;
    padding: 0;
    border-bottom: 1px solid #666699;
    text-align: left;
    background-color: #ffffff;
    background: url(images/back.jpg)
}

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

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

/* 2カラム(左サイドバー) */
.layout-two-column-left #content {
    float: left;
    width: 510px;
    margin: 0 0 20px 0;
}
.layout-two-column-left #links-left-box {
    float: left;
    width: 180px;
}
.layout-two-column-left #links-left {
    padding: 5px 5px 0;
    color: #ffffff;
}
/* twoカラムフッタ*/
.layout-two-column-left #footer {
    padding: 10px;
    border-top: 1px solid #666699;
    color: #ffffff;
    background-image: url("http://www.e-security-ads.com/images/altech_top/top_r22_c3.gif");
    font-size: 10px;
    text-align: center;
}

/* 1カラム */
.layout-one-column #content {}

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