@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;
	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: center;
	font-family: arial,osaka,"メイリオ","Meiryo","ＭＳ Ｐゴシック","MS P Gothic",helvetica,sans-serif;
	font-size: 62.5%;
	}

*+html body {
	font-family: "メイリオ", "ＭＳ Ｐゴシック";
	}

* html body {
	font-family: "ＭＳ Ｐゴシック";
	}

/*------------------------------------------------------------
	 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 {
	background: #f7f6f1;
	}

body {
	background: url(http://bfile.shinobi.jp/6029/BK_c_bg_body.gif) top center fixed no-repeat;
	text-align: center;
	}

/* [ div#container ]
========================================================= */

div#container {
	margin: 0 auto;
	width: 960px;
	overflow: hidden;
	text-align: left;
	font-size: 1.2em;
	color: #595a40;
	}

/* [ div#header ]
========================================================= */

div#header {
	margin-bottom: 20px;
	padding: 20px 0 0 50px;
	color: #2f2623;
	}

/* ヘッダーブロックリンク色 */
div#header a:link,
div#header a:visited {
	color: #2f2623;
	}
	
div#header a:hover,
div#header a:active {
	color: #2f2623;
	}


/* ブログタイトル */
p#siteName {
	margin: 10px 0;
	font-size: 1.8em;
	font-family: "ＭＳ 明朝",serif;
	}
	
/* ブログの説明文 */
h1 {
	width: 380px;
	line-height: 1.6;
	font-size: 0.9em;
	}

/* [ div#primary ]
========================================================= */

/* メインブロック */
div#primary {
	float: left;
	width: 700px;
	padding: 10px;
	background: url(http://bfile.shinobi.jp/6029/c_bg_block.gif);
	}

div#primary .inner {
	padding: 10px;
	width: 680px;
	background: #FFFFFF;
	}

/* ページング（上下共通） */
ul.pager {
	margin-bottom: 10px;
	float: left;
	width: 100%;
	font-size: 0.8em;
	}

/* ページング（下部のみ） */
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;
	}

ul.flip li {
	margin-bottom: 0.5em;
	display: block;
	}

/* タイトル共通 */
h2 {
	margin-bottom: 20px;
	font-size: 1.4em;
	}
	
/* 本文共通 */	
p.text {
	margin: 10px 0;
	line-height: 1.6;
	font-size: 1em;
	}
	
/* インフォメーション共通 */		
p.info {
	margin: 0 0 50px;
	clear: both;
	text-align: right;
	font-size: 0.8em;
	}

p.info span {
	margin-right: 10px;
	}

/* -------------------------------------------------
	エントリーブロック独自
---------------------------------------------------*/

div.entry {
	clear: both;
	}

div.entry h2 {
	margin: -10px;
	padding: 10px 80px 25px;
	overflow: visible;
	background: url(http://bfile.shinobi.jp/6029/c_bg_entry_h2.gif) no-repeat;
	}

/* ヘッダーブロックリンク色 */
div.entry h2 a:link,
div.entry h2 a:visited {
	color: #2f2623;
	}
	
div.entry h2 a:hover,
div.entry h2 a:active {
	color: #2f2623;
	}
		
/* 本文内挿入イメージ */	
div.entry img {
	margin: 5px;
	}

/* 追記 */	
div.entry p.ps {
	margin: 10px 0;
	font-size: 1em;
	text-align: right;
	}

/* 引用 */
div.entry blockquote {
	margin: 30px 30px 30px 0;
	padding: 10px 180px 10px 10px;
	line-height: 1.6;
	border: solid 1px #76A318;
	background: url(http://bfile.shinobi.jp/6029/c_bg_body.gif) 0 -280px no-repeat;
	color: #333333;
	}

/* インフォメーション */
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;
	}

/* -------------------------------------------------
	コメント・フォーム・トラックバックブロック独自
---------------------------------------------------*/

/* タイトル */	
p.ttl {
	margin: 15px 0;
	font-size: 2em;
	font-weight: bold;
	color: #CCCCCC;
	}

/* --------------------------------
	コメントブロック独自
----------------------------------*/
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;
        color: #E7007D;
	}

/* フォーム入力エリア */	
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: 220px;
	}	

/* プラグイン */
div#secondary dl {
	margin-bottom: 10px;
	padding: 10px;
	background: url(http://bfile.shinobi.jp/6029/c_bg_block.gif);
	}

/* プラグインタイトル */
div#secondary dl dt {
	padding: 5px 25px 15px;
	background: url(http://bfile.shinobi.jp/6029/c_bg_plugin_ttl.gif) no-repeat;
	}

/* プラグイン内容 */	
div#secondary dl dd {
	padding: 0 10px;
	background: #FFFFFF;
	text-align: center;
	font-size: 0.9em;
	}
	
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/6029/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 {
	padding: 15px 0;
	clear: both;
	font-size: 0.8em;
	}

/* フッターナビゲーション */
ul#footerNavi {
	margin: 10px 0;
	}

ul#footerNavi li {
	display: inline;
	}



