/* reset */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
}

article,aside,canvas,details,figcaption,figure,
footer,header,hgroup,menu,nav,section,summary {
	display: block;
}

nav ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

a {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}

mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold;
}

del {
	text-decoration: line-through;
}

abbr[title], dfn[title] {
	border-bottom: 1px dotted #000;
	cursor: help;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #cccccc;
	margin: 1em 0;
	padding: 0;
}

input, select {
	vertical-align: middle;
}

/* body */
body {
	text-align: center;
	background-color: #fafafa;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Arial, Verdana, sans-serif;
}

#header,
#main {
	width: 740px;
	background-color: #fff;
	margin: auto;
	border-width: 0 1px;
	border-style: solid;
	border-color: #bbb;
}

#main {
	border-width: 0 1px 1px;
	padding-bottom: 30px;
	border-bottom-left-radius: 14px; 
	border-bottom-right-radius: 14px; 
	-webkit-border-bottom-left-radius: 14px; 
	-webkit-border-bottom-right-radius: 14px;
	-moz-border-radius-bottomleft: 14px;
	-moz-border-radius-bottomright: 14px;
}

* a:hover {
	color: #3a6601;
}

* a:visited {
	color: #a5a12e;
}

* a,
.entryFooter a:visited,
.entryCategory a:visited {
	color: #628210;
}

.clearfix {
	clear: both;
}

/* header */
#header {
	background-image: url("http://file.natacha.blog.shinobi.jp/header.jpg");
	background-repeat: no-repeat;
	text-align: left;
	border-bottom: 1px solid #a7b38b;
	height: 140px;
}

#header h1 {
	color: #fff;
	font-size: 24px;
	padding: 85px 20px 0;
}

#header h1 a {
	color: #fff;
	text-decoration: none;
}

#header .subtitle {
	color: #fff;
	font-size: 14px;
	padding: 2px 20px;
}

#header h1,
#header .subtitle {
	text-shadow: 1px  1px 2px #5e6e30,
				-1px  1px 2px #5e6e30,
				 1px -1px 2px #5e6e30,
				-1px -1px 2px #5e6e30;
	-ms-filter:"progid:DXImageTransform.Microsoft.DropShadow(color=#5e6e30,offx=1,offy=1)";
}

/* main */
#contents {
	width: 560px;
	float: left;
}

.entry {
	text-align: left;
	line-height: 1.5em;
	color: #333;
	font-size: 100%;
	padding: 32px 20px;
}

.entryTitle,
.entryTitle a {
	color: #5e6e30;
}

.entryTitle {
	font-size: 110%;
}
.entryTitle a {
	text-decoration: none;
	font-size: 100%;
}

.entryTitle a:hover {
	text-decoration: underline;
}

.entryDate,
.entryDate a {
	color: #666;
}

.entryDate {
	font-size: 11px;
	line-height: 1.5em;
}

.entryDate a {
	text-decoration: none;
	font-size: 100%;
}

.entryDate a:hover {
	text-decoration: underline;
}

.entryText {
	margin: 1em 0 2em;
}

.entryText a img {
	border: 1px solid #b0af8c;
}

.entryText a + a img {
	border-width: 1px 1px 1px 0;
	border-style: solid;
	border-color: #b0af8c;
	left: -1px;
	position: relative;
}

.entryFooter,
.entryCategory {
	font-size: 12px;
	list-style-type: none;
}

.entryFooter a,
.entryCategory a {
	text-decoration: none;
}

.entryFooter a:hover,
.entryCategory a:hover {
	text-decoration: underline;
}

.pageLink {
	width: 100%;
	font-size: 12px;
	margin-top: 20px;
}

.pageLink tr td {
	padding: 3px 30px;
}

.pageLink.column2 .prev,
.pageLink.column3 .prev {
	text-align: left;
}

.pageLink .goToTop,
.pageLink.column1 .prev,
.pageLink.column1 .next {
	text-align: center;
}

.pageLink.column2 .next,
.pageLink.column3 .next {
	text-align: right;
}

.pageLink .goToTop {
	width: 10%;
}

.pageLink.column2 .prev,
.pageLink.column2 .next {
	width: 50%;
}

.pageLink.column3 .prev,
.pageLink.column3 .next {
	width: 45%;
}

.entryBorder {
	text-align: center;
}

.NinjaEntryCommercial {
	display: none;
}

.ninja_onebutton {
	padding: 0 20px !important;
}

div.clear {
	clear: both;
	visibility: hidden;
	height: 0;
}

/* column */
#column {
	width: 180px;
	float: right;
	text-align: left;
}

.pluginInnerBlock {
	width: 90%;
	margin: 16px auto;
	padding: 0;
}

.pluginWrapper {
	background-color: #f8f8f8;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 1px solid #d8d8d8;
	padding: 0 0 30px 0;
}

.pluginWrapper h2,
.pluginInnerBlock h2 {
	color: #666;
	font-size: 14px;
	width: 100%;
}

.pluginInnerBlock h2 {
	padding: 5px 6px;
}

.pluginWrapper h2 {
	text-align: center;
	font-family: "ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","ＭＳ 明朝","MS Mincho",serif;
	padding: 12px 0 0 4px;
	letter-spacing: 4px;
}

.plugin_data,
.plugin_data_date {
	padding-left: 6px;
	padding-right: 6px;
	font-family: Courier, "Courier New", monospace;
}

.pluginWrapper .plugin_data,
.pluginWrapper .plugin_data_date {
	padding-left: 10px;
	padding-right: 10px;
	font-family: Courier, "Courier New", monospace;
}

.plugin_data {
	margin: 12px 0 0;
	font-size: 14px;
}

.plugin_data_date {
	margin: 2px 0 0;
	font-size: 12px;
	color: #777;
}

.calendarMoveTable,
.calendarTable {
	font-family: Courier, "Courier New", monospace;
	font-size: 14px;
	text-align: center;
	width: 100%;
	line-height: 1.3em;
	color: #777;
}

.calendarMoveTable a,
.calendarTable a {
	text-decoration: none;
}

.calendarMoveTable a:hover,
.calendarTable a:hover {
	text-decoration: underline;
}

.calendarTable th {
	font-weight: normal;
}

.calendarMoveTable td {
	width: 33%
}

.calendarTable th,
.calendarTable td {
	width: 14%;
}

.calendarTable th.sun {
	color: #ed6d35;
}

.calendarTable th.sun,
.calendarTable th.sat,
.calendarTable td.sun,
.calendarTable td.sat {
	width: 15%;
}

.pluginRSS a img {
	margin: 5px 10px;
}

.analyse {
	display: none;
}

input.box {
	margin: 5px 10px;
	width: 140px;
}

input.btn {
	margin: 2px 10px;
}

/* footer */
#footer {
	padding: 2em 0 2.5em;
	color: #777;
	font-size: 11px;
}

#footer .ads,
#nin_ad,
img[src="http://bfile.shinobi.jp/admin/img/blogheader_logo.png"] {
	display: none;
}