/* ---------------------------------------------------------------------
  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
===================================================================== */
body {
	font-size: 70%;
	background: #fff;
	text-align: center;
}
a:link, a:visited, a:hover, a:active {
	color: #f64;
	text-decoration: none;
}
a:hover {
	color: #ab2;
}
/* ---------------------------------------------------------------------
  layout
===================================================================== */
#all, #main, #header, #footer {
	overflow: hidden;
	clear: both;
}
#all {
	margin: 0 auto;
	width: 800px;
	text-align: left;
}
#main {
	padding: 2em 0 0 0;
}
#header {
	border: 1px solid #555;
}
#headerphoto{
	height: 100px;
	background: #fff url(http://bfile.shinobi.jp/6357/002_001.jpg) 50% 50% repeat-x;
	border-top: 1px dotted #555;
	border-bottom: 1px dotted #555;
}
#box1 {
	float: left;
	width: 560px;
}
#box2 {
	float: right;
	width: 220px;
}
#navi {
	margin: 1em 0 2em 0;
	text-align: center;
}
#navi ul {
}
#navi li {
	display: inline;
	padding: 0 0.5em;
}
#footer {
	padding: 1em 0;
}
#cm {
	float: left;
}
#presents {
}
#presents ul {
	border-right: 1px dotted #555;
	text-align: right;
}
#presents li {
	display: inline;
	padding: 0 0.5em;
	border-left: 1px dotted #555;
}
/* ---------------------------------------------------------------------
  h
===================================================================== */
h1,h2,h3,h4 {
	clear: both;
	font-weight: bold;
	line-height: 1.5em;
}
h1#blogtitle {
	padding: 0.5em;
}
h2.entrytitle {
	padding: 0.5em;
	border-bottom: 1px dotted #555;
}
h2.plugintitle {
	padding: 0.25em 0;
	border-bottom: 1px dotted #555;
}
h3#commentwrite {
	margin: 1em 0 0 0;
	padding: 0.25em 0;
	border-bottom: 1px dotted #555;
}
h3#trackbackwrite {
	padding: 0.25em 0;
	border-bottom: 1px dotted #555;
}
h3#edittitle {
	padding: 0.25em 0;
	border-bottom: 1px dotted #555;
}
h4.commenttitle {
	padding: 0.25em 0;
	border-bottom: 1px dotted #555;
}
h4.trackbacktitle {
	padding: 0.25em 0;
	border-bottom: 1px dotted #555;
}
div#explanation {
	padding: 0.5em;
	text-align: right;
}
/* ---------------------------------------------------------------------
  element
===================================================================== */
input, textarea {
	font-size: 100%;
	background: #fff;
	border: 1px solid #555;
}
em {
	font-style: italic;
}
strong {
	font-weight: bold;
}
/* ---------------------------------------------------------------------
  entry
===================================================================== */
div.entrybox {
	overflow: hidden;
	clear: both;
	border: 1px solid #555;
	border-top: none;
}
div.entrytext1 {
	margin: 0.5em;
	overflow: hidden;
}
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;
	border: 1px dotted #555;
}
div.entrydata {
	border-top: 1px dotted #555;
}
div.entrydata ul {
	height: 2em;
}
div.entrydata li {
	float: right;
	padding: 0 0.5em;
	line-height: 2em;
	border-left: 1px dotted #555;
}
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 {
	border-right: 1px dotted #555;
	text-align: right;
}
div.commentdata li {
	display: inline;
	padding: 0 0.5em;
	border-left: 1px dotted #555;
}
/* ---------------------------------------------------------------------
  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 {
	border-right: 1px dotted #555;
	text-align: right;
}
div.trackbackdata li {
	display: inline;
	padding: 0 0.5em;
	border-left: 1px dotted #555;
}
/* ---------------------------------------------------------------------
  edit
===================================================================== */
#editbox {
	margin: 2em auto;
	padding: 1em;
	width: 500px;
	border: 1px solid #555;
	text-align: left;
}
/* ---------------------------------------------------------------------
  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%;
}