@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 {
	overflow-y: scroll;
	}

body {
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 62.5%;
	font-family: arial,osaka,"メイリオ","Meiryo","ＭＳ Ｐゴシック","MS P Gothic",helvetica,sans-serif;
	}

*+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
-------------------------------------------------------------*/

body {
	background: #FFFFFF;
	text-align: center;
	}

/* [ div#container ]
========================================================= */

div#container {
	margin: 0 auto 15px;
	overflow: hidden;
	width: 904px;
	text-align: left;
	color: #6d6d56;
	font-size: 1.2em;
	}

/* [ div#header ]
========================================================= */

div#header {
	padding: 52px 10px 0 241px;	
	position: relative;
	height: 148px;
	background: url(http://bfile.shinobi.jp/6030/c2_bg_header.gif) top left no-repeat;
	}

/* ヘッダーブロックリンク色 */
div#header a:link,
div#header a:visited {
	color: #2f2623;
	}

div#header a:hover,
div#header a:active {
	color: #2f2623;
	}

/* ブログタイトル */
p#siteName {
	line-height: 1.3;
	font-size: 1.8em;
	font-family: "ＭＳ 明朝",serif;
	}

/* ブログの説明文 */
h1 {
	position: absolute;
	top: 141px;
	line-height: 1.6;
	}

/* [ div#primary ]
========================================================= */

/* メインブロック */
div#primary {
	float: right;
	position:relative;
	z-index: 1;
	width: 685px;
	background: url(http://bfile.shinobi.jp/6030/c2_bg_container.gif) repeat-y;
	}

div.inner {
	margin: 0 37px 0 36px;
	}

/* ページング（上下共通） */
ul.pager {
	margin-bottom: 10px;
	padding-top: 8px;
	float: left;
	width: 100%;
	background: url(http://bfile.shinobi.jp/6030/c2_bg_inner.gif) 592px 0 no-repeat;
	}

/* ページング（下部のみ） */
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 {
	margin-bottom: 20px;
	clear: both;
	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 {
	margin-bottom: 10px;
	clear: both;
	border-bottom: dotted 1px #d9d9d2;
	width: 100%;
	}

div.entry h2 {
	padding: 5px 40px 10px;
	background: url(http://bfile.shinobi.jp/6030/c2_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;
	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;
	border-right: solid 1px #00A0E9;
	}

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;
	left: 5px;
	z-index: 10;
	width: 219px;
	color: #FFFFFF;
	}	

/* プラグインブロックリンク色 */
div#secondary a:link,
div#secondary a:visited {
	color: #FFFFFF;
	}

div#secondary a:hover,
div#secondary a:active {
	color: #FFFFFF;
	}

/* プラグイン */
div#secondary dl {
	margin-bottom: 10px;
	}

/* プラグインタイトル */
div#secondary dl dt {
	padding: 15px 15px 15px 49px;
	border-bottom: solid 5px #FFFFFF;
	height: 10px;
	background: #96967c url(http://bfile.shinobi.jp/6030/c2_bg_plugin_ttl.gif) top left no-repeat;
	color: #FFFFFF;
	font-size: 125%;
	font-family: "ＭＳ 明朝",serif;
	}

/* プラグイン内容 */	
div#secondary dl dd {
	padding: 0 10px;
	background: #96967c;
	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;
	zoom: 1;
	background: url(http://bfile.shinobi.jp/6030/c2_ico_plugin.gif) top left no-repeat;
	text-align: left;
	}

/* プラグイン日付部分 */
.plugin_data_date {
	margin-bottom: 10px;
	padding-left: 20px;
	text-align: left;
	color: #FFFFFF;
	}

/* カレンダー */
#secondary table {
	border-collapse: separate;
	border-spacing: 2px;
	empty-cells: show;
	}

.CalendarMoveTable,
.CalendarTable {
	margin: 0 auto;
	width: 80%;
	text-align: center;
	color: #FFFFFF;
	}

.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 #FFFFFF;
	color: #FFFFFF;
	}

.CalendarWdayTr th {
	padding: 2px 4px;
	border: solid 1px #FFFFFF;
	text-align: center;
	}

.CalendarTable th.CalendarWdaySun,
.CalendarTable td.CalendarTdSun {
	color: #ffff00;
	}

/* [ div#footer - フッター ]
========================================================= */

div#footer {
	padding: 110px 0 0 26px;
	clear: both;
	background: url(http://bfile.shinobi.jp/6030/c2_bg_primary.gif) bottom left no-repeat;
	font-size: 0.8em;
	}

/* フッターナビゲーション */
ul#footerNavi li {
	display: inline;
	}



