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

/*
 * File      : styles-site.css
 * Version   : 4.00
 * 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.
 * 4.00 2007.05.11: XHTML 1.0 Strict.
 * 4.01 2007.06.16: Update for Movable Type 4.
 *
 * Copyright (C) 2005-2007 www.koikikukan.com All rights reserved.
 */

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

img{
   vertical-align: bottom;
}

/* 見出し */
h1 { font-size:16px; font-weight:bold; line-height:130%; font-family: Arial, Helvetica, sans-serif; margin: 0px 0px 0px 0px; }
h2 { font-size:16px; font-weight:bold; line-height:130%; font-family: Arial, Helvetica, sans-serif; margin: 0px 0px 0px 0px; }
h3 { font-size:16px; font-weight:bold; line-height:130%; font-family: Arial, Helvetica, sans-serif; margin: 0px 0px 0px 0px; }
h4 { font-size:16px; font-weight:bold; line-height:130%; font-family: Arial, Helvetica, sans-serif; margin: 0px 0px 0px 0px; }

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

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

/* ヘッダ */
#header {
    width:760px;
    text-align:left;
    background-color:#333333;
    color:#CCCCCC;
    height:32px;
    background-image:url(http://www.nalsimafrend.jp/img/bg_head.jpg);
    background-repeat:no-repeat;
    padding:14px 0px 14px 0px;
    margin:0px auto;
}

#btn_tenpo {
background-color:#999999;
float:right;
width:240px;
font-size:9px;
line-height:9px;
margin:14px 0px 0px 0px;
}
#btn_tenpo_ttl {
padding:4px 0px 4px 0px;
text-align:center;
float:left;
width:80px;
color:#000000;
background-color:#55555;
}

#btn_tenpo a {
display:block;
padding:4px 0px 4px 0px;
text-align:center;
float:left;
width:80px;
color:#FFFFFF;
background-color:#333333;
}

#btn_tenpo a:link {
color: #CCCCCC;
background-color:#666666;
}

#btn_tenpo a:visited { 
color: #CCCCCC;
background-color:#666666;
}

#btn_tenpo a:hover { 
color: #666666;
background-color:#BBBBBB;
}

/* エントリー日付 */
.appendix-header,
.date {
    margin: 8px 0;
}

/* エントリー日付・各タイトル */
.date,
.appendix-header,
.trackbacks-header,
.comments-header,
.comments-open-header,
.search-header,
.search-result-header {
    padding-left: 8px;
    color: #fff;
    background: #666666;
    font-size: 83.3%;
    font-weight: bold;
    line-height: 2.0;
}

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

/* エントリー */
.entry {
    width: auto;
    margin: 0 3px 15px;
    color: #000000;
    background: #fff;
    font-size: 83.3%;
    line-height:1.5;
    word-break: break-all;
}

/* 段落 */
.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;
    padding: 10px;
    border: 1px solid #666;
    background: #f6f6f6;
    font-size: 83.3%;
    line-height: 1.5;
}
.quotetitle { /* 引用文タイトル */
    font-size: 83.3%;
    border-bottom: 1px solid #666;
    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-footer {
    margin: 10px 0 0;
    padding-top: 3px;
    border-top: 1px solid #36414d;
    font-size: 83.3%;
    text-align: right;
}

/* タグ */
.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;
}

/* ページ分割 */
.page-count {
    margin: 10px;
    padding-top: 3px;
    font-size: 83.3%;
    text-align: center;
}

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

/* アーカイブページ本文 */
.archive-list {
    margin: 10px 0;
}

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

.content-nav a {
	font-weight: bold;
}

.content-nav a:link {
	font-weight: bold;
}

.content-nav a:visited {
	font-weight: bold;
}

.content-nav a:hover {
	font-weight: bold;
}

/* 左メニュー用 */
#body_lv2_col_left {
    padding:0px 0px 0px 0px;
    text-align:left;
    float:left;
    background-color:#FFFFFF;
    font-size:12px;
    line-height:12px;
}

.left_menu_ttl {
    padding:0px 0px 4px 0px;
    text-align:left;
    background-color:#FFFFFF;
    border-bottom:thin solid #CCCCCC;
    font-size:10px;
    line-height:10px;
}

.left_menu_icon {
    width:31px;
    height:20px;
    padding:0px 0px 0px 0px;
    float:left;
}

.left_menu2 {
    padding:2px 0px 2px 0px;
    text-align:left;
    background-color:#FFFFFF;
    border-bottom:thin dotted #CCCCCC;
}

.left_menu_text2 {
    padding:0px 0px 0px 0px;
    text-align:left;
    font-size:12px;
    line-height:14px;
}

.left_menu_text2 a {
    display:block;
    background-color:#FFFFFF;
    padding:4px 4px 4px 14px;
    background-image:url(../img/arrow1.gif);
    background-repeat:no-repeat;
    background-position:3px 7px;
    font-weight: bold;
}

.left_menu_text2 a:link {
    color: #666666;
    font-weight: bold;
}

.left_menu_text2 a:visited {
    color: #666666;
    font-weight: bold;
}

.left_menu_text2 a:hover {
    color: #000000;
    background-color:#EEEEEE;
    font-weight: bold;
}

.bnr {
    padding:0px 0px 0px 0px;
}

.bnr a {
    display:block;
    background-color:#BBBBBB;
    padding:1px 1px 1px 1px;
    margin-bottom:10px;
}

.bnr a:link {
    background-color:#BBBBBB;
}

.bnr a:visited {
    background-color:#BBBBBB;
}

.bnr a:hover {
    background-color:#777777;
}

/* サイドメニュータイトル */
.sidetitle {
    margin-top: 3px;
    color: #FFFFFF;
    background: #666666;
    text-align: center;
    font-size: 75%;
    line-height: 2.0;
}

/* サイドメニュー */
.side {
    margin: 3px 0 20px;
    background: none;
    color: #000000;
    font-size: 75%;
    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;
}

/* 検索 */
fieldset {
    border: none;
}

/* RSSフィード */
.syndicate {
    margin-bottom: 5px;
    text-align: left;
    color: #666666;
    font-size: 75%;
    line-height: 1.5;
}
.syndicate img {
    margin-right: 8px;
    border: none;
    vertical-align: middle;
}

/* クレジットバナー */
.powered {
    margin-top: 50px;
    text-align: left;
    color: #666666;
    font-size: 75%;
    line-height: 1.5;
}
.powered img {
    margin-top: 3px;
}
.powered ul,
.powered li {
    list-style: none;
}
.module-powered {
    margin-top: 15px;
    margin-bottom: 15px;
    padding: 10px;
    border: 1px solid #ddd;
    background-color: #f8f8f8;
    text-align: center;
}

/* 小粋空間バナー */
.banner {
    border: 0;
    margin-top:8px;
    margin-bottom:2px;
}

/* コメント・トラックバック */
#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 solid #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-three-column,
body.layout-two-column-left,
body.layout-two-column-right,
body.layout-one-column {
    background-color:#FFFFFF;
    text-align:center;
    margin:0px;
    color:#000000;
    background-image:url(http://www.nalsimafrend.jp/img/bg_body.jpg);
    background-repeat:repeat-x;
}
.layout-three-column #container,
.layout-two-column-left #container,
.layout-two-column-right #container {
    margin-bottom: 10px;
}
.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 10px 0;
    text-align: left;
    background-color: #fff;
}

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

/* 3カラム固定レイアウト */
.layout-three-column #content {
    float: left;
    width: 480px;
}
.layout-three-column #links-left-box,
.layout-three-column #links-right-box {
    float: left;
    width: 140px;
}
.layout-three-column #links-left,
.layout-three-column #links-right {
    padding: 15px 0 15px;
}

/* 3カラム固定レイアウト(エントリー全体) */
.layout-three-column .blog {
    padding: 10px 15px;
}

/* CONTENTS NAVI */
.layout-three-column #contents-navi-box {
    float: left;
    width: 620px;
}

#contents_bar {
	text-align:left;
	border-bottom:thin solid #CCCCCC;
	font-size:12px;
	line-height:150%;
	padding-bottom: 5px;
	margin:15px 0px 0px 15px;
}

#contents_bar a {
	font-weight: bold;
}

#contents_bar a:link {
	font-weight: bold;
}

#contents_bar a:visited {
	font-weight: bold;
}

#contents_bar a:hover {
	font-weight: bold;
}

/* フッタ */
#footer {
    width:760px;
    text-align:left;
    margin:0px 0px 0px 0px;
    padding: 10px 0px 30px 0px;
    clear:both;
    background-color:#FFFFFF;
    border-top:thin solid #CCCCCC;
    font-size:10px;
    line-height:10px;
    color: #000000;
}

#footer a {
	font-weight: bold;
}

#footer a:link {
	font-weight: bold;
}

#footer a:visited {
	font-weight: bold;
}

#footer a:hover {
	font-weight: bold;
}

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

.pad10b {
    padding: 0px 0px 10px 0px;
}

.right {
	margin: 2px 0px 10px 10px;
	float: right;
}

.clear {
    clear: both;
}

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


