@charset "UTF-8";

/* ----- すべての要素 ----- */

*
{
	margin:0;
	padding:0;
	font-family: helvetica, arial, sans-serif;
	font-size:100%;
	line-height:100%;
}


img
 {
	border: 0px;
}



/* ----- float解除 ----- */

div.clear
{
	clear:both;
}

div.clear hr
{
	display:none;
}


/* ----- リンク ----- */

a
{
	color:#5cd576;
	background:#ffffff;
	text-decoration:none;

}

a:hover
{
	color:#1a3cff;
	background:#ffffff;
	text-decoration:underline;

}


/* ----- body ----- */

body
{
	color:#666666;
	background:url(images/bg_jh.gif) repeat;
	text-align:center;

}


/* ----- ブログ全体 ----- */

div#main-container
{
	width:760px;
	color:#666666;
	background:#ffffff;
	margin:0px auto;
	text-align:left;
	border : #aaaaaa solid 1px;
}


/* ----- バナー部分 ----- */

div#banner
{
	color:#666666;
	background:#aeb6b2 url(images/banner_bg.jpg) no-repeat 0 0;
	width:760px;
	height:300px;
	margin:0 0 0 0;
}

div#banner h1.blog-name
{
	font-size:0;
	font-weight:normal;
	text-decoration:none;
	text-indent:-9999px;
	margin:0 0 5px 0;
}

div#banner h1.blog-name a
{
	color:#ffffff;
	background:inherit;
	text-decoration:none;
}

div#banner h1.blog-name a:hover
{
	text-decoration:underline;
}

div#banner h2.blog-description
{
	font-size:0;
	font-weight:normal;
	text-decoration:none;
	text-indent:-9999px;
}


/* ----- ナビ0825追加 ----- */

#nav {
	width: 760px;
	height:35px;
	margin:0 0 10px 0;
	text-align : center;
	background:#aeb6b2 url(images/nav_bac_1.gif) repeat;
	border-bottom : #444444 1px solid;
}

#nav a {
	background:#aeb6b2 url(images/nav_bac_of.gif) repeat;
	color : #ffffff;
	font-size : 9pt;
	font-weight : nomal;
	float : right;
	display : block;
	padding : 10px 0px 10px 0px;
	text-align : center;
	text-decoration : none;
	width: 182px;
}

#nav a:hover {
	color : #ffffff;
	background:#78817c url(images/nav_bac_on.gif) repeat;
}

#nav a:active {

}


/* ----- コンテンツ全体 ----- */

div#container
{
	width:360px;
	float:right;

}


/* ----- 左側枠 -----*/

div#center-left
{
	width:560px;
	float:left;

}



/*----- ブログ説明 ----- */

div#caption
{
	font-size:10pt;
	font-weight:bold;
                color:#aeb6b2;
	line-height:150%;
	margin:0px 0px 25px 0px;
}


/* ----- エントリー全体 ----- */


div.content
{

	padding:0;

}

/* ----- アーカイブナビゲーション ----- */

div.content p.navi-link
{
	font-size:10pt;
	margin:0 0 10px 0;
}


/* ----- アーカイブタイトル ----- */

div.content h2#archive-title
{
	margin:0 0 20px 0;
}



/* ----- エントリータイトル ----- */

div.entry-content h2.entry-title
{
	font-size:14pt;
	font-weight:bold;
	color:#555555;
	background:#ffffff url(images/tit_bg.gif) repeat-x 0 100%;
	line-height:100%;
	padding:5px 0 8px 0;
	margin:0 0 10px 0;
}

div.entry-content h2.entry-title a
{
	color:#555555;
	background:#ffffff;
	text-decoration:none;

}

div.entry-content h2.entry-title a:hover
{
	text-decoration:underline;

}


/* ----- エントリー ----- */

div.entry
{

	margin:0 0 100px 0;

}

div.entry-content p
{
	font-size:10pt;
	line-height:250%;
	margin:0 0 10px 0;
}

div.entry-content blockquote
{
	font-size:10pt;
	line-height:150%;
	padding:10px;
	border:dotted 1px #cccccc;
	margin:20px 0;
}

div.entry-body dt
{
	line-height:100%;
	width:50px;
	float:left;
	border:1px solid #dbdbdb;
	margin:0 0 15px 0;
} 

div.entry-body dt span.year
{
	display:block;
	font-size:10pt;
	text-align:center;
	background:#cccccc;
	color:#ffffff;
	border:1px solid #ffffff;
	padding:5px;
}

div.entry-body dt span.month
{
	display:block;
	font-size:10pt;
	text-align:center;
	background:url(images/month_bg.gif) repeat-x 0 100%;
	padding:3px 10px 10px 10px;
}

div.entry-body dt span.day
{
	display:block;
	font-size:14pt;
	font-weight:bold;
	text-align:center;
	padding:10px 10px 3px 10px;
}

div.entry-body dd
{
	width:360px;
	float:right;

}

div.entry-body ul,
div.entry-body ol
{
	padding:0 0 0 30px;
	margin:0 0 10px 0;
}

div.entry-body ul li,
div.entry-body ol li
{
	font-size:10pt;
	margin:0 0 3px 0;
}







/* ----- お問い合わせ ----- */

div#otoiawase
{

	font-size:10;
	float:center;

}





/* ----- タグ ----- */

div.entry-tags
{
	margin:0 0 20px 0;
}

div.entry-tags h3.entry-tags-header
{
	font-size:10pt;
	font-weight:normal;
	color:#999999;
	background:#ffffff;
	border:1px solid #dbdbdb;
	padding:3px;
	margin:0 0 8px 0;
}

div.entry-tags ul
{
	list-style:none;
}

div.entry-tags ul li
{
	display:inline;
	font-size:10pt;
	margin:0 10px 0 0;
}



/* ----- エントリー情報 ----- */

div.entry ul.entry-info,
div.search-results-container ul.entry-info
{
	list-style:none;
	text-align:right;
	background:url(images/entry_info_bg.gif) repeat-x 0 0;
	padding:5px 0 0 0;
	line-height:130%;
}

div.entry ul.entry-info li,
div.search-results-container ul.entry-info li
{
	display:inline;
	font-size:10pt;
	margin:0 10px 0 0;
}


/* ----- サイドバー ----- */

div#sidebar-left
{
	width:180px;
	float:left;
	clear:left;
                padding-left:10px;

}

div#sidebar-right
{
	width:180px;
	float: right;
	clear: right;
                padding-right:10px;

}

div.sidebar-inner
{
	padding:0;
}



/* ----- サイドバータイトル ----- */

div.sidebar-inner h3
{
	font-size:10pt;
	font-weight:normal;
	color:#ffffff;
	background:#aeb6b2;
	border-bottom : #444444 1px solid;
	padding:5px;
	text-align:center;
	margin:0 0 5px 0;
}

div.sidebar-inner h3 a,
div.sidebar-inner h3 a:hover
{
	color:#ffffff;
	background:inherit;
}


/* ----- サイト内検索 ----- */

div.search-form
{
	margin:0 0 20px 0;
}

div.search-form fieldset
{
	border:none;
}

div.search-form legend
{
	font-size:8pt;
	color:#666666;
	background:#ffffff;
	margin:0 0 5px 0;
}

div.search-form input.search-input
{
	width:160px;
	font-size:10pt;
	margin:0 0 5px 0;
}

div.search-form input.search-submit
{
	width:80px;
	font-size:7pt;
}


/* ----- プロフィール ----- */

div.profile
{
	margin:0 0 10px 0;
                font-size:10pt;
	list-style:none;
	line-height:120%;
	margin:10px 10px 20px 10px;
}

/* ----- カテゴリー一覧 ----- */

div.category-archives
{
	margin:0 0 20px 0;
}

div.category-archives ul
{
	font-size:10pt;
	list-style:none;
	margin:0 0 0 5px;
}

div.category-archives ul li
{
	line-height:140%;
}

/* ----- 新着記事一覧 ----- */

div.recent-entry
{
	margin:0 0 20px 0;
}

div.recent-entry ol
{
	list-style:none;
}

div.recent-entry ol li
{
	font-size:10pt;
	margin:0 0 5px 0;
}


/* ----- バックナンバー一覧 ----- */

div.monthly-archives
{
	margin:0 0 20px 0;
}

div.monthly-archives ol
{
	list-style:none;
}

div.monthly-archives ol li
{
	font-size:10pt;
	margin:0 0 5px 0;
}



/* ----- 外部リンク ----- */

div.site-link
{
                font-size:10pt;
	list-style:none;
	margin:10px 10px 20px 10px;
}

div.site-link ul
{
	list-style:none;
}

div.site-link ul li
{
	font-size:10pt;
	margin:0 0 5px 0;
}

/* ----- イベント----- */

div.event
{
	margin:0 0 20px 0;
                font-size:10pt;
}


/* ----- モバイル----- */

div.mobile
{
	margin:0 0 20px 0;
}



/* ----- クリエイティブ・コモンズ・ライセンス ----- */

div.cclicense
{
	margin:0 0 20px 0;
	font-size:60%;
	line-height:130%;
	text-align:center;
}

div.cclicense img
{
	margin:0 auto 5px auto;
}



/* ----- RSSリンク ----- */

div.syndicate
{
	margin:0 0 20px 0;
}

div.syndicate ul
{
	list-style:none;
}

div.syndicate ul li
{
	font-size:10pt;
}


/* ----- powered ----- */

div.powered
{
	margin:0 0 20px 0;
}

div.powered ul
{
	list-style:none;
}

div.powered ul li
{
	font-size:60%;
	line-height:130%;
}


/* ----- トラックバック ----- */

div.trackbacks-body
{
	margin:0 0 20px 0;
}

div.trackbacks-body h3
{
	font-size:120%;
	font-weight:normal;
	color:#666666;
	background:#ffffff url(images/sub_tit_icon.gif) no-repeat 0 0;
	padding:3px 0 6px 30px;
	margin:0 0 5px 0;
}

div.trackbacks-body dt
{
	font-size:10pt;
	font-weight:bold;
	margin:0 0 5px 0;
}

div.trackbacks-body p
{
	font-size:10pt;
	margin:0 0 10px 0;
}

div.trackbacks-body ul
{
	list-style:none;
	border-top:1px solid #cccccc;
	padding:3px 0 0 0;
	margin:0 0 20px 0;
}

div.trackbacks-body ul li
{
	display:inline;
	font-size:10pt;
	margin:0 10px 0 0;
}

div.trackbacks-body input
{
	width:250px;
}


/* ----- コメント ----- */

div.comments
{
	margin:0 0 20px 0;
}

div.comments h3
{
	font-size:120%;
	font-weight:normal;
	color:#666666;
	background:#ffffff url(images/sub_tit_icon.gif) no-repeat 0 0;
	padding:3px 0 6px 30px;
	margin:0 0 5px 0;
}

div.comments p
{
	font-size:10pt;
	line-height:130%;
	margin:0 0 10px 0;
}

div.comments ul
{
	list-style:none;
	border-top:1px solid #cccccc;
	padding:3px 0 0 0;
	margin:0 0 20px 0;
}

div.comments ul li
{
	display:inline;
	font-size:10pt;
	margin:0 10px 0 0;
}

div.comments a img
{
	border:none;
}


/* ----- コメントフォーム ----- */

div.typekey-text
{
	font-size:10pt;
	line-height:140%;
	margin:0 0 10px 0;
}

div.comments-post
{
	margin:0 0 20px 0;
}

div.comments-post h4
{
	font-size:100%;
	font-weight:normal;
	color:#666666;
	background:#ffffff;
	margin:0 0 5px 0;
}

div.comments-post-content p.comments-open-moderated
{
	font-size:10pt;
	line-height:150%;
	margin:0 0 10px 0;
}

div#comments-open-data fieldset
{
	border:none;
}

div#comments-open-data legend
{
	font-size:70%;
	color:#666666;
	background:#ffffff;
	margin:0 0 5px 0;
}

dl#name-email dt,
dl#comments-url-data dt
{
	font-size:10pt;
}

dl#name-email dd,
dl#comments-url-data dd
{
	font-size:10pt;
	margin:0 0 5px 0;
}

div#comments-open-data ul.cookie
{
	list-style:none;
	margin:0 0 5px 0;
}

div#comments-open-data ul.cookie li
{
	font-size:10pt;
}

dl#comments-open-text dt
{
	font-size:10pt;
}

dl#comments-open-text dd textarea
{
	font-size:10pt;
	margin:0 0 10px 0;
}

div#comments-open-data ul.comments-open-footer
{
	list-style:none;
}

div#comments-open-data ul.comments-open-footer li
{
	display:inline;
	font-size:10pt;
}

div#comments-open-data ul.comments-open-footer li input
{
	width:80px;
}



/* ----- システムテンプレート ----- */

body.one-column div#container
{
	width:auto;
	margin:0 40px;
	float:none;
}


/* ----- 検索テンプレート ----- */

div.module-content
{
	margin:0 0 20px 0;
}

div.module-content p
{
	font-size:10pt;
	line-height:130%;
	margin:0 0 5px 0;
}

div.module-content ul
{
	margin:0 0 0 20px;
}

div.module-content ul li
{
	font-size:10pt;
	margin:0 0 5px 0;
}

div.entry-content h2.search-result-tit
{
	font-size:120%;
	font-weight:normal;
	color:#666666;
	background:#ffffff url(images/sub_tit_icon.gif) no-repeat 0 0;
	padding:3px 0 6px 30px;
	margin:0 0 15px 0;
}

div.straight-search
{
	margin:0 0 20px 0;
}

div.straight-search fieldset
{
	border:none;
}

div.straight-search legend
{
	font-size:70%;
	color:#666666;
	background:#ffffff;
	margin:0 0 5px 0;
}

div.straight-search ul
{
	list-style:none;
	margin:0 0 5px 0;
}

div.straight-search ul li
{
	display:inline;
}

div.straight-search ul li label
{
	font-size:10pt;
}

div.straight-search ul li input.search-input
{
	width:160px;
	font-size:10pt;
	margin:0 0 5px 0;
}

div.straight-search ul li input.search-submit
{
	width:80px;
	font-size:7pt;
	margin:0 0 10px 0;
}



/* ----- フッター（追加） ----- */

div.footer
{
	width:760px;
	background:#dddddd;
	padding:10px 0;
	margin:10px 0 0 0;
	text-align:center;
	font-size:8pt;
	color:#666666;
}










