@charset "utf-8";

/*------------------------------------------------------------------------------
Title: Ninja Blog Template
Created: 2009 Winter
Note : 1 - Reset style
	　 2 - Blog style
------------------------------------------------------------------------------*/

/*============================================================================

1. Reset style

=============================================================================*/

/*------------------------------------------------------------
	Html, Body
-------------------------------------------------------------*/

* {
	margin: 0;
	padding: 0;
	line-height: 1.0;
	text-decoration: none;
	font-weight: normal;
	font-size: 100%;
	font-style: normal;
	}

html {

}

body {
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 80%;
	font-family: arial,osaka,"メイリオ","Meiryo","ＭＳ Ｐゴシック","MS P Gothic",helvetica,sans-serif;
color:#444;
	}

*+html body {
	}

* html body {
	}

/*------------------------------------------------------------
	Text
-------------------------------------------------------------*/

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-weight: normal;
	}

p {
	margin: 0;
	line-height: 1.6;
	}

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;
	}

/*------------------------------------------------------------
	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 {

}

body {
	text-align: center;
	background-color: #FFFFFF;
	background-image: url("http://file.mangakifu.blog.shinobi.jp/manga-cam_bg_body2.jpg");
	background-repeat: repeat-x;
	background-position: center top;
	}
.br10{
	padding-bottom:10px;
}


/* [ div#container ]
========================================================= */

div#container {
	margin: 0 auto 15px;
	width: 950px;
	text-align: left;
	}

/* [ div#header ]
========================================================= */

div#header {
	height: 380px;
	text-align: center;
	background-image: url("http://file.mangakifu.blog.shinobi.jp/manga-cam_header2.jpg");
	background-repeat: no-repeat;
	background-position: center top;
	padding-bottom: 10px;
margin-bottom:20px;
	}

/* ヘッダーブロックリンク色 */
div#header a:link,
div#header a:visited {
	color: #2f2623;
	}

div#header a:hover,
div#header a:active {
	color: #2f2623;
	}

/* ブログタイトル */
p#siteName {
	line-height: 130%;
	font-size: 18px;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','Meiryo UI',Meiryo,"ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	clear: both;
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 210px;
	color:#339900;
	}
div#header p#siteName a:link,div#header p#siteName a:visited{color:#339900;font-weight:bold;text-decoration:underline;}

/* ブログの説明文 */
h1 {
	line-height: 1.6;
	color:#54B93F;
	}
.nt_logo{
	float: left;
	padding-top: 5px;

}
/* [ div#primary ]
========================================================= */

/* メインブロック */
div#primary {
	float: right;
	width: 714px;
	}

div.inner {
	margin: 0 37px 0 36px;
	}

/* ページング（上下共通） */
ul.pager {
	margin-bottom: 10px;
	padding-top: 8px;
	float: left;
	width: 100%;
	}

/* ページング（下部のみ） */
ul.under {
	margin-top: 50px;
	background: none;
	}

ul.pager li {
	margin-right: 5px;
	float: left;
	border: solid 1px #CCCCCC;
	width: 1.5em;
	height: 1.5em;
	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.9em;
	}

ul.flip li {
	margin-bottom: 0.5em;
	display: block;
	}

/* タイトル共通 */
h2 {

	}

/* 本文共通 */	
p.text {
	margin: 10px 0;
	line-height: 1.6;
	font-size: 1.08em;
	}

/* インフォメーション共通 */		
p.info {
	margin: 0 0 50px;
	clear: both;
	text-align: right;
	font-size: 0.8em;
	}

p.info span {
	margin-right: 10px;
	}

/* -------------------------------------------------
	エントリーブロック独自
---------------------------------------------------*/

div.entry {
	margin-bottom: 10px;
	clear: both;
	border-bottom: dotted 1px #d9d9d2;
	width: 100%;
	}

div.entry h2 {
	clear: both;
	font-size: 18px;
	background-image: url(http://file.mangakifu.blog.shinobi.jp/manga-cam_bg_h2.jpg);
	font-weight: bold;
	color: #C03;
	text-align: center;
	height: 54px;
	width: 710px;
	background-repeat: no-repeat;
	padding-top: 42px;
	}

/* エントリータイトルリンク色 */
div.entry h2 a:link,
div.entry h2 a:visited {
	color: #ff3366;text-decoration:underline;font-weight:bold;
}

div.entry h2 a:hover,
div.entry h2 a:active {
	color: #ff3366;text-decolation:none;
	}

/* 本文内挿入イメージ */	
div.entry img {
	margin: 5px;
	}

/* 追記 */	
div.entry p.ps {
	margin: 10px 0;
	text-align: right;
	font-size: 1em;
	}

/* 引用 */
div.entry blockquote {
	margin: 10px 10px 20px;
	padding: 10px;
	border-left: solid 4px #00A0E9;
	line-height: 1.4;
	background: #EEEEEE;
	color: #666666;
	}

/* インフォメーション */
div.entry p.info {
	position: relative;
	top: 20px;
	font-size: 11px;
	line-height: 100%;
	text-align: center;
	height: 24px;
	width: 708px;
	padding-top: 10px;
	/*background-color: #E1F4CC;*/
-ms-box-shadow: 2px 2px 2px rgb(212, 212, 212);
	background-image: -webkit-gradient(linear, left top, left bottom,color-stop(0, rgb(239, 255, 217)),color-stop(1, rgb(227, 255, 194)));
	background-image: -moz-linear-gradient(-90deg,rgb(239, 255, 217) 0%,rgb(227, 255, 194) 100%);
	background-image: linear-gradient(-90deg,rgb(239, 255, 217) 0%,rgb(227, 255, 194) 100%);
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	font-size: 12px;
	filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#ffefffd9, endcolorstr=#ffe3ffc2, gradienttype=0));
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startcolorstr=#ffefffd9, endcolorstr=#ffe3ffc2, gradienttype=0))";
	zoom: 1;


	}

div.entry p.info span {
	padding-left: 10px;
	border-left: solid 1px #00A0E9;
	}

/* -------------------------------------------------
	コメント・フォーム・トラックバックブロック独自
---------------------------------------------------*/

/* タイトル */	
p.ttl {
	margin: 15px 0;
	color: #6d6d56;
	font-weight: bold;
	font-size: 2em;
	}

/* --------------------------------
	コメントブロック独自
----------------------------------*/
div.comment {
	margin-bottom: 20px;
	padding-bottom: 5px;
	border-bottom: dotted 1px #CCCCCC;
	}

/* 本文 */	
span.comment_text_color {
	display: block;
	line-height: 1.6;
	}

/* インフォメーション */	
div.comment p.info {
	margin-bottom: 0;
	text-align: right;
	}

/* レス */
div.res {
	margin: 10px 0 0 100px;
	font-size: 0.9em;
	}

/* フォーム項目 */	
dl.form dt {
	margin: 7px 0 2px;
	font-size: 0.8em;
	}

/* フォーム入力エリア */	
dl.form input,
dl.form textarea,
dl#trackback input {
	padding: 5px;
	border: none;
	border: solid 1px #EEEEEE;
	width: 95%;
	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;
	}	

/* [ div#secondary - プラグイン ]
========================================================= */

div#secondary {
	float: left;
	position: relative;
	width: 220px;
	}	

/* プラグインブロックリンク色 */
div#secondary a:link,
div#secondary a:visited {
	color: #090;
	}

div#secondary a:hover,
div#secondary a:active {
	color: #54B93F;
	}

/* プラグイン */
div#secondary dl {
	margin-bottom: 10px;
	background-color: #FFFFCC;
 background-image: url("http://file.mangakifu.blog.shinobi.jp/manga-cam_r8_c5bg.gif");
    background-repeat: repeat-y;
	border-bottom-style: solid;
	border-bottom-color: #FFC640;
	border-bottom-width: 1px;
width:220px;
	}

/* プラグインタイトル */
div#secondary dl dt {
	height: 27px;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
background-image: url(http://file.mangakifu.blog.shinobi.jp/manga-cam_r8_c5.jpg);	
	background-repeat: no-repeat;
	background-position: left top;
	width: 180px;
	padding-top: 11px;
	padding-right: 5px;
	padding-left: 35px;
	}

/* プラグイン内容 */	
div#secondary dl dd {
	text-align: left;
	font-size: 0.9em;
	background-color: #FFFFE4;
	background-image: url(http://file.mangakifu.blog.shinobi.jp/manga-cam_r8_c5bg.gif);
	background-repeat: repeat-y;
	padding: 8px;
	color: #54B93F;
	}

/*カレンダー*/
div#secondary #sec-calendar dt {
	height: 27px;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
	background-image: url(http://file.mangakifu.blog.shinobi.jp/ae6cd414.jpeg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 180px;
	padding-top: 11px;
	padding-right: 5px;
	padding-left: 35px;
	}

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 4px 18px;
	zoom: 1;
	background: url("http://file.mangakifu.blog.shinobi.jp/icn-manga.png") top left no-repeat;
	text-align: left;
	}

/* プラグイン日付部分 */
.plugin_data_date {
	margin-bottom: 10px;
	padding-left: 20px;
	text-align: left;
	color: #54B93F;
	}

/* カレンダー */
#secondary table {
	border-collapse: separate;
	border-spacing: 2px;
	empty-cells: show;
	}

.CalendarMoveTable,
.CalendarTable {
	margin: 0 auto;
	width: 80%;
	text-align: center;
	color: #54B93F;
	}

.CalendarMoveTable {
	font-weight: bold;
	}

.CalendarTable {
	margin-top: 5px;
	}

div#secondary div.CalendarTdLink a:link,
div#secondary div.CalendarTdLink a:visited {
	color: #00A0E9;
	} 

div#secondary div.CalendarTdLink a:hover,
div#secondary div.CalendarTdLink a:active{
	color: #00A0E9;
	} 

.CalendarTable td {
	padding: 2px 4px;
	border: solid 1px #54B93F;
	color: #54B93F;
	}

.CalendarWdayTr th {
	padding: 2px 4px;
	border: solid 1px #54B93F;
	text-align: center;
	}

.CalendarTable th.CalendarWdaySun,
.CalendarTable td.CalendarTdSun {
	color: #ffff00;
	}

/* [ div#footer - フッター ]
========================================================= */

/*ページトップ*/
#pagetop {clear: both;width:950px;overflow:hidden;margin:10px auto;}
#pagetop a {float:right;}

div#footer {
	clear: both;
	font-size: 0.8em;
	background-image: url(http://file.mangakifu.blog.shinobi.jp/manga-cam_r19_c3.jpg);
	background-repeat: repeat-x;
	background-position: 0px bottom;
	height: 143px;
	width: 100%;
	padding-top: 12px;
	padding-right: 0;
	padding-bottom: 0;
	}

/* フッターナビゲーション */
ul#footerNavi {margin:5px 0px 10px 0px;}
ul#footerNavi li {
	display: inline;
	}
#ft-msg {width:715;margin:auto;}
#copyright {color:#386506;font-weight:bold;font-size:12px;margin-top:40px;}
#copyright a:link,#copyright a:visited{color:#386506;font-weight:bold;text-decoration:underline;}

/* 広告部分 */
#secondary div#PR2 dl {
background-color:none;
    background-image: none;
    border: none;width:100%;
}
div#secondary #PR2 dd {
    background-color: none;
    background-image: none;
    color: #54B93F;
    font-size: 0.9em;
    padding: 8px;
    text-align: left;
}
div#secondary #PR2 dt {
    background-image: none;
    background-repeat: no-repeat;
    color:#009900;
    font-weight: bold;
font-size:12px;text-align: center;
    height: auto;
    padding: 0px;
}
div#secondary #PR2 dl dd {background-color:none;}
#thanks-msg {
	background-image: url("http://file.mangakifu.blog.shinobi.jp/manga-cam-thanks-bg.jpg");
	background-repeat: no-repeat;
	font-weight: bold;font-size: 14px;
	color: #0D8FCE;
	text-align: center;
	height: 96px;
	width: 714px;
	margin:10px auto 10px auto;padding-top:14px
}