@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.
 *
 * Copyright (C) 2005-2007 www.koikikukan.com All rights reserved.
 */

/* すべて */
* {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, sans-serif;
}
body {
    font-size: 12px;
	line-height: 150%;
}
html>body {
    font-size: 12px;
}

/* 包容ボックス */
#bbox {
	width: 952px;
	text-align: left;
	background-color: #fff;
	margin: 0 auto;
	background-image: url(images/back.jpg);
	background-repeat: repeat-y;
}


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

/* リンクの色など */
a,
a:link,
a:visited {
    color: #663300;
    text-decoration: none;
}
a:hover {
    color: #663300;
    text-decoration: underline;
}
a:active {}

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

/* テーブル枠の設定 */
table {
	font-size:12pt;
	font-weight: normal;
	line-height: 150%;
}

td {
	padding: 3px;
}	

td ul li{
    list-style-type: circle;
	margin-left:15px;
}	

/* p(改行タグ） */
p {
	margin-top:5px;
	margin-bottom:5px;
}

/* 水平線区切りタグ */
hr {
	margin-top:5px;
	margin-bottom:20px;
}

/* フォーム */
form {
    margin: 0px;
}
form.inline {
    display: inline;
}

#search-options,
input {
    padding: 1px;
}
#search {
	width: 150px;
}

/* ヘッダ部分 */
#header {
	background: #fff;
	/*    background-position: right top;
    background-repeat: no-repeat;
    background-image: url(".gif");*/
    text-align: left;
	background-repeat: no-repeat;
	background-image: url(/images/topbanner.jpg);
	height: 225px;
	margin: 0 auto;
	width: 900px;
}

#header2 {
	color: #999;
	background: #fff;
    text-align: left;
	background-repeat: no-repeat;
	background-image: url(/images/topbanner2.jpg);
	height: 200px;
	margin: 0 auto;
	width: 850px;
}

/* トップナビ */
#toplogo-img {
	position: absolute;
	top: 15px;
}

#toplogo-img h1 {
    margin: 0;
    padding: 0;
}

/* トップナビ 「お問い合わせ」等のリンク部分 */
#topnav-links {
	position: relative;
	top: 10px;
	left: 380px;
	width: 520px;
	height: 15px;
	font-size: 10px;
	font-weight: normal;
	line-height: 1.0;
	color: #663300;
	text-align: right;
}

#topnav-links a:link,
#topnav-links a:hover,
#topnav-links a:active,
#topnav-links a:visited {
	color: #663300;
}

#topnav-links input {
    margin: 3px 5px 0 0;
    font-size: x-small;	
}

/* トップナビ ブログ説明 */
#topnav-desc {
	position: absolute;
	top: 75px;
	width: 470px;
	height: 100px;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.2;
	color: #000000;
}

/* トップナビ 更新履歴 */
#topnav-new {
	position: relative;
	top: 20px;
	left: 505px;
	width: 395px;
	height: 100px;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.2;
	color: #000000;
	border: solid #ccc 1px;
}

#topnav-new img {
	margin-bottom: 5px;
}

#topnav-new li {
	margin-left: 20px;
}



/* タイトルバナー下の説明文 */
.blog-description {
	color: #fff;
	background: transparent;
	font-size: 12px;
	height: 52px;
	margin: 10px 20px 10px 20px;
	text-align: left;
}


/* ヘッダメニューバー */
#topnav-menu {
	position: relative;
	top: 31px;
	height: 35px;
	width: 900px;
}

/* ヘッダタブ */
#topnav-tab {
	position: relative;
	top: 30px;
	height: 33px;
	width: 392px;
	left: 508px;

}



/* メニュー事項 */
.menu-item {
	text-align: left;
	margin: 5px 15px 5px 0;
	color: #663300;
	font-size: 12px;
}

.menu-item-r {
	text-align: left;
	font-weight:bold;
	float: right;
	margin: 10px 10px 0 25px;
	color: #663300;
	font-size: 12px;
}




/* パンくずリスト */
#pankuzu {
	width:900px;
	margin:0 auto;
	height: 30px;
	font-size: 12px;
	background-color: #fff;
	text-align: left;
	font-weight: normal;
	border-top: solid 1px #ccc;

}

/* エントリー全体 */
.blog {
    padding: 10px 15px 10px 15px;
}

/* エントリー日付 */
.date {
	margin: 0;
	/*    background-position: left; 
    background-repeat: no-repeat;
    background-image: url(".gif");*/
    font-size: 10px;
	line-height: 2.0;
	text-align: right;
	margin-bottom: 15px;
}


/* くるくるウィジェット */
.amazon_wi {
	margin: 0;
	text-align: center;
	margin-bottom: 15px;
	margin-top: 15px;
}


/* コメントタイトル・トラックバックタイトルの配色 */
.trackbacks-header,
.comments-header,
.comments-open-header {
    color: #fff;
}

/* エントリー */
.entry {
	width: auto;
	color: #36414d;
	background: #fff;
	/*    background-position: right; 
    background-repeat: repeat-y; 
    background-image: url(".gif");*/
    font-size: 14px;
	line-height:1.7em;
	word-break: break-all;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 25px;
	margin-left: 5px;
}

.entry-body entry-more {
}

/* 段落 */
.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%;
}

/* イメージ画像 */
.entry img {
 	margin: 8px;
}

.entry img.title {
	margin: 0 0 0 -5px;
}


/* 引用 */
blockquote {
	width: auto;
	margin: 15px 20px 0;
	padding: 10px;
	border: 1px solid #666;
	background: #f6f6f6;
	line-height: 1.5;
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
}
.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-ad1 {
	padding-left: 5px;
	margin-bottom: 33px;
	font-size: 14px;
}

/* エントリー広告（２） */
.entry-ad2 {
	padding:10px;
	margin-top: 20px;
}


/* エントリータイトル */
.entry-header {
	color: #444;
	font-size: 16px;
	font-weight: bold;
	background-image: url(/images/title_0.jpg);
	background-repeat: no-repeat;
	height: 20px;
	padding-left: 20px;
	padding-bottom: 10px;
	margin-left: -5px;
}

.entry-mainheader {
	margin: 0;
	padding-left: 5px;
	color: #666;
	font-size: 100%;
	font-weight: normal;
	text-align: right;
}


.entry h3 {
	border-bottom: solid 1px #ccc;
	border-left: solid 7px #FF6600;
	padding-left: 10px;
	font-weight: normal;
	font-size: 14px;
	color: #663300;
	margin-top: 30px;
	margin-bottom: 20px;
	margin-left: -5px;
}

.entry h3.imgtitle{
	margin:none;
	padding:none;
	border:none;
}


/* エントリー日付の配色 */
.entry-maindate {
	color: #999;
	text-align: left;
	border-bottom: solid 1px #ccc;
	font-size: 28px;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-top: 15px;
}

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

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



/* アーカイブページ */

/* アーカイブ説明 */
.archive-desc {
	padding-left: 5px;
	margin-bottom: 33px;
}

/* アーカイブ広告（１） */
.archive-ad {
	padding-left: 5px;
	margin-bottom: 33px;
}

/* アーカイブサブカテゴリー表示 */
.archive-subcat {
	padding-left: 5px;
	margin-bottom: 33px;
}

/* アーカイブタイトル */
.archive-title {
	margin-top: 3px;
	color: #663300;
	text-align: left;
	font-size: 18px;
	border-bottom: solid #FF6600 3px;
	font-weight: bold;
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
	padding-left: 5px;
	margin-bottom: 8px;
}

.archive-title img {
    vertical-align: text-bottom;
	margin:0 5px 1px 0;
}

.archive-entry-box{
	margin:18px 0 30px 0;
	padding-left: 5px;
}
.archive-entry-title,
.archive-entry-excerpt,
.archive-entry-data{
	margin:0;
}

.archive-entry-title{
	font-size:15px;
	font-weight:normal;
	background:url('http://fpsyufu.com/images/point.gif') left top no-repeat;
	border-bottom: dotted #ccc 3px;
	margin-bottom: 20px;
}

.archive-entry-title img {
    vertical-align: text-bottom;
	margin:0 5px 1px 0;
}

.archive-entry-data{
	font-size:10px;
	text-align: right;
}

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

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


#links-left-box dl,
#links-right-box dl {
    margin: 0;
    padding: 0;
}
#links-left-box dd,
#links-right-box dd {
	font-size: 12px;
	margin-bottom: 20px;
}

.side dt,
.side dd {
    margin: 0;
    padding: 0;
}

/* サイドメニュータイトル */
.sidetitle {
	color: #663300;
	text-align: left;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
}

.sidetitle img {
    vertical-align: text-bottom;
	margin:0 5px 1px 0;
}

/* サイドメニュー */
.side {
	margin: 3px 0 20px 5px;
	background: none;
	color: #444;
	font-size: 75%;
	line-height: 1.5;
}


#profile li{
	margin-left: 20px;
}  

/* サイドメニュー(タグクラウド用) */
ul#tags {
    margin-top: 5px;
    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;
}

/* カウンター */
.counter {
    margin: 8px 0 25px;
    padding: 2px;
    background: none;
}

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

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

/* コメント・トラックバック */
#trackbacks,
#comments {
	margin: 0 0 20px 5px;
	font-size: 14px;
}

.trackbacks-header,
.comments-header,
.comments-open-header,
.comments-head {
	border-bottom: solid 1px #ccc;
	border-left: solid 7px #FF6600;
	padding-left: 10px;
	font-weight: normal;
	font-size: 14px;
	color: #663300;
	margin-top: 30px;
	margin-bottom: 20px;
	margin-left: -5px;
}

.trackbacks-header img,
.comments-header img,
.comments-open-header img,
.comments-head img{
    vertical-align: text-bottom;
	margin:0 5px 1px 0;
}

#trackbacks-info,
.trackback-content,
.comment-content,
.comments-open-content {
	padding: 0;
	line-height: 1.5;
	word-break: break-all;
	margin-top: 0;
}

.trackback-content p,
.comment-content p {
    margin-top: 10px;
    margin-bottom: 5px;
}

.comment-child {
	margin-top: 10px;
	margin-bottom: 5px;
	margin-left: 20px;
}

.trackback-footer,
.comment-footer {
	margin-right: 2px;
	padding-top: 3px;
	border-top: 1px dotted #36414d;
	font-size: 10px;
	text-align: right;
}

#comments-open-data p {
    margin-bottom: 10px;
}
#comment-post {
   font-weight: bold;
}
#comment-author, #comment-email, #comment-url {
   width: 220px;
}
#comment-text {
   width: 550px;
}
#comment-open-text {
	width: 600px;
}
#comment-bake-cookie {
   margin-left: 2px;
   vertical-align: middle;
}
#comments-open-footer {
    text-align: center;
}
.comments-open label {
    display: block;
}
#comment-remember-me label,
#comment-reply label {
    display: inline;
}


/* カテゴリメニュー */
#boxx {
	color: #36414d;
	background: #fff;
	text-align: left;
	margin: 0 auto;
	width: 850px;
	border-top: 1px solid #ccc;
}

#boxx ul.menu {
	padding: 0;
	list-style: none;
	margin-top: 0.5em;
	margin-right: 0px;
	margin-bottom: 0.5em;
	margin-left: 0px;
	background-color: #fff;	
}

#boxx ul.menu li {
	margin: 0;
	padding: 8px;
	float: left;
	width: 255px;
	height: 150px;	
}

#boxx ul.menu li.white {
	background-color: #fff;
}

#boxx ul.menu li.yellow {
	background-color: #FFFFCC;
}

#boxx ul.menu li.blog {
	padding: 10px;
	height: 400px;	
}

#boxx ul.menu li.blog-c {
	padding: 10px;
	height: 400px;	
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;	
}

.boxxmenu {
	height: 60px;
}


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

/* 3カラム用 */
.layout-three-column #box {
	width: 900px;
	text-align: left;
	background-color: #fff;
	margin: 0 auto;
}



/* 3カラム固定レイアウト */
.layout-three-column #content {
	float: right;
	width: 645px;
	margin: 0 0 10px 0;
}

.layout-three-column #content_top {
	float: left;
	width: 580px;
	margin: 0 0 10px 0;
}

.layout-three-column #links-right-box {
	float: left;
	width: 268px;
}

.layout-three-column #links-left-box {
	float: left;
	width: 255px;
}

.layout-three-column #links-left {
	padding: 15px 8px 0 0;
}

.layout-three-column #links-right {
    padding: 15px 8px 0 8px;
}

/* 1カラム固定レイアウト */
.layout-one-column #container {
    margin-bottom: 0;
}
.layout-one-column #box {
	width: 850px;
	text-align: left;
	background-color: #fff;
	margin: 0 auto;
}

.layout-one-column #content {
    float: left;
    width: 850px;
    margin: 0 0 10px 0;
}

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


/* フッタ */
#footer {
	color: #333333;
	text-align: center;
	background-repeat: no-repeat;
	width: 900px;
	font-size: 12px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	background-image: url(images/footer.jpg);
}

/* リンク */
#footer a,
#footer a:link,
#footer a:visited {
    color: #663300;
    background: transparent;
    font-size: 14px;
    text-decoration: none;
}
#footer a:hover {
    color: #663300;
    text-decoration: underline;
}
#footer a:active {}


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;
    /**/
}
p.clear {
	clear: both;
}
div.clear {
	clear: both;
}


/* begin styles for RSS Feed */

.rss-box {
}

.rss-title, rss_title a {
	font-size: 12px;
}

	
.rss-title ul li {
}	
	

.rss-items {
    list-style-type: circle;
	margin-left:15px;
}

.rss-item  {
	font-size: 12px;
}

.rss-date {
	font-size: 11px;
	font-weight : normal;
	}
	
/* 写真に影をつける */
.shadow {
	margin: 15px 8px 15px 0;
	background: url(/images/shadow.gif) right bottom;
	float: left; /* 回り込み制御 */
	height: 60px;
}
 
.shadow img {
	position: relative;
	left: -5px; /* 画像を左へ移動 */
	top: -5px; /* 画像を上へ移動 */
	padding: 3px; /* 画像枠 */
	background: #fff; /* paddingを設定した場合の背景色 */
	border: 1px solid #ccc; /* 画像の枠線 */
}


/* 改ページナビゲート表示 */
.paginate {
    text-align: center;
    font-size: 9px;
}


/* mac対応 */
textarea,select,input { 
    font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku GothicPro","Osaka","Verdana","Helvetica","Arial","ＭＳ Ｐゴシック","sans-serif"; 
}

/* カテゴリーリスト表示 */
ul.tree {
    margin: 0 0 0 3px;
    padding: 0;
    font-size: 12px;
    list-style: none;
}
ul.tree ul {
    margin: 0;
    padding: 0;
}
ul.tree li {
    margin: 0px;
    padding: 0 0 0 17px;
    background: url(images/icon_arrow.jpg) no-repeat 1px 0.15em;
    list-style: none;
}
ul.tree li li {
    margin: 0;
    padding: 0 0 0 15px;
    background: url(/images/tree_lst_dotted.gif) no-repeat -1px 0;
    list-style: none;
}
ul.tree li li.tree_end {
    background: url(/images/tree_end_dotted.gif) no-repeat -1px 0;
    list-style: none;
}


