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

/*
 * File      : styles-site.css
 * Version   : 3.01
 * 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.10.13: add ul and ol type selectors to .entry class selector.
 * 2.04 2005.11.26: fixed typo.
 * 2.05 2006.01.26: comment out the specification of the background image.
 * 2.06 2006.02.26: delete font-weight property from all name selector and add h type selectors
 *                            and brought property for the title together.
 * 2.07 2006.06.01: add .archive-list class selector.
 * 3.00 2006.06.27: Update for Movable Type 3.3.
 * 3.01 2006.07.07: correct class selector.
 *
 * Copyright (C) 2005-2006 www.koikikukan.com All rights reserved.
 */

/* すべて */
* {
    margin: 0;
    padding: 0;
    font-family: Verdana, Arial, sans-serif;
}
body {
    font-size: 100%;
}
html>body {
    font-size: 14pt;
}

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

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

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

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

/* ヘッダ */
#header {
    padding: 15px;
    margin-bottom: 10px;
    color: #999;
    background: #8fabbe;
    background-position: right top;
    background-repeat: no-repeat;
    background-image: url("http://npokazenoko.com/images/banner_p4.jpg");
    text-align: left;
    height: 270px;
    _height: 240px;
}

#header a {
    color: #fff;
    background: transparent;
    font-size: 32px;
    text-decoration: none;
}
#header a:link {}
#header a:visited {}
#header a:hover {}
#header a:active {}

#header h1
{
	margin: 0px;
	font-size:16px;
	font-weight:bold;
	position: relative;
	letter-spacing:0.2em;
}
#header h1 a
{
	display: block;
	width: 293px; /* 画像の幅 */
	text-indent: -9999px; /* textを飛ばす */
	outline: none; /* クリック時の枠線を消す */
	background-image:url("http://npokazenoko.com/images/header_title.gif");
	background-repeat: no-repeat;
	background-position: 0px 0px; /* point 位置調整 */
	border-bottom: none;
	padding-bottom: 8px; /* 画像の高さに合わせて調整 */
	margin-left: 35px;
}
/* タイトルバナー下の説明 */
.blog-description {
    color: #000;
    background: transparent;
    font-size: 14px;
    margin-top: 195px;
    margin-left: 40px;
    line-height: 1.5;
}

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

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

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

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

/* 段落 */
.entry p {
    margin: 15px 0;
}

/* 順序なしリスト */
.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 20px;
    padding: 10px;
    border: 1px solid #666666;
    background: #f6f6f6;
    font-size: 12px;
    line-height: 1.5;
}
.quotetitle { /* 引用文タイトル */
    font-size: 14px;
    border-bottom: 1px solid #666666;
    padding: 3px;
}

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

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

/* エントリータイトル */
.entry-header {
    margin: 15px 0 0;
    color: #444444;
    padding-left: 10px;
    border-left: 3px solid #999;
    font-size: 16px;
    font-weight: bold;
}

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

/* タグ */
.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: 15px 0px 15px 0px;
    padding: 0;
    text-align: left;
    font-size: 12px;
}
.content-nav a {
    margin: 0;
    padding: 5px 3px 3px 3px;
    border: 1px solid #000;
    background: #fff;
    color: #000;
    text-decoration: none;
}

/* サイドメニュータイトル */
.sidetitle {
    margin-top: 3px;
    padding: 2px 0 1px;
    _padding: 1px 0 2px;
    border: 1px solid  #666666;
    text-align: center;
    color: #444444;
    background: #f6f6f6;
    font-size: 14px;
    font-weight: bold;
    line-height: 2.0;
}

/* サイドメニュー */
.side {
    margin: 3px 0 20px;
    background: none;
    color: #444;
    font-size: 14px;
    line-height: 1.5;
}
.side p {
    color: #444;
    padding-left: 10px;
    padding-right: 5px;
    font-size: 12px;
    line-height: 1.5;
}
.side ul,
.side ol {
    padding-left: 18px;
    padding-bottom: 5px;
    font-size: 12px;
}
html>body .side ul {
    padding-left: 14px;
}
.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: 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;
}

/* 検索 */
fieldset {
    border: 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: 1.5;
}

/* クレジットバナー */
.powered {
    margin-top: 50px;
    text-align: left;
    color: #666666;
    font-size: 9px;
    line-height: 1.5;
}
.powered img {
    margin-top: 3px;
}
.powered ul,
.powered li {
    list-style: none;
}

.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,
.comments {
    margin: 10px 5px;
    color: #36414d;
}

.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 {
    text-align: center;
    background: #FFB400 url(http://npokazenoko.com/images/bg.gif);
}
.layout-three-column #container {
    width: 950px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    background-color: #fff;
}
.layout-three-column #box {
    width: 920px;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 10px;
    border: none;
    text-align: left;
    background-color: #fff;
}

/* 3カラム固定レイアウト */
.layout-three-column #content {
    float: right;
    width: 533px;
    margin: 0px 0px 10px 0px;
    background-position: right top;
    background-repeat: no-repeat;
    background-image: url("http://npokazenoko.com/images/be74a1fd.gif");
}
.layout-three-column #links-left-box {
    float: left;
    width: 205px;
    margin-top: 17px;
}
.layout-three-column #links-right-box {
    float: left;
    width: 180px;
    margin-top: 17px;
}
.layout-three-column #links-left {
    padding: 0px 0px 0px 0px;
}
.layout-three-column #links-right {
    padding: 0px 0px 0px 10px;
}

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

#box::after {
    height: 0;
    display: block;
    content: " ";
    visibility: hidden;
    clear: both;
}
#box {
    width: 100%
    /*\*/*/
    overflow: hidden;
    /**/
}

body.layout-three-column #footer-container
{
	clear:both;
	background-color:#3C4632;
	background-image: url("http://npokazenoko.com/images/ex_back.gif");
	background-position: top left;
	background-repeat: repeat-x;
	border-top:1px solid #999;
	text-align:center;
	margin : 0;
	padding: 0;
}
.layout-three-column .footer
{
    text-align:center;
    width: 920px;
    margin-right: auto;
    margin-left: auto;
    padding: 15px 0px 35px 0px;
    color: #fff;
    font-size: 12px;
}
.layout-three-column .footer ul
{
	list-style:none;
	line-height:1.5;
}
.layout-three-column .footer ul li
{
	display:inline;
	font-size: 12px;
	color:#999;
	margin-right:15px;
	background-color:inherit;
}
.layout-three-column .footer a {
	color:#ddd;
}

/* ---------- calender ----------*/

.cal { border: 1px solid #999; width: 200px }
.sunday { background-color:#e3d3d3; }
.satday { background-color:#cbdbe3; }
.weekday { background-color:#f3f3f3; }
.cal td  { margin:0px; padding: 3px 2px 2px 2px; text-align:center; font-size: 10px; white-space:nowrap; }
.cal caption { margin: 0px; padding: 0px; text-align:center; font-size: 12px; }
.cal a { background-color:#990000; color: #ffffff; }
.cal .spot { background-color:#006600; color:#fff; }
.cal .rest { background-color:#990000; color:#fff; }

/* ---------- calender_end ----------*/

/*======================================

	サイド Navigation Module
	
=======================================*/

ul#sideNavi,
ol#sideNavi {
	margin: 0px 0 15px;
	padding: 0 0 0 0;
	background-color:#fff;
	border-top: 1px solid #222;
}

ul#sideNavi li,
ol#sideNavi li {
	margin: 0;
	padding: 0;
	float: left;
	width: 205px;
	line-height: 1;
	list-style-type: none;
	font-size: 14px;
}

/*--------------------------------------
	1.Button
---------------------------------------*/

ul#sideNavi li a,
ol#sideNavi li a {
	padding: 15px 10px 10px 15px; /* Button Height */
	border: none;
	border-right: 1px solid #222;
	border-left: 1px solid #222;
	border-bottom: 1px solid #222;
	display: block;
	position: relative; /* IE6 Bug Fix */
	color: #666;
	text-align: left;
	text-decoration: none;
	line-height: 1.2;
	background-color: #fff;
}

/*--------------------------------------
	2. On mouse
---------------------------------------*/

ul#sideNavi li a:hover,
ol#sideNavi li a:hover {
	color: #333;
	background-color: #eee;
}

/*--------------------------------------
	3. Current 
---------------------------------------*/

ul#sideNavi li.current a:link,
ul#sideNavi li.current a:visited,
ul#sideNavi li.current a:hover,
ol#sideNavi li.current a:link,
ol#sideNavi li.current a:visited,
ol#sideNavi li.current a:hover {
	border-right: none;
	color: #000;
	background-color: #fff;
}

/*--------------------------------------
	clearFix
---------------------------------------*/

ul#sideNavi,
ol#sideNavi {
	_height: 1px;
	min-height: 1px;
}

ul#sideNavi:after,
ol#sideNavi:after {
	height: 0;
	visibility: hidden;
	content: "";
	display: block;
	clear: both;
}

/* for MacIE5 \*//*/

ul#sideNavi,
ol#sideNavi {
	height: auto;
	overflow: hidden;
}

/* end */