/* 初期化 ----------------------*/
/*
Copyright (c) 2007, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.3.0
*/
/* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
	Default Setting CSS
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= */

/* Font-size Adjustment
px		%
10		77
11		85
12		92
13		100
14		107
15		114
16		122
17		129
*/


body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
}
table { 
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset { 
	border: 0;
}
img { 
	border: none;
	vertical-align: bottom;
}
address,caption,cite,code,dfn,em,th,var { 
	font-style: normal;
	font-weight: normal;
}
ol,ul {
	list-style: none;
}
caption,th {
	text-align: left;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}
q:before,q:after {
	content: '';
}
abbr,acronym {
	border: 0;
}

body {
	font: 13px arial,helvetica,clean,sans-serif;
	*font-size: small;
	*font: x-small;
}
table {
	font-size: inherit;
	font: 100%;
}
/* for Safari */
select, input, textarea {
	font: 99% arial,helvetica,clean,sans-serif;
}
pre, code {
	font: 115% monospace;
	*font-size: 100%;
}
body * {
	line-height: 1.22;
}
/* clearfix ----------------------*/
.clearfix:after {
	content: "";
	display: block;
	clear: both;
	}
.clearfix {
	display: inline-block;
	}
.clearfix {
	display: block;
	}




/* --------------------
	全体
-------------------- */
html {
	margin-bottom: 1px;
	height: 100%;
}

body {
	background: #fff url(http://file.numashi.blog.shinobi.jp/bg_body.gif) repeat-x top;
	color: #333;
	font-family: "Lucida Grande",'メイリオ',Meiryo,"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",Osaka, sans-serif;
	text-align: center;
}

hr {
	display: none;
}

a {
	color: #0899a6;
	overflow: hidden;
}

a:hover {
	color: #216aae;
}

.right {
	display: inline;
	float: right;
}

.left {
	display: inline;
	float: left;
}

.arrow {
	background: url(http://file.numashi.blog.shinobi.jp/arrow2.gif) no-repeat left center;
	padding-left: 10px;
}

#wrapper {
	background: url(http://file.numashi.blog.shinobi.jp/bg_wrapper.gif) repeat-y center;
	margin: 0 auto;
	text-align: left;
	width: 820px;
}

#wrap {
	background: url(http://file.numashi.blog.shinobi.jp/bg_wrap.gif) no-repeat left top;
}

#wrap_inner {
	margin: 0 10px;
}


/* --------------------
	ヘッダー
-------------------- */
#header {
	background: url(http://file.numashi.blog.shinobi.jp/bg_head.jpg) no-repeat left top;
}

#header .right {
	padding: 5px;
	text-align: center;
}

#header .right p {
	background-color: #d7ecff;
	border: #dadada 3px solid;
	padding: 10px;
	margin-top: 10px;
}

#header .left #head_menu ,
#header .left #rss {
	float: left;
}

#header .left li {
	float: left;
	display: inline;
}

#header .left #rss {
}

#header .left #rss li {
	margin-left: 10px;
	font-size: 92%;
	padding-top: 21px;
}

#header .left #rss li a {
	background: url(http://file.numashi.blog.shinobi.jp/rss.gif) no-repeat left center;
	padding-left: 15px;
}

/* --------------------
	グローバルナビ
-------------------- */
#g_navi {
	padding-bottom: 10px;
}

#g_navi li {
	float: left;
	text-indent: -99999px;
}

#g_navi li a {
	display: block;
	background-image: url(http://file.numashi.blog.shinobi.jp/g_navi.gif);
	height: 50px;
}

#g_navi li#g_navi01 a {
	background-position: left top;
	width: 108px;
}

#g_navi li#g_navi02 a {
	background-position: -108px top;
	width: 89px;
}

#g_navi li#g_navi03 a {
	background-position: -197px top;
	width: 156px;
}

#g_navi li#g_navi04 a {
	background-position: -353px top;
	width: 138px;
}

#g_navi li#g_navi05 a {
	background-position: -491px top;
	width: 73px;
}

#g_navi li#g_navi06 a {
	background-position: -564px top;
	width: 106px;
}

#g_navi li#g_navi07 a {
	background-position: -670px top;
	width: 130px;
}

#g_navi li#g_navi01 a:hover {
	background-position: left bottom;
}

#g_navi li#g_navi02 a:hover {
	background-position: -108px bottom;
}

#g_navi li#g_navi03 a:hover {
	background-position: -197px bottom;
}

#g_navi li#g_navi04 a:hover {
	background-position: -353px bottom;
}

#g_navi li#g_navi05 a:hover {
	background-position: -491px bottom;
}

#g_navi li#g_navi06 a:hover {
	background-position: -564px bottom;
}

#g_navi li#g_navi07 a:hover {
	background-position: -670px bottom;
}











/* --------------------
	フッター
-------------------- */
#footer {
	font-size: 85%;
	margin: 10px 15px;
}

#footer .left {
	width: 50%;
}

#footer .left #info {
	background: #d7ecff url(http://file.numashi.blog.shinobi.jp/ph_01.jpg) no-repeat 10px center;
	border: #dadada 3px solid;
	padding: 10px 10px 10px 140px;
	margin-top: 0 10px;
}

#footer .left #info h4 {
	background-color: #216aae;
	color: #fff;
	font-weight: bold;
	padding: 3px 0;
	text-align: center;
	margin-bottom: 10px;
}

#footer .left address {
	margin: 10px 0;
}

#footer .right {
	width: 48%;
}

#footer .right ul {
	float: left;
}
#footer .right ul li {
	margin-bottom: 5px;
}

#footer .right li a {
	background: url(http://file.numashi.blog.shinobi.jp/arrow.gif) no-repeat left center;
	padding-left: 10px;
}

#footer .right #useful {
	border-right: 1px solid #adadad;
	margin-right: 15px;
	padding-right: 15px;
}













/* --------------------
	コンテンツ
-------------------- */
#content .left {
	margin-left: 15px;
	width: 585px;
}

#content .right {
	margin-right: 15px;
	width: 170px;
}

#pagetop {
	text-align: right;
	margin-top: 10px;
}


/* --------------------
	本文
-------------------- */
#content .left .entry .entry_head h2 {
	background: url(http://file.numashi.blog.shinobi.jp/bg_entry_title.gif) no-repeat left top;
	color: #fff;
	font-weight: bold;
	line-height: 31px;
	padding: 0 10px;
}

#content .left .entry .entry_head h2 a {
	color: #fff;
	line-height: 31px;
}

.date {
	font-size: 77%;
	text-align: right;
}

.entry_body {
	border-left: 1px solid #bab9b9;
	border-right: 1px solid #bab9b9;
}

.entry_body_inner {
	padding: 10px;
}

.entry_body p {
	margin-bottom: 1em;
}

.entry_body img {
	margin: 0 10px 10px;
}

.entry_foot {
	border-left: 1px solid #bab9b9;
	border-right: 1px solid #bab9b9;
	border-bottom: 1px solid #bab9b9;
	background-color: #efefef;
	text-align: right;
	padding: 10px;
	margin-bottom: 20px;
}

#comment_entry {
	text-align: left;
}

#comment_edit {
	text-align: left;
}

#comment_entry dl ,
#comment_edit dl {
	margin-top: 10px;
}

#comment_entry dt ,
#comment_edit dt {
	background: url(http://file.numashi.blog.shinobi.jp/bg_section_inner.gif) no-repeat left center;
	padding-left: 10px;
	float: left;
	width: 160px;
}

#comment_entry dd ,
#comment_edit dd {
	padding-left: 170px;
	margin-bottom: 10px;
}

#comment_entry dd input ,
#comment_entry dd textarea ,
#comment_edit dd input ,
#comment_edit dd textarea {
	border: 1px solid #999999;
	font-family: "Lucida Grande",'メイリオ',Meiryo,"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",Osaka, sans-serif;
	padding: 5px;
	width: 375px;
}

#comment_entry dd #submit ,
#comment_edit dd #submit {
	border: none;
	width: 70px;
}

#comments {
	border: 1px solid #bbceea;
	font-size: 92%;
	margin-bottom: 10px;
}

#comments h3 {
	background-color: #bbceea;
	font-weight: bold;
	padding: 5px 10px;
}

#comments .comments_inner {
	margin: 10px;
}

#comments .comments_inner .contributor {
	margin: 10px 0;
	text-align: right;
}

#comments .comments_inner .contributor strong {
	color: #163fa2;
}

#comments .comment_res {
	border-top: 1px solid #999999;
	margin: 10px;
	padding-top: 10px;
}

#comments .comment_res h4 {
	font-weight: bold;
	margin-bottom: 10px;
}

#comments .comment_res .admin {
	text-align: right;
}

#pagenavi p.left ,
#pagenavi p.right {
	width: 250px;
}

#pagenavi p.right {
	text-align: right;
}

/* --------------------
	サイドバー
-------------------- */
#content .right .section {
	border: 1px solid #cbcbcb;
	margin-bottom: 20px;
}

#content .right .section h3 {
	background: url(http://file.numashi.blog.shinobi.jp/bg_section.gif) no-repeat left bottom;
	padding: 5px 10px;
}

#content .right .section h3 span {
	background: url(http://file.numashi.blog.shinobi.jp/bg_section_inner.gif) no-repeat left center;
	padding-left: 10px;
}

#content .right .section ul {
	padding: 10px;
}

#content .right .section li {
	margin-bottom: 5px;
}

#content .right .section li span {
	display: block;
	text-align: right;
	font-size: 85%;
}

#entry274 h3{
	background-color: #BA1319;
	color: #fff;
	font-weight: bold;
	font-size: 110%;
	margin-bottom: 10px;
	padding: 3px 0 3px 10px;
}
#entry274 dl{
	margin-bottom: 20px;
}
#entry274 dt{
	border-bottom: 1px solid #2A9FEA;
	float: left;
	clear: left;
	width: 400px;
	padding: 5px 0 5px 5px;
	font-weight: bold;
}
#entry274 dd{
	border-bottom: 1px solid #2A9FEA;
	background-color: #fff;
	margin-left: 405px;
	padding: 5px;
}

#entry274 dt.first ,
#entry274 dd.first {
	border: none;
}

#entry274 .promote {
	background-color: #f46314;
	color: #fff;
	font-size: 80%;
	padding: 2px 5px;
	margin-left: 5px;
}
