@charset "UTF-8";

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

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


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

div.clearf
{
	clear:both;
}

div.clear hr
{
	display:none;
}


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

a
{
	color:#0099cc;
	background:#ffffff;
	text-decoration:underline;
}

a:hover
{
	color:#006699;
	background:#ffffff;
	text-decoration:none;
}


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

body
{
	color:#666666;
	background:#ffffff url(images/body_bg.gf) repeat-y 50% 0;
	text-align:center;
}

#main table{
	font-size:80%;
	width:450px;
	margin: 0 0 0 5px;
	border-collapse: collapse;
}

#main td{
	padding: 5px;
	border: 1px solid #666666;
	color: #333333;
}

#main th{
	padding: 5px 10px;
	border: 1px solid #666666;
	color:#333333;
	text-align:left;
	background:#cccccc;
	font-weight: normal;
}

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

div#main-container
{
	width:900px;
	color:#666666;
	background:#ffffff;
	margin:0 auto;
	text-align:left;
}


/* ----- ヘッダー部分 ----- */

div#head
{
	color:#ffffff;
	height:149px;
	background:#ffffff url(images/head.gif) repeat-x ;
	padding:0 0 0 0;
	margin:0 0 7px 0;
}
div#header
{
	width: 900px;
	color:#ffffff;
	height:149px;
	padding:0px 0px 0px 0px;
	margin:0 auto;
}
div#header h1.blog-name
{
	width:325px;
	height:97px;
	float: left;
	
}

div#header h1.blog-name a
{
	font-size:10;
	float: left;
	display: inline;
	display:block;
	width:325px;
	height:87px;
	font-size:0;
	font-weight:normal;
	text-decoration:undeline;
	text-indent:-9999px;
	background:url(images/logo.gif) no-repeat 0 0;
	margin:10px 0 0 0;
}

#navi
{
	float: right;
	width:575px;


}
#navi ul
{
	text-align:right;
	margin:22px 0px 0px 0;
	padding:0;


}
#navi li
{
	display:inline;
	list-style-type:none;
	margin:0;
	padding:0;


}

div#banner
{
	width:655px;
	height:250px;
	background:url(images/infotop01.jpg) no-repeat 0 0;
	margin:0 0 8px 0;
}

div#banner h2.blog-description
{
	display:none;
}

#mainnavi{
	width: 900px;
	height: 52px;
	margin:0 auto;
	background:url(images/9-11.gif) repeat-x ;
	overflow: hidden;
	clear:both;
}
#kensaku {
	width: 390px;
	float: left;
	text-align: left;
	height: 30px;
}
#kensaku img{
	margin: 0 0 0 20px;
}
#mainnavibt{
	width: 510px;
	float: right;
}
#mainnavibt ul{
	margin:0px 7px 0 7px;
	padding:0;
	text-align:right;
}
#mainnavibt li{
	margin:0;
	padding:0;
	list-style-type: none;
	display: inline;
}



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

div#container
{
	width:655px;
	float:left;
}


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

div.content
{
	padding:10px;
}

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

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


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

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


/* ----- 新着情報 ----- */

div#center
{
	width:470px;
	float:right;
	padding:0 0px 10px 0px;
}

div#center1
{
	width:655px;
	float:right;
	padding:0 0px 10px 0px;
}
div.top-news
{
	padding:0px;
	font-size:100%;
}
div.newsimg
{
	display:block;
	height:auto;
	font-weight: none;
	float:left;
	padding:3px 0px 10px 0px;
}
p.newstext
{
	font-size:90%;
	margin:0 0px 0px 10px;
	padding:0 0px 0px 10px;
}
div.top-news h3
{
	height:25px;
	color:#ffffff;
	font-size:100%;
	font-weight:bold;
	text-decoration:none;
	background:url(images/new-site.gif) no-repeat 0 0;
	margin:0 0 5px 0px;
	padding:6px 0 0 35px;
}


div.top-news h4
{
	height:25px;
	color:#333333;
	font-size:100%;
	clear:both;
	font-weight:bold;
	text-decoration:underline;
	background:url(images/newsite.gif) no-repeat 0 0;
	margin:0 0 5px 0px;
	padding:6px 0 0 37px;
}

div.top-news h4 a
{
	color:#666666;
	text-decoration:none;
}

div.top-news ol li
{
	margin:0 0 10px 0;
	list-style:none;
	font-size:80%;
	line-height:150%;
	background:url(images/news_icon.gif) no-repeat 0 5px;
	padding:0 0 0 12px;
}

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

div.content p.entry-date
{
	font-size:80%;
	color:#ffffff;
	background:#cccccc;
	line-height:100%;
	padding:3px;
	margin:0 0 15px 0;
}


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

div.entry-content h2.entry-title
{
	height:25px;
	color:#333333;
	font-size:100%;
	clear:both;
	font-weight:bold;
	text-decoration:none;
	background:url(images/et-title.gif) no-repeat 0 0;
	margin:0 0 5px 0px;
	padding:6px 0 0 25px;
}

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

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


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

div.entry
{
	margin:0 0 30px 0;
}

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

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

div.entry-cate
{
	font-size:90%;
	padding:5px;
	margin:5px;

}

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

div.entry-body ul li,
div.entry-body ol li
{
	font-size:80%;
	margin:0 0 3px 0;
}
div.entry-body div#recent
{
	display:block;
	height:auto;
	font-weight: none;
	float:left;
	padding:3px 0px 10px 0px;
}
div.entry-ex
{
	clear:both;
}
/* ----- タグ ----- */

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

div.entry-tags h3.entry-tags-header
{
	font-size:80%;
	font-weight:normal;
	color:#ffffff;
	background:#aaaaaa;
	padding:3px;
	margin:0 0 5px 0;
}

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

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


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

div.entry ul.entry-info,
div.search-results-container ul.entry-info
{
	list-style:none;
	border-top:1px solid #cccccc;
	padding:3px 0 0 0;
	margin:0 0 20px 0;
	line-height:130%;
	clear:both;
}

div.entry ul.entry-info li,
div.search-results-container ul.entry-info li
{
	display:inline;
	font-size:90%;
	padding:0px 0 10px 15px;
	margin:0 10px 0 0;
	background:url(images/info-icon.gif) no-repeat 0 0;
}


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

div#sidebar-left
{
         border-bottom:1px solid #999999;
	background:#ffffff url(images/leftnavi-bg.gif) repeat-y ;
	width:180px;
	height:auto;
	float:left;
	clear:left;
}
div.left-banner
{
	margin:5px 0 5px 0;
	width:180px;
	text-align:center;
}
div#sidebar-right
{
	width:240px;
	margin:0 0 0 5px;
	float: right;
	clear: right;
}
div.rightbanner
{
	font-size:80%;
	width:240px;
	margin:0 0 5px 0;
	text-align:center;
}
div.rightbanner1
{
	font-size:80%;
	width:240px;
	margin:0 0 5px 0;
	text-align:center;
}
div.rightbanner2
{
	font-size:90%;
	width:240px;
	margin:0 0 5px 10px;
	text-align:left;
	line-height:20px;
}
div#bookbanner
{
	font-size:80%;
	width:240px;
	margin:0 0 5px 10px;
	text-align:left;
}
/* ----- サイドバータイトル ----- */
div#sidebar-right h3.tenki
{
	height:25px;
	color:#ffffff;
	font-size:100%;
	font-weight:bold;
	text-decoration:none;
	background:url(images/tenki-title.gif) no-repeat 0 0;
	border-bottom:1px solid #cccccc;
	margin:0 0 10px 0px;
	padding:5px 0 0 25px;
}

div#sidebar-right h3.kiji
{
	height:25px;
	color:#ffffff;
	font-size:12;
	font-weight:bold;
	text-decoration:none;
	background:url(images/kiji-title.gif) no-repeat 0 0;
	border-bottom:1px solid #cccccc;
	margin:0 0 10px 0px;
	padding:5px 0 0 25px;
}

div#sidebar-right h3.bookmark
{
	height:25px;
	color:#ffffff;
	font-size:100%;
	font-weight:bold;
	text-decoration:none;
	background:url(images/book-title.gif) no-repeat 0 0;
	border-bottom:1px solid #cccccc;
	margin:0 0 10px 0px;
	padding:5px 0 0 25px;
}
div.sidebar-inner
{
	padding:0;
}


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

div.category-archives h3
{
	height:31px;
	color:#ffffff;
	font-size:100%;
	font-weight:bold;
	text-decoration:none;
	background:url(images/ct-bg.gif) no-repeat 0 0;
	margin:0 0 0px 0px;
	padding:8px 0 0 35px;
}
div.category-archives h3.rss
{
	height:35px;
	color:#ffffff;
	font-size:100%;
	font-weight:bold;
	text-decoration:none;
	background:url(images/rss-title.gif) no-repeat 0 0;
	margin:0 0 5px 0px;
	padding:11px 0 0 35px;
}


div.sidebar-inner h3 a
{
	color:#0099cc;
	background:#efefef;
}

div.search-form h3
{
	height:42px;
	font-size:0;
	font-weight:normal;
	text-decoration:none;
	text-indent:-9999px;
	background:url(images/search_tit.gif) no-repeat 0 0;
	margin:0 0 1px 0;
}

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

div.search-form
{
	padding:0px 0 0px 0;
}

div.search-form form
{
	background:url(images/search_bg.gf) no-repeat;
	padding:2px;
}

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

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

div.search-form input.search-input
{
	width:250px;
	font-size:100%;
	margin:5px 0 5px 25px;
}


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

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

div.category-archives ul
{
	list-style:none;
	margin:0;
	line-height:100%;
}

div.category-archives ul li
{
	display:inline;
	line-height:100%;
	margin:0;
	padding:0;
}

div.category-archives ul li a
{
	font-size:110%;
	height:12px;
	display:block;
	padding:10px 0px 10px 15px;
	background:url(images/page-bg.gif) no-repeat 0 50%;
	color:#333333;
	margin:0;
}

div.category-archives ul li a:hover
{
	height:12px;
	display:block;
	padding:10px 0px 10px 15px;
	background:(images/page-bg.gif) no-repeat 0 50%;
	text-decoration:none;
	color:#00AAFF;
	line-height:100%;
	margin:0;
}

/* -- 追加(サブカテゴリー) -- */
div.category-archives-list
{
	font-size:80%;
}

div.category-archives ul li ul li a
{
	display:block;
	padding:5px 5px 5px 30px;
	color:#0099cc;
	background:#ffffff url(images/subcat_icon.gif) no-repeat 14px 4px;
	border-bottom:1px solid #cad5e0;
	margin:0;
}

div.category-archives ul li ul li a:hover
{
	display:block;
	padding:5px 5px 5px 30px;
	color:#006699;
	background:#ffffff url(images/subcat_icon.gif) no-repeat 14px 4px;
	line-height:100%;
	border-bottom:1px solid #cad5e0;
	margin:0;
}

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

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

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

div.recent-entry ol li
{
	font-size:80%;
	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:80%;
	margin:0 0 5px 0;
}


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

div.site-link
{
	margin:0 0 20px 0;
}

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

div.site-link ul li
{
	font-size:80%;
	margin:0 0 5px 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 a
{
	display:block;
	height:34px;
	font-size:0;
	font-weight:normal;
	text-decoration:none;
	text-indent:-9999px;
	background:url(images/rss.gif) no-repeat 0 0;
}

div.syndicate ul li a:hover
{
	background:url(images/rss.gif) no-repeat 0 -34px;
}

/* ----- 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:80%;
	font-weight:normal;
	color:#333333;
	background:#aaaaaa url(images/tit_bg.gif) 0 0;
	padding:5px 5px 5px 25px;
	border:1px solid #aaaaaa;
	margin:0 0 10px 0;
}

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

div.trackbacks-body p
{
	font-size:80%;
	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:80%;
	margin:0 10px 0 0;
}

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


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

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

div.comments h3
{
	font-size:80%;
	font-weight:normal;
	color:#333333;
	background:#aaaaaa url(images/tit_bg.gif) 0 0;
	padding:5px 5px 5px 25px;
	border:1px solid #aaaaaa;
	margin:0 0 10px 0;
}

div.comments p
{
	font-size:80%;
	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:80%;
	margin:0 10px 0 0;
}

div.comments a img
{
	border:none;
}

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

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

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

div.comments-post h4
{
	font-size:80%;
	font-weight:normal;
	background:#cccccc;
	color:#ffffff;
	padding:3px;
	margin:0 0 5px 0;
}

div.comments-post-content p.comments-open-moderated
{
	font-size:80%;
	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:80%;
}

dl#name-email dd,
dl#comments-url-data dd
{
	font-size:80%;
	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:80%;
}

dl#comments-open-text dt
{
	font-size:80%;
}

dl#comments-open-text dd textarea
{
	font-size:80%;
	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:80%;
}

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:80%;
	line-height:130%;
	margin:0 0 5px 0;
}

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

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

div.entry-content h2.search-result-tit
{
	height:25px;
	color:#333333;
	font-size:12;
	clear:both;
	font-weight:bold;
	text-decoration:none;
	background:url(images/et-title.gif) no-repeat 0 0;
	margin:0 0 5px 0px;
	padding:6px 0 0 25px;
}

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:80%;
}

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

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


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

div.footer
{
	clear:both;
	background:#ffffff url(images/footer_bg.gif) repeat-x 0 0;
	padding:10px 0;
	text-align:center;
	font-size:70%;
	color:#999999;
}

#footnavi{
	width: 900px;
	height: 25px;
	margin:0 auto;
	overflow: hidden;
	clear:both;
}
#copy {
	width: 390px;
	float: left;
	text-align: left;
}
#copy img{
	margin: 0 0 0 0px;
}
#footnavibt{
	width: 500px;
	float: right;
}
#footnavibt ul{
	margin:5px 0px 15px 0px;
	padding:0;
	text-align:right;
}
#footnavibt li{
	margin:0;
	padding:0;
	list-style-type: none;
	display: inline;
}