@charset "utf-8";

/*------------------------------------------------------------------------------
	Title: Ninja Blog Template
	Created: 2011 Winter
	Note : 1 - Reset style
	       2 - Blog style
------------------------------------------------------------------------------*/

/*============================================================================

	1. Reset style
	
=============================================================================*/

/*------------------------------------------------------------
	 Html, Body
-------------------------------------------------------------*/

* {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
	line-height: 1.0;
	text-decoration: none;
 	}

html {
	overflow-y: scroll;
	}

body {
	margin: 0;
	padding: 0;
	text-align: left;
	font-family: arial,osaka,"メイリオ","Meiryo","ＭＳ Ｐゴシック","MS P Gothic",helvetica,sans-serif;
	font-size:13px;
	}

/*------------------------------------------------------------
	 Text
-------------------------------------------------------------*/
	
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0 4px 0 0;
	font-size: 100%;
	font-weight: normal;
	clear: both;
	float: right;
	width: 490px;
	}

p {
	margin: 0;
	line-height: 1.6em;
	}
	
blockquote {  
	margin: 0;  
	padding: 0;  
	}  

br {
	letter-spacing: normal;
	}

pre, code {
	margin: 0;
	padding: 0;
	}

address, strong, em, cite, code {
	font-style: normal;
	font-weight: normal;
	}
	
p.txt_10{font-size: 10px;}
p.txt_12{font-size: 12px;}
.bold{font-weight:bold;}

/*------------------------------------------------------------
	 Table
-------------------------------------------------------------*/
	
table {
	border-collapse: collapse;
	border-spacing: 0; 
	font-size: 100%;
	}
	
th, td {
	margin: 0;
	padding: 0;
	}

caption, th {
	text-align: left;
	font-style: normal;
	font-weight: normal;
	}

/*------------------------------------------------------------
	 List
-------------------------------------------------------------*/

ul, ol, li, dl, dt, dd {
	margin: 0;
	padding: 0;
	list-style-type: none;
	}

/*------------------------------------------------------------
	 Form
-------------------------------------------------------------*/

form, fieldset, legend, input, textarea, select {
	margin: 0;
	padding: 0;
	}

fieldset {
	border: 0;
	}

legend {
	color: #444444;
	}
	
input, textarea, select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	}

/*\*//*/
textarea, select, input {
	 font-family: Osaka;
	 }
/**/
	
/*------------------------------------------------------------
	 Image
-------------------------------------------------------------*/

img {
	margin: 0;
	border: 0;
	}

/*============================================================================

	2. Blog style
	
=============================================================================*/

/*------------------------------------------------------------
	 Hypertext
-------------------------------------------------------------*/

a:link,
a:visited {
	color: #00A0E9;
	}
	
a:hover,
a:active {
	color: #00A0E9;
	}

/*------------------------------------------------------------
 	Structure
-------------------------------------------------------------*/

html {
	background-image: url(http://file.official2.blog.shinobi.jp/syuriblog_bg00or.gif);
	background-repeat: repeat-y;
	background-position: left top;
	background-color:#FFF;
	}

body {
	text-align: center;
	background-image: url(http://file.official2.blog.shinobi.jp/syuriblog_bg.png);
	background-repeat: no-repeat;
	background-position: 505px top;
}


/* [ div#container ]
========================================================= */

div#container {
	margin:0;
	width: 950px;
	overflow: hidden;
	text-align: left;
	font-size: 1.2em;
	float:left;
	}

/* [ div#header ]
========================================================= */

div#header {
	margin-bottom: 20px;
	color: #FFF;
	float: right;
	width: 50px;
	}

/* ヘッダーブロックリンク色 */
div#header a:link,
div#header a:visited {
	color: #FFF;
	}
	
div#header a:hover,
div#header a:active {
	color: #FFF;
	}


/* ブログタイトル */
p#siteName {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 60px;
	line-height: 110%;
	font-weight: bold;
	padding-top: 180px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	text-align: center;
	}
	
/* ブログの説明文 */
h1 {
	font-size: 13px;
	line-height: 115%;
	color: #666;
	text-align: left;
	float: right;
	padding:20px 10px 10px 0;
	}

h1 a:hover,
h1 a:active {
	color: #F60;

}
/* [ div#primary ]
========================================================= */

/* メインブロック */
div#primary {
	float: left;
	width: 584px;
	padding:0px;
	background-image: url(http://file.official2.blog.shinobi.jp/syuriblog_mainbg02.png);
	background-repeat: repeat-y;
	background-position: right 0px;
	}

div#primary .inner {
	float: left;
	width: 581px;
	background-color: #FFF;
	background-image: url(http://file.official2.blog.shinobi.jp/syuriblog_mainbg.gif);
	background-repeat: repeat-y;
	background-position: left 0px;
	}


/* ページング（上下共通） */
ul.pager {
	margin: 10px;
	float: right;
	width: 490px;
	padding: 0 4px 0 0;
	font-size: 8px;
	}

/* ページング（下部のみ） */
ul.under {
	margin-top: 50px;
	}
	
ul.pager li {
	margin-right: 5px;
	float: left;
	width: 1.5em;
	height: 1.5em;
	border: solid 1px #CCCCCC;
	background: none;
	line-height: 1.5;
	text-align: center;
	color: #666666;
	}
	
ul.pager li a {
	display: block;
	width: 1.5em;
	height: 1.5em;
	background: #F4F4F4;
	line-height: 1.5;
	color: #778EA6;
	}
	
ul.pager li a:hover {
	background: none;
	color: #CCCCCC;
	}	

/* 各記事前後エントリーへのナビゲーション */	
ul.flip {
	margin: 0 0 50px;
	clear: both;
	font-size: 0.8em;
	width:494px;
	float:right;
	}

ul.flip li {
	margin-bottom: 0.5em;
	display: block;
	}

/* タイトル共通 */
h2 {
	margin-bottom: 3px;
	font-size: 1.4em;
	}
	
/* 本文共通 */	
.contents_txt  {
	line-height: 130%;
	font-size: 13px;
	width: 490px;
	text-align: left;
	clear: both;
	float: right;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	padding: 0 4px 0 0;
	}
#primary .inner .entry p  {
	line-height: 130%;
	font-size: 13px;
	width: 490px;
	text-align: left;
	clear: both;
	float: right;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	padding: 0 4px 0 0;
	}
#primary .inner .text{
	line-height: 130%;
	font-size: 13px;
	width: 490px;
	text-align: left;
	clear: both;
	float: right;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	padding: 0 4px 0 0;
	}
	
.PictBlock{
	line-height: 130%;
	font-size: 13px;
	width: 490px;
	text-align: left;
	clear: both;
	float: right;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	padding: 0 4px 0 0;
	}


/* インフォメーション共通 */		
.info {
	margin: 0 0 50px 0;
	clear: both;
	text-align: right;
	font-size: 0.8em;
	}

p.info span {
	margin-right: 10px;
	}

#primary .inner .entry .contents_txt .text{
	height: 100%;
}

/* -------------------------------------------------
	エントリーブロック独自
---------------------------------------------------*/

div.entry {
	width:537px;
	clear: both;
	float: right;
	padding-right: 10px;
	}

div.entry h2 {
	overflow: visible;
	float: right;
	width: 490px;
	background-image: url(http://file.official2.blog.shinobi.jp/b118d002.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding: 0 4px 8px 0;
	color: #EB5666;
	}

/* ヘッダーブロックリンク色 */
div.entry h2 a:link,
div.entry h2 a:visited {
	color: #EB5666;
	}
	
div.entry h2 a:hover,
div.entry h2 a:active {
	color: #F60;
	}
		
/* 本文内挿入イメージ */	
div.entry img {
	margin: 5px;
	}

/* 追記 */	
div.entry p.ps {
	font-size: 13px;
	text-align: left;
	clear: both;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	float: right;
	width: 490px;
	}

/* 引用 */
blockquote {
	line-height: 130%;
	font-size: 13px;
	width: 470px;
	text-align: left;
	clear: both;
	float: right;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	padding: 10px;
	line-height: 1.6;
	border: solid 1px #DDD;
	background-color:#ededed;
	color: #555;
	}

/* インフォメーション */
div.entry p.info {
	position: relative;
	top: 20px;
	border-right: solid 1px #00A0E9;
	}

div.entry p.info span {
	padding-left: 10px;
	border-left: solid 1px #00A0E9;
	font-size:10px;
	}

/* 日付 日記タイトル　*/
#primary .inner .entry .date{
	font-size: 12px;
	line-height: 103%;
	background-color: #EB5666;
	text-align: center;
	vertical-align: middle;
	height: 29px;
	width: 33px;
	padding:4px 0 0 0;
	}
#primary .inner .entry .date a{
	color: #FFF;
	font-weight:bold;
}
.w96{
	width: 97%;
	margin-right: auto;
	margin-left: auto;
}
#container #secondary dl dt .txt_12{
	color: #555;
}

/* -------------------------------------------------
	コメント・フォーム・トラックバックブロック独自
---------------------------------------------------*/

/* タイトル */	
p.ttl {
	margin: 15px 0;
	font-size: 1.5em;
	font-weight: bold;
	color: #CCCCCC;
	float:right;
	width:494px;
	clear:both;
	}

/* --------------------------------
	コメントブロック独自
----------------------------------*/
div.comment {
	margin-bottom: 20px;
	padding:0 10px 5px 0;
	border-bottom: dotted 1px #CCCCCC;
	width:537px;
	float: right;
	clear:both;
	}

#primary .inner .comment .date{
	font-size: 10px;
	line-height: 103%;
	color: #68CCFF;
	text-align: center;
	vertical-align: middle;
	height: 38px;
	width: 32px;
	border: 1px solid #68CCFF;
	padding:5px 0 0 0 ;
	float:left;
	}
	

#primary .inner .comment .info .name{
	font-size: 16px;
	padding:10px 0 0 0 ;
	margin: 6px;
	width: 490px;
	text-align: left;
	float: right;
	font-weight:bold;
	}

#primary .inner .comment .info .url{
	font-size: 11px;
	color: #666;
	width: 100%;
	width: 490px;
	padding: 0 4px 0 0;
	text-align: left;
	float: right;
	clear: both;
	}


/* 本文 */	
span.comment_text_color {
	display: block;
	line-height: 1.6;
	}

/* インフォメーション */	
div.comment p.info {
	margin-bottom: 0;
	text-align: right;
	width:536;
	float:right;
	}

/* レス */
div.res {
	padding: 20px 0 0 20px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999;
	}

p.res {
	margin: 10px 0 10px 10px;
	font-size: 0.9em;
	width: 490px;
	padding: 0 4px 0 0;
	text-align: left;
	float: right;
	}

p.edit{
	padding:10px 0 0 0 ;
	margin: 10px 0 0 10px;
	font-size: 0.9em;
	width: 490px;
	padding: 0 4px 0 0;
	text-align: left;
	float: right;
	}
p.comment{
	padding:10px 0 0 0 ;
	margin: 10px 0 10px 10px;
	font-size: 1.2em;
	width: 490px;
	padding: 0 4px 0 0;
	text-align: left;
	float: right;
}


/* フォーム項目 */	
dl.form dt {
	margin: 7px 0 2px;
	font-size: 0.8em;
        color: #E7007D;
	}

.formblock{
	width: 490px;
	padding: 0 4px 0 0;
	text-align: left;
	float: right;}

/* フォーム入力エリア */	
dl.form input,
dl.form textarea,
dl#trackback input {
	padding: 5px;
	width: 95%;
	border: none;
	border: solid 1px #E7007D;
	background: #F4F4F4;
	}

* html dl.form input,
* html dl.form textarea
* html dl#trackback input {
	padding: 0 5px;
	height: 2em;
	line-height: 2.0;
	}

dl.form textarea {
	height: 300px;
	line-height: 1.6;
	}

input.submit {
	margin: 15px 0 0 0;
	padding: 5px;
	}
	
* html input.submit {
	padding: 0;
	}
	
*+html input.submit {
	padding: 0;
	}

/* --------------------------------
	トラックバックブロック独自
----------------------------------*/

dl#trackback dt {
	margin-bottom: 2px;
	font-size: 0.8em;
	}

dl#trackback input {
	background: #000000;
	border: none;
	color: #EEEEEE;
	}	
		
/* [ div#secondary - プラグイン ]
========================================================= */

div#secondary {
	float: right;
	width: 200px;
	}	

/* プラグイン */
div#secondary dl {
	margin-bottom: 1px;
	padding:0 3px 0 3px;
	background: url(http://bfile.shinobi.jp/6549/c_bg_block.gif);
	}

/* プラグインタイトル */
div#secondary dl dt {
	padding: 0;
	background: #FFFFFF;
	font-size:17px;
	font-weight:bold;
	padding:10px;
	color:#68CCFF;
	text-align:left;
	margin-bottom:1px;
	}

/* プラグイン内容 */	
div#secondary dl dd {
	background: #FFFFFF;
	text-align: center;
	font-size:12px;
	padding:2px 10px 2px 10px;
	color:#666;
	text-align:left;
	}
	
div#secondary dl dd a:link,
div#secondary dl dd a:visited {
	color: #555;
	}
	
div#secondary dl dd a:hover,
div#secondary dl dd a:active {

	}


div#secondary dl dd ul {
	text-align: left;
	}
	
div#secondary dl dd ul li {
	margin-bottom: 4px;
	}

/* プラグイン内容各データ */	
.plugin_data {
	margin-bottom: 4px;
	padding: 0 0 2px 20px;
	background: url(http://bfile.shinobi.jp/6549/ico_plugin.gif) top left no-repeat;
	text-align: left;
	}

/* プラグイン日付部分 */
.plugin_data_date {
	margin-bottom: 10px;
	padding-left: 20px;
	text-align: left;
	color: #999999;
	}

/* カレンダー */
.CalendarMoveTable,
.CalendarTable {
	margin: 0 auto;
	width: 80%;
	text-align: center;
	}

.CalendarMoveTable {
	font-weight: bold;
	}

.CalendarTable {
	margin-top: 5px;
	border-top: solid 1px #FFFFFF;
	border-left: solid 1px #FFFFFF;
	}
	
.CalendarTable td {
	padding: 3px;
	border-bottom: solid 1px #FFFFFF;
	border-right: solid 1px #FFFFFF;
	background: #d7d7d7;
	color: #FFFFFF;
	}

.CalendarWdayTr th {
	padding: 3px;
	border-bottom: solid 1px #FFFFFF;
	border-right: solid 1px #FFFFFF;
	background: #d7d7d7;
	text-align: center;
	}

.CalendarTable th.CalendarWdaySun,
.CalendarTable td.CalendarTdSun {
	color: #e71f19;
	}
	
/* [ div#footer - フッター ]
========================================================= */

div#footer {
	width:100%;
	text-align:center;
	clear: both;
	font-size: 0.8em;
	padding-top: 3;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
	}

/* フッターナビゲーション */
ul#footerNavi {
	margin: 10px 0;
	}

ul#footerNavi li {
	display: inline;
	}
