@charset "utf-8";

/*------------------------------------------------------------------------------
	Title: Ninja Blog Template [style_01]
	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;
	vertical-align: bottom;
	}
	
/*------------------------------------------------------------
	 Object
-------------------------------------------------------------*/



/*============================================================================

	2. Blog style
	
=============================================================================*/
/*------------------------------------------------------------
	 Hypertext
-------------------------------------------------------------*/

a:link,
a:visited {
	color: #778EA6;
	}
	
a:hover,
a:active {
	color: #CCCCCC;
	}

/*------------------------------------------------------------
 	Structure
-------------------------------------------------------------*/

/* [ body - reset上書き ] 
========================================================= */

body {
	background: #FFFFFF url(http://bfile.shinobi.jp/5011/d_2_bg.jpg) -60px 0 no-repeat;
	text-align: left;
	}

/* [ div#container - 外枠 ]
========================================================= */

div#container {
	margin-left: 130px;
	padding-top: 70px;
	position: relative;
	width: 860px;
	text-align: left;
	font-size: 1.6em;
	color: #666666;
	}

/* [ div#header - ヘッダー ]
========================================================= */

/* ヘッダーブロック */
div#header {
	}

/* ヘッダーブロックリンク色 */
div#header a:link,
div#header a:visited {
	color: #333333;
	}
	
div#header a:hover,
div#header a:active {
	color: #CCCCCC;
	}

/* ブログの説明文 */
h1 {
	font-size: 0.6em;
	}

/* ブログタイトル */
p#siteName {
	margin: 10px 0;
	font-size: 2em;
	font-weight: bold;
	}

/* サイトURL */
p#url {
	font-size: 0.6em;
	}

/* 管理者用ナビゲーション */
ul#adminNavi {
	margin: 10px 0 30px;
	font-size: 0.6em;
	}

ul#adminNavi li {
	margin-right: 8px;
	display: inline;
	}

/* [ div#primary - エントリー・コメント・トラックバック ]
========================================================= */

/* メインブロック */
div#primary {
	float: left;
	width: 620px;
	}

/* ページング（上下共通） */
ul.pager {
	margin-bottom: 30px;
	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;
	font-size: 0.8em;
	}

ul.flip li {
	margin-bottom: 0.5em;
	display: block;
	}

/* タイトル */
h2 {
	margin-bottom: 20px;
	font-size: 2em;
	}

/* 本文・追記 */	
p.text,
p.ps {
	margin: 10px 0;
	line-height: 1.6;
	}
		
/* インフォメーション */		
p.info {
	margin: 20px 0 50px;
	font-size: 0.8em;
	}

p.info span {
	margin-right: 10px;
	}

p.info span.tburl {
	margin: 5px 0;        
	display: block;
	font-size: 0.8em;
	}

p.info span.tburl input {
	margin-left: 10px;
	width: 300px;
	border: none;
	background: none;
	color: #778EA6;
   }
	   
/* エントリーブロック */
div.entry {
	clear: both;
	}

/* コメント・フォーム・トラックバックブロックのタイトル */	
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;
	}
			
/* コメントフォーム */	
dl.form {
	}

/* コメントフォーム項目 */	
dl.form dt {
	margin: 7px 0 2px;
	font-size: 0.8em;
	}

/* コメントフォーム入力エリア */	
dl.form input,
dl.form textarea,
dl#trackback input {
	padding: 5px;
	width: 95%;
	border: none;
	border: solid 1px #EEEEEE;
	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;
	}
	
/* トラックバックURL表示部分 */		
dl#trackback {
	}

dl#trackback dt {
	margin-bottom: 2px;
	font-size: 0.8em;
	}	
		
/* [ div#secondary - プラグイン ]
========================================================= */

/* サブブロック */	
div#secondary {
	float: right;
	width: 200px;
	}	

/* プラグイン */
div#secondary dl {
	margin-bottom: 30px;
	border-bottom: dotted 1px #CCCCCC;
	}

/* プラグインタイトル */
div#secondary dl dt {
	margin-bottom: 8px;
	padding: 8px;
	font-size: 1.2em;
	color: #333333;
	}

/* プラグイン */	
div#secondary dl dd {
	margin: 0 0 8px 8px;
	font-size: 0.8em;
	}

/* プラグイン内容 */	
.plugin_data {
	margin-bottom: 4px;
	padding: 2px 0;
	}

/* プラグイン日付部分 */
.plugin_data_date {
	margin-bottom: 10px;
	text-align: right;
	color: #999999;
	}

/* カレンダー */
.CalendarMoveTable,
.CalendarTable {
	width: 90%;
	text-align: center;
	}

.CalendarMoveTable {
	font-size: 1.4em;
	font-weight: bold;
	}

.CalendarTable {
	margin-top: 5px;
	border-top: solid 1px #666666;
	border-left: solid 1px #666666;
	}
	
.CalendarTable td {
	padding: 5px;
	border-bottom: solid 1px #666666;
	border-right: solid 1px #666666;
	color: #CCCCCC
	}

.CalendarWdayTr th {
	padding: 3px;
	border-bottom: solid 1px #666666;
	border-right: solid 1px #666666;
	background: #EEEEEE;
	text-align: center;
	}

.CalendarTdLink {
	}

.CalendarTdLink a:link,
.CalendarTdLink a:visited {
	}
	
.CalendarTdLink a:hover,
.CalendarTdLink a:active {
	}

/* [ div#footer - フッター ]
========================================================= */

/* フッターブロック */	
div#footer {
	padding: 15px 0;
	clear: both;
	font-size: 0.8em;
	}

/* ページ先頭へのナビゲーション */
p#pagetop {
	text-align: right;
	}
	
/* フッターナビゲーション */
ul#footerNavi {
	margin: 10px 0;
	}

ul#footerNavi li {
	display: inline;
	}
			
/* コピーライト表記 */
address {
	}



