/* ---------------------------------------------------------------------
  reset
===================================================================== */
html {
	overflow-y: scroll;
}
html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6,
pre, form, fieldset, input, textarea, p, blockquote, table, th, td {
	margin: 0;
	padding: 0;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th {
	text-align: left;
}
q:before ,q:after {
	content: '';
}
object, embed {
	vertical-align: top;
}
hr, legend {
	display: none;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}
img, abbr, acronym, fieldset {
	border: 0;
}
a {
	outline: none;
}
li {
	list-style: none outside none;
}
textarea {
	overflow: auto;
}
/* ---------------------------------------------------------------------
  commen
===================================================================== */
* {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, メイリオ, Meiryo, Verdana, "ＭＳ Ｐゴシック", Sans-Serif;
}
body,input,textarea {
	color: #555;
	line-height: 1.5em;
}
/* ---------------------------------------------------------------------
  page
===================================================================== */
html, body {
	height: 100%;
}
body {
	font-size: 70%;
	background: #fff url(http://bfile.shinobi.jp/6365/stripe_001.png);
	text-align: center;
}
a:link, a:visited, a:hover, a:active {
	color: #f46;
	text-decoration: none;
}
a:hover {
	color: #e00;
}
/* ---------------------------------------------------------------------
  layout
===================================================================== */
#all, #main, #header, #footer {
	overflow: hidden;
	clear: both;
}
#all {
	margin: 0 auto;
	width: 800px;
	min-height: 100%;
	background: url(http://bfile.shinobi.jp/6365/line_001.gif) repeat-y;
	text-align: left;
}
#main {
	padding: 2em 10px 0 10px;
}
#header {
	margin: 0 0 2em 0;
}
#headerphoto{
	height:80px;
	background: #fff url(http://bfile.shinobi.jp/6365/005_001.jpg) 50% 50% repeat-x;
	border: 1px solid #555;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
}
#box1 {
	float: right;
	width: 520px;
}
#box2 {
	float: left;
	width: 220px;
}
#navi {
	margin: 0 0 2em 0;
}
#navi ul {
	text-align: center;
}
#navi li {
	display: inline;
	margin: 0 0.5em;
	padding: 0.25em 1em;
	background: #f9f9f9;
	border:1px solid #ccc;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
#footer {
	padding: 2em 0 1em 0;
}
#cm {
	float: left;
	font-size: 90%;
}
#presents {
	font-size: 90%;
}
#presents ul {
	text-align: right;
}
#presents li {
	display: inline;
	padding: 0 0.25em;
}
/* ---------------------------------------------------------------------
  h
===================================================================== */
h1,h2,h3,h4 {
	clear: both;
	font-weight: normal;
	line-height: 1.5em;
}
h1#blogtitle {
	padding: 0 0 0.5em 0;
	font-size: 140%;
}
h2.entrytitle {
	padding: 0.5em;
	background: #f0f0f0;
	border: 1px solid #ccc;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
h2.plugintitle {
	padding: 0.5em;
	background: #f0f0f0;
	border: 1px solid #ccc;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
h3#commentwrite {
	padding: 0.5em;
	background: #f0f0f0;
	border: 1px solid #ccc;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
h3#trackbackwrite {
	padding: 0.5em;
	background: #f0f0f0;
	border: 1px solid #ccc;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
h3#edittitle {
	padding: 0.5em;
	background: #f0f0f0;
	border: 1px solid #ccc;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
h4.commenttitle {
	padding: 0.5em;
	background: #f0f0f0;
	border: 1px solid #ccc;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
h4.trackbacktitle {
	padding: 0.5em;
	background: #f0f0f0;
	border: 1px solid #ccc;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
div#explanation {
	padding: 0.5em 0 0 0;
	text-align: right;
}
/* ---------------------------------------------------------------------
  element
===================================================================== */
input, textarea {
	font-size: 100%;
	background: #f9f9f9;
	border: 1px solid #ccc;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
em {
	font-style: italic;
}
strong {
	font-weight: bold;
}
/* ---------------------------------------------------------------------
  entry
===================================================================== */
div.entrybox {
	overflow: hidden;
	clear: both;
	margin: 0 0 2em 0;
}
div.entrytext1 {
	margin: 0.5em 0 0 0;
	overflow: hidden;
	_zoom: 1;
}
div.entrytext1 img {
	margin: 3px;
	padding: 3px;
	background: #fff;
	border: 1px solid #555;
}
div.entrytext2 {
	margin: 1em 0 0 0;
}
div.pslink {
	padding: 1em 0;
	text-align: right;
}
div.pslink a {
	padding: 0.25em 1em;
	background: #f9f9f9;
	border: 1px solid #ccc;
	text-align: center;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
div.entrydata {
	float: left;
	width: 120px;
	font-size: 90%;
	margin: 0.5em 1em 0 0;
	overflow: hidden;
}
div.entrydata ul {
}
div.entrydata li{
	padding: 0.25em 0 0.25em 10px;
	background: url(http://bfile.shinobi.jp/6365/li_001.gif) 0% 50% no-repeat;
	border-bottom: 1px dotted;
}
div.entrydata li a{
	display: block;
}
/* ---------------------------------------------------------------------
  plugin
===================================================================== */
div.pluginbox{
	overflow: hidden;
	clear: both;
	margin: 0 0 2em 0;
}
div.plugintext {
	margin: 0.5em 0 0 0;
	overflow: hidden;
}
div.plugin1 {
}
div.plugin2 {
}
div.plugin3 {
}
/* ---------------------------------------------------------------------
  commentform
===================================================================== */
div.commentform {
	margin: 0.5em 0 2em 0;
}
div.commentform dl {
}
div.commentform dt {
	clear: left;
	float: left;
	width: 25%;
	padding: 0.25em 0;
}
div.commentform dd {
	margin: 0 0 0.5em 25%;
	padding: 0.25em 0 0.25em 1em;
}
div.commentform dd input {
	width: 50%;
}
div.commentform dd textarea {
	width: 100%;
	height: 120px;
}
div.commentsubmit {
	text-align: right;
}
div.commentsubmit input{
	width: 25%;
}
/* ---------------------------------------------------------------------
  comment
===================================================================== */
div.commenttext {
	margin: 0.5em 0 2em 0;
}
div.commentdata {
	margin: 1em 0 0 0;
}
div.commentdata ul {
	text-align: right;
}
div.commentdata li {
	display: inline;
	padding: 0 0.25em;
}
/* ---------------------------------------------------------------------
  trackbackform
===================================================================== */
div#trackbackform {
	margin: 0.5em 0 2em 0;
}
div#trackbackform dl {
}
div#trackbackform dt {
	clear: left;
	float: left;
	width: 50%;
}
div#trackbackform dd {
	margin: 0 0 0 50%;
	padding: 0 0 0 1em;
}
div#trackbackform dd input {
	width: 100%;
}
/* ---------------------------------------------------------------------
  trackback
===================================================================== */
div.trackbacktext {
	margin: 0.5em 0 2em 0;
}
div.trackbackdata {
	margin: 1em 0 0 0;
}
div.trackbackdata ul {
	text-align: right;
}
div.trackbackdata li {
	display: inline;
	padding: 0 0.25em;
}
/* ---------------------------------------------------------------------
  edit
===================================================================== */
#editbox {
	margin: 2em auto;
	padding: 1em;
	width: 500px;
	background: #fff;
	border: 1px solid #ccc;
	text-align: left;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
/* ---------------------------------------------------------------------
  ninjablog
===================================================================== */
.left {
	text-align:left;
}
.center {
	text-align:center;
}
.right {
	text-align:right;
}
.Plugin_data {
	padding: 0 0 0.1em 0;
}
.Plugin_data_date {
	padding: 0 0 0.1em 0;
	text-align: right;
}
div.plugin2 .box{
	width: 120px;
}
th, td {
	font-size: 70%;
	text-align: center;
}
.CalendarMoveTable {
	margin: 0 0 0.5em 0;
	width: 80%;
}
.CalendarTable {
	width: 80%;
}