@charset "EUC-JP";

/* --------------------------------------------------------------------------------
テンプレートダウンロードありがとうございます。
使用される前に、http://flug83.blog111.fc2.com/blog-entry-1.htmlをご覧ください。
-------------------------------------------------------------------------------- */

/* --------------------------------------------------------------------------------
	既存のスタイルをリセット＆バグ回避
-------------------------------------------------------------------------------- */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,a {
	margin: 0;
	padding: 0;
}
br {
	letter-spacing:normal; /* IE改行バグ回避 */
}
img {
	border:0;
}
img.emoji { 
	vertical-align:middle; /* 絵文字の表示位置ズレ修正 */
}

/* --------------------------------------------------------------------------------
	基本の設定
-------------------------------------------------------------------------------- */

* {
	cursor:crosshair; /* 普通のカーソルにする場合はこの行を削除 */
	scrollbar-arrow-color:#ffffff; /* スクロールバーの色（IEのみ） */
	scrollbar-track-color:#ffffff;
	scrollbar-face-color:#eddfce;
	scrollbar-3dlight-color:#eddfce;
	scrollbar-darkshadow-color:#eddfce;
	scrollbar-highlight-color:#eddfce;
	scrollbar-shadow-color:#eddfce;
}
body {
	color:#786b56; /* 文字の色 */
	background:url(http://blog-imgs-36.fc2.com/f/l/u/flug83/temp10_03.gif) repeat scroll; /* 背景画像 */
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	font-size:13px; /* 文字サイズ */
	font-family:Verdana, "ＭＳ ゴシック", sans-serif; /* フォントの種類 */
	line-height:1.8; /* 行間 */
}
input,textarea {
	border:1px solid #d7c7b5;
	background-color:#ffffff;
	color:#786b56;
	font-size:13px;
	font-family:Verdana, "ＭＳ ゴシック", sans-serif;
}

/* ==============================
	リンク
============================== */

/* クリック前 */
a:link {
	color:#786b56;
	text-decoration:none;
}
/* クリック後 */
a:visited {
	color:#786b56;
	text-decoration:none;
}
/* 触れたとき */
a:hover {
	color:#d7c7b5;
	position:relative;top:1px;left:1px;
}
/* クリックしたとき */
a:active {
	color:#d7c7b5;
	position:relative;top:1px;left:1px;
}

/* --------------------------------------------------------------------------------
	全体を囲むボックス
-------------------------------------------------------------------------------- */

#wrap {
	margin:0 auto;
	width:720px;
	border-left:1px solid #d7c7b5;
	border-right:1px solid #d7c7b5;
	background-color:#ffffff;
}

/* --------------------------------------------------------------------------------
	タイトルのボックス
-------------------------------------------------------------------------------- */

#title {
	padding:10px 20px;
	width:680px;
	height:85px;
	border-bottom:1px #d7c7b5 dotted;
	background:url(http://blog-imgs-36.fc2.com/f/l/u/flug83/temp10_01.gif) no-repeat 98% 0% scroll;
}
/* タイトル文字 */
#title h1 a {
	font-size:18px;
	font-weight:bold;
}
/* サブタイトル文字 */
#title p {
	margin-left:1em;
	font-size:10px;
	color:#d7c7b5;
}

/* --------------------------------------------------------------------------------
	メインとプラグインを囲むボックス
-------------------------------------------------------------------------------- */

#m_p_wrap {
	margin:0 auto;
	padding:10px;
	width:700px;
}

/* --------------------------------------------------------------------------------
	メイン（最近の記事一覧・記事）のボックス
-------------------------------------------------------------------------------- */

#main {
	float:left;
	width:480px;
}

/* ==============================
	最近の記事一覧
============================== */

.recent_entries {
	margin:10px 10px 2em 10px;
	padding:10px;
	border:1px dotted #d7c7b5;
	background:url(http://blog-imgs-36.fc2.com/f/l/u/flug83/temp10_10.gif) no-repeat 95% 100% scroll;
}
.recent_entries h2 {
	padding:0.2em;
	font-size:11px;
	font-weight:bold;
}
.recent_entries ul {
	padding: 0 10px;
	list-style: none;
}
.recent_entries li {
	padding-left: 10px;
	background: url(http://blog-imgs-36.fc2.com/f/l/u/flug83/temp10_11.gif) no-repeat 0% 50%;
	font-size:11px;

}
/* 最近の記事タイトル */
.recent_entries li a {
	font-size:11px;
}

/* ==============================
	記事
============================== */
.main_wrap {
	margin-bottom:2em;
}
/* 記事タイトル */
.main_title {
	margin-bottom:1em;
	padding:8px 0 0 35px;
	height:22px;
	background:url(http://blog-imgs-36.fc2.com/f/l/u/flug83/temp10_02.gif) no-repeat 0% 50% scroll;
}
.main_title h2 {
	font-size:13px;
	font-weight:bold;
	letter-spacing:0.1em;
}
.main_title h2 a {
	font-size:13px;
	font-weight:bold;
	letter-spacing:0.1em;
}
/* 記事日付 */
.main_day {
	margin-bottom:1em;
	color:#d7c7b5;
	font-size:10px;
	text-align:right;
}
/* 記事本文 */
.main_entry {
	margin-bottom:1em;
	padding: 0 10px;
}
/* 記事本文中のリンク */
.main_entry a {
	border-bottom:1px solid #d7c7b5;
}
/* More（続きを読む）リンク */
.main_more_button {
	margin:1em 0;
	padding: 0 10px;
}
.main_more_button a {
	border:none;
	font-weight:bold;
}
/* 追記文 */
.main_more {
	margin-bottom:1em;
	padding: 0 10px;
}
/* 追記文中のリンク */
.main_more a {
	border-bottom:1px solid #d7c7b5;
}
/* テーマ・カテゴリ・コメント・トラックバック */
.main_state {
	margin-top:1em;
	border-top:1px dotted #d7c7b5;
	font-size:10px;
	text-align:right;
}
.main_state a {
  font-size:10px;
}

/* ==============================
     コメント・トラックバック
============================== */

/* コメント・トラックバックタイトル */
.cm_tb_title {
	padding: 0 10px;
	font-weight:bold;
}
.cm_tb_title a {
	font-weight:bold;
}
/* コメント・トラックバック本文 */
.cm_tb_content {
	margin-left:1em;
	padding: 0 10px;
}
/* コメント・トラックバックの名前・日付・URL */
.cm_tb_state {
	margin:1em 0 2em 0;
	border-bottom:1px dotted #d7c7b5;
	font-size:10px;
	text-align:right;
}
.cm_tb_state a {
	font-size:10px;
}
/* コメント記入欄 */
.cm_form {
	margin:1em 35px;
}
.cm_form dl dt {
	clear: both;
	float:left;
	padding:5px;
	width:65px;
	font-size:11px;
	font-weight:bold;
}
.cm_form dl dd {
	padding:5px;
	margin-left:75px;
}
/* コメントフォームの「Submit」ボタン */
.cm_form_button {
	padding:0.2em;
	text-align:right;
}
.cm_form_button input {
	margin:0 0.2em;
}
/* トラックバックURL */
.tb_url {
	margin:1em 35px;
}
.tb_url h3 {
	font-size:11px;
	font-weight:bold;
}

/* --------------------------------------------------------------------------------
	ページナビ（下の方の「Prev」「Next」「Home」の設定）
-------------------------------------------------------------------------------- */

.page_navi {
	margin:1em 0;
	text-align:center;
}

/* --------------------------------------------------------------------------------
	プラグインのボックス
-------------------------------------------------------------------------------- */

#plugin {
	float:right;
	margin:10px 0 0 10px;
	width:210px;
}
/* プラグインタイトル */
.plugin_title {
	margin-bottom:1em;
	padding:0.2em 0.5em;
	background-color:#eddfce;
	font-weight:bold;
	font-size:11px;
	letter-spacing: 0.1em;
}
/* プラグイン本文 */
.plugin_content {
	margin-bottom:1em;
	padding:0 10px;
}
/* プラグイン本文中のリスト */
.plugin_content ul {
	list-style: none outside;
}

/* --------------------------------------------------------------------------------
	コピーライト（フッタ）のボックス
-------------------------------------------------------------------------------- */

#copy {
	clear:both;
	padding:5px 10px;
	border-top:1px #d7c7b5 dotted;
	width:700px;
	background:url(http://blog-imgs-36.fc2.com/f/l/u/flug83/temp10_09.gif) no-repeat 40% 50% scroll;
	font-size:10px;
	text-align:center;
}
/* コピーライトリンク */
#copy a {
	font-size:10px;
}

/* --------------------------------------------------------------------------------
	カレンダー
-------------------------------------------------------------------------------- */

#calendar {
	font-size:10px;
	text-align:center;
}
#calendar table{
	margin:0 auto;
}
#calendar tr,td{
	text-align:center;
}
/* カレンダーの月のリンク */
.month a {
	font-size:10px;
}
.month a:hover {
	font-size:10px;
}
/* カレンダー平日リンク（記事書いた日） */
.days a {
	display:block;
	border:none;
	background:url(http://blog-imgs-36.fc2.com/f/l/u/flug83/temp10_05.gif) no-repeat 50% 50% scroll;
	font-weight:bold;
	text-decoration:none;
}
.days a:hover {
	display:block;
	border:none;
	background:url(http://blog-imgs-36.fc2.com/f/l/u/flug83/temp10_05.gif) no-repeat 50% 50% scroll;
	font-weight:bold;
	text-decoration:none;
}
/* カレンダー土曜日（記事書いていない日） */
.days_sat {
	color:#719bad;
}
/* カレンダー土曜日リンク（記事書いた日） */
.days_sat a {
	color:#719bad;
	display:block;
	border:none;
	background:url(http://blog-imgs-36.fc2.com/f/l/u/flug83/temp10_05.gif) no-repeat 50% 50% scroll;
	font-weight:bold;
	text-decoration:none;
}
.days_sat a:hover {
	color:#719bad;
	display:block;
	border:none;
	background:url(http://blog-imgs-36.fc2.com/f/l/u/flug83/temp10_05.gif) no-repeat 50% 50% scroll;
	font-weight:bold;
	text-decoration:none;
}
/* カレンダー日曜日（記事書いてない日） */
.days_sun {
	color:#e29676;
}
/* カレンダー日曜日リンク（記事書いた日） */
.days_sun a {
	color:#e29676;
	display:block;
	border:none;
	background:url(http://blog-imgs-36.fc2.com/f/l/u/flug83/temp10_05.gif) no-repeat 50% 50% scroll;
	font-weight:bold;
	text-decoration:none;
}
.days_sun a:hover {
	color:#e29676;
	display:block;
	border:none;
	background:url(http://blog-imgs-36.fc2.com/f/l/u/flug83/temp10_05.gif) no-repeat 50% 50% scroll;
	font-weight:bold;
	text-decoration:none;
}

/* --------------------------------------------------------------------------------
	親子カテゴリ
-------------------------------------------------------------------------------- */

.sub_menu li {
	padding-left:16px;
	list-style-type:none;
}
.main_menu .main_list .sub_menu .sub_list {
	background:url(http://blog-imgs-36.fc2.com/f/l/u/flug83/temp10_07.gif) no-repeat 0% 0% scroll;
}

.sub_list_end {
	background:url(http://blog-imgs-36.fc2.com/f/l/u/flug83/temp10_08.gif) no-repeat 0% 0% scroll;
}