/* ---------------------------------------------------------------------
  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;
}
blockquote{
background-color: #ededed;  /*背景色*/
padding: 5px 5px 5px 5px;  /*パディング幅（上・右・下・左）*/
border: #bbbbbb 1px solid;  /*まわりの枠（色・太さ・スタイル）*/
border-left: #bbbbbb 5px solid;  /*左の枠（色・太さ・スタイル）*/
margin: 3px 15px 3px 15px;  /*マージン幅（上・右・下・左）*/
}

/* ---------------------------------------------------------------------
  commen
===================================================================== */
* {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, メイリオ, Meiryo, Verdana, "ＭＳ Ｐゴシック", Sans-Serif;
}
body,input,textarea {
	color: #333;
	line-height: 1.5em;
}
/* ---------------------------------------------------------------------
  page
===================================================================== */
body {
	font-size: 80%;
	background: #fff;
	text-align: center;
}
a:link, a:visited, a:hover, a:active {
	color: #0057D2;
	text-decoration: none;
}
a:hover {
	color: #0057D2;
        background: #CDEFFF; /* ボックスの背景色 */
}
/* ---------------------------------------------------------------------
  layout
===================================================================== */
#all, #main, #header, #footer {
	overflow: hidden;
	clear: both;
}
#all {
	margin: 0 auto;
	width: 1000px;
	text-align: left;
}
#main {
}
#header {
	margin: 0 0 10px 0;
	color: #fff;
	background: #fff url(http://file.psp785.kurofuku.com/top_3.png) 100% 100%;
	text-align: left;
}
#header a:link    { color:#ffffff; text-decoration:none; }
#header a:active  { color:#ffffff; text-decoration:none; }
#header a:visited { color:#ffffff; text-decoration:none; }
#header a:hover   { color:#ff0000; text-decoration:none; background: none; }

#headerphoto {
	height: 200px;
	background: url(http://bfile.shinobi.jp/6444/bg_002.gif);
}
#box1 {
	float: left;
	width: 560px;
	margin: 0 1%;
}
#box2 {
	float: left;
	width: 210px;
}
#box3 {
	float: right;
	width: 210px;
}
#navi {
	margin: 0 0 2em 0;
}
#navi ul {
	text-align: center;
}
#navi li {
	display: inline;
	margin: 0 0.5em;
}
#footer {
	padding: 1em;
	color: #fff;
	border-top: 1px solid #000;
	background: -moz-linear-gradient(top,#444,#000);
	background: -webkit-gradient(linear,left top,left bottom,from(#444),to(#000));
	background-color: #000;
}
#cm {
	float: left;
}
#presents {
}
#presents ul {
	text-align: right;
}
#presents li {
	display: inline;
	padding: 0 0.25em;
}
/* ---------------------------------------------------------------------
  h <a href="<!--$g_url-->"><!--$g_title--></a>｜
===================================================================== */
h1,h2,h3,h4 {
	clear: both;
	font-weight: bold;
	line-height: 1.5em;
}

#blogtitle {
	padding: 0.5em;
	border-bottom: 1px solid #fff;
	background: -moz-linear-gradient(top,#3A3A3A,#535353);
	background: -webkit-gradient(linear,left top,left bottom,from(#3A3A3A),to(#535353));
	background-color: #000;
}
#blogtitle a:link    { color:#ffffff; text-decoration:none; } /* ﾄﾌｾ */
#blogtitle a:active  { color:#ffffff; text-decoration:none; } /*ｼﾂｹﾔﾃ*/
#blogtitle a:visited { color:#ffffff; text-decoration:none; } /*ﾋｬﾌ莠ﾑ*/
#blogtitle a:hover   { color:#ff0000; text-decoration:none; } /*･ﾞ･ｦ･ｹ*/

h1 a:link, h1 a:visited, h1 a:hover, h1 a:active {
	color: #fff;
	text-decoration: none;
}
h2.entrytitle {
	padding: 0.25em 0;
	font-size: 120%;
	font-weight: normal;
border-bottom: 1px #c0c0c0 solid; /* 見出しの下境界線 */
border-left: 4px solid #FF9702;
padding: 5px 10px; /* 見出しのパディング（上下、左右） */
background: url(http://file.psp785.kurofuku.com/gradient.png); /* 見出しの背景b8f0604d.png */
}

h2.plugintitle {
	padding: 0.5em;
	color: #444444;
	background: -moz-linear-gradient(top,#444,#000);
	background: -webkit-gradient(linear,left top,left bottom,from(#444),to(#000));
	background-color: #000;
}
h2.plugintitl2 {
	color: #ffffff;
}
h3#commentwrite {
	padding: 0.5em;
	color: #fff;
	border: 1px solid #000;
	background: -moz-linear-gradient(top,#444,#000);
	background: -webkit-gradient(linear,left top,left bottom,from(#444),to(#000));
	background-color: #000;
}
h3#trackbackwrite {
	padding: 0.5em;
	color: #fff;
	border: 1px solid #000;
	background: -moz-linear-gradient(top,#444,#000);
	background: -webkit-gradient(linear,left top,left bottom,from(#444),to(#000));
	background-color: #000;
}
h3#edittitle {
	padding: 0.5em;
	color: #fff;
	border: 1px solid #000;
	background: -moz-linear-gradient(top,#444,#000);
	background: -webkit-gradient(linear,left top,left bottom,from(#444),to(#000));
	background-color: #000;
}
h4.commenttitle {
	padding: 0.5em;
	background: #eee;
}
h4.trackbacktitle {
	padding: 0.5em;
	background: #eee;
}
div#explanation {
	padding: 0.5em;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #000;
	background: -moz-linear-gradient(top,#5D5D5D,#3A3A3A);
	background: -webkit-gradient(linear,left top,left bottom,from(#5D5D5D),to(#3A3A3A));
	background-color: #000;
	text-align: right;
}
/* ---------------------------------------------------------------------
  element
===================================================================== */
input, textarea {
	font-size: 100%;
	background: -moz-linear-gradient(top,#fff,#eee);
	background: -webkit-gradient(linear,left top,left bottom,from(#fff),to(#eee));
	background-color: #f6f6f6;
	border: 1px solid #999;
}
em {
	font-style: italic;
}
strong {
	font-weight: bold;
}
/* ---------------------------------------------------------------------
  entry
===================================================================== */
div.entrybox {
	overflow: hidden;
	clear: both;
	margin: 0 0 2em 0;
border: 1px #c0c0c0 solid; /* ボックスの境界線 */
}
div.entrytext1 {
	margin: 1em 1em 1em 1em;
	overflow: hidden;
}
div.entrytext1 img {
background-color: transparent; border: 0px; padding: 0px;
}
div.entrytext2 {
	margin: 1em 0 0 0;
}
div.pslink {
	padding: 1em 0;
	text-align: right;
}
div.pslink a {
	padding: 0.25em 1em;
	background: #000;
}
div.entrydata {
	margin: 1em 0 0 0;
	padding: 2px 0;
border-top : #c0c0c0 1px solid;
background: url(http://file.psp785.kurofuku.com/f747.png); /* 見出しの背景 */
font-size: 85%;
}
div.entrydata ul {
	text-align: right;}
div.entrydata li {
	display: inline;
	padding: 0 0.5em;
	border-left: 1px solid #999;
}


/* --- ボックス --- */
div.pluginbox {
width: 207px; /* ボックスの幅 */
background-color: #ffffff; /* ボックスの背景色 */
border: 1px #c0c0c0 solid; /* ボックスの境界線 */
font-size: 98%; /* ボックスの文字サイズ */
margin: 0 0 1em 0;
}

/* --- 見出し --- */
div.pluginbox h2 {
margin: 0; /* 見出しのマージン */
padding: 5px 10px; /* 見出しのパディング（上下、左右） */
background: #ffffff url(http://file.psp785.kurofuku.com/gradient.png) repeat-x top; /* 見出しの背景 */
border-bottom: 1px #c0c0c0 solid; /* 見出しの下境界線 */
font-size: 100%; /* 見出しの文字サイズ */
border-left : #00CC00 5px solid;
}

/* --- ボックス2 --- */
div.pluginbox2 {
width: 207px; /* ボックスの幅 */
background-color: #ffffff; /* ボックスの背景色 */
border: 1px #c0c0c0 solid; /* ボックスの境界線 */
font-size: 98%; /* ボックスの文字サイズ */
margin: 0px 0 1em 0;
}

/* --- 見出し --- */
div.pluginbox2 h2 {
margin: 0; /* 見出しのマージン */
padding: 5px 10px; /* 見出しのパディング（上下、左右） */
background: #ffffff url(http://file.psp785.kurofuku.com/gradient.png) repeat-x top; /* 見出しの背景 */
border-bottom: 1px #c0c0c0 solid; /* 見出しの下境界線 */
font-size: 100%; /* 見出しの文字サイズ */
border-left : #FF3232 5px solid;
}


/* --- ボックス4 --- */
div.pluginbox4 {
width: 556px; /* ボックスの幅 */
background-color: #ffffff; /* ボックスの背景色 */
border: 1px #c0c0c0 solid; /* ボックスの境界線 */
font-size: 98%; /* ボックスの文字サイズ */
margin: 0 0 1em 0;
}

/* --- 見出し --- */
div.pluginbox4 h2 {
margin: 0; /* 見出しのマージン */
padding: 5px 10px; /* 見出しのパディング（上下、左右） */
background: #ffffff url(http://file.psp785.kurofuku.com/p4_back2.png) repeat-x top; /* 見出しの背景 */
border-bottom: 1px #c0c0c0 solid; /* 見出しの下境界線 */
font-size: 100%; /* 見出しの文字サイズ */
}
/* --- 本文領域 --- */
div.pluginbox4 div.textArea {
height: 120px; /* 本文領域の高さ */
overflow: auto;
}
/* --- 本文領域内の段落 --- */
div.pluginbox4 div.textArea p {
margin: 1em 10px; /* 段落のマージン（上下、左右） */
}

/* ---------------------------------------------------------------------
  plugin
===================================================================== */
div.plugintext {
	margin: 0.5em;
	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;
	padding: 0.5em 0;
	border-bottom: 3px solid #eee;
}
div.commentdata ul {
	text-align: right;
	border-right: 1px solid #999;
}
div.commentdata li {
	display: inline;
	padding: 0 0.5em;
	border-left: 1px solid #999;
}
/* ---------------------------------------------------------------------
  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;
	padding: 0.5em 0;
	border-bottom: 3px solid #eee;
}
div.trackbackdata ul {
	text-align: right;
	border-right: 1px solid #999;
}
div.trackbackdata li {
	display: inline;
	padding: 0 0.5em;
	border-left: 1px solid #999;
}
/* ---------------------------------------------------------------------
  edit
===================================================================== */
#editbox {
	margin: 2em auto;
	padding: 1em;
	width: 500px;
	border: 1px solid #000;
	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%;
}

/* 横並びカレンダーの設定    color:#666666;#dcdcdc */
#linecalendar {
    width:100%;
    font-size:14px;
    font-color:#000000
    font-weight:bold;
    text-align:center;
    background:#dcdcdc url(http://file.psp785.kurofuku.com/c_back.png)
    border-top:1px solid #a9a9a9;
    border-bottom:1px solid #a9a9a9;
    padding:3px 0 3px 0;
	background: -moz-linear-gradient(top,#373737,#767676);
	background: -webkit-gradient(linear,left top,left bottom,from(#373737),to(#767676));
}
/* 横並びカレンダー内の日付表示部分の設定 */
#linecalendar .day {
    /* MacIEのみ適用除外 \*/
    letter-spacing:0;
    /* */
}
#linecalendar a:link    { color:#F8FF5D; text-decoration:none; } /* ﾄﾌｾ */
#linecalendar a:active  { color:#F8FF5D; text-decoration:none; } /*ｼﾂｹﾔﾃ*/
#linecalendar a:visited { color:#FFA423; text-decoration:none; } /*ﾋｬﾌ莠ﾑ*/
#linecalendar a:hover   { color:#ff0000; text-decoration:none; } /*･ﾞ･ｦ･ｹ*/

/* --- ボックス --- */
div.newbox {
width: 550px; /* ボックスの幅 */
height: 180px; /* ボックスの高さ */
overflow: auto;
background-color: #ffffff; /* ボックスの背景色 */
border: 1px #c0c0c0; /* ボックスの境界線 */
font-size: 95%; /* 文字サイズ */
color: #000000; /* 文字色 */
}

/* --- ボックス内の段落 --- */
div.newbox p {
margin: 1em 10px; /* 段落のマージン（上下、左右） */
}

