@charset "UTF-8";

/*
----------------------------------------------------------------------------------------
テンプレート｢ブルーチャイナ｣ 
2006/7/31　共有テンプレート申請。
Template Design By Alpha.　URL::http://start.blog.shinobi.jp/ 

このスタイルシートは忍者ブログのテンプレートメーカーには対応していません。
カスタマイズの際は直接スタイルシートを編集してください。

8/8　サファリ対策にスタイルシートを修正しました。
----------------------------------------------------------------------------------------
*/

* {
	margin : 0px 0px 0px 0px ;
	padding : 0px 0px 0px 0px ;
	}

html * {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	}

html {
	scrollbar-track-color : #ffffff;
	scrollbar-3dlight-color :#00a3af;/*浅葱色*/
	scrollbar-arrow-color :#00a3af;/*浅葱色*/
	scrollbar-darkshadow-color #00a3af;/*浅葱色*/
	scrollbar-face-color:#ffffff;
	scrollbar-highlight-color :#a2d7dd ;/*瓶覗*/
	scrollbar-shadow-color : #a2d7dd ;/*瓶覗*/
	}

div, p, hr, blockquote, address, noscript {
	position: static;
	margin : 0px 0px 0px 0px ;
	padding : 0px 0px 0px 0px ;
	border: none;
	}

em, strong,q, dfn {
	position: static;
	margin : 0px 0px 0px 0px ;
	padding : 0px 0px 0px 0px ;
	border: none;
	}

em { 
	font-style: normal;
	font-weight:bold;
	color: #000000;
	background-color:inherit;	
	}

br { letter-spacing: 0; }

ul, ol, dl, dt, dd {
	margin : 0px 0px 0px 0px ;
	padding : 0px 0px 0px 0px ;
	list-style: disc inside  url("http://bfile.shinobi.jp/1076/china-b-point.gif") ;
	}

blockquote {
	margin:12px 10px 13px 10px ;
	padding: 0px 10px;
	color:#00a3af;/*浅葱色*/
	font-size:11px;
	line-height:25px;
	overflow:auto;
	background-color:#f9fdf9 ;
	border-left:2px solid #00a3af;/*浅葱色*/
	}

table{border-collapse: collapse;font-size:12px}

form {
	margin : 0px 0px 0px 0px ;
	padding : 0px 0px 0px 0px ;
	}

input,select,textarea {
	margin:0px 1px 0px 1px;
	padding:1px 1px 1px 2px;
	border : 1px solid #a2d7dd ;/*瓶覗*/
	color:#656565;
	font-size:12px;
	background :url("http://bfile.shinobi.jp/1076/china_back.gif") top center #f9fdf9; 
	}

.center {text-align:center}
.right {text-align:right}
.left {text-align:left}

/* 全体 */
body {	margin : 0px 0px 0px 0px ;
	padding : 0px 0px 0px 0px ;
	text-align:center;
	font-size:11px;
	font-style: normal;
	font-weight: normal;
	font-family: Verdana,'Hiragino Kaku Gothic Pro W3', 'ヒラギノ角ゴ Pro W3', Tahoma, 'century gothic', 'ＭＳ Ｐゴシック','MS PGothic', sans-serif, Osaka;
	color:#656565;
	line-height:25px;
	letter-spacing:normal;
	word-spacing:normal;
	}

/* レイアウト */
div#container {
	width:770px;
	margin: 0px auto 0px auto;
	padding: 10px 0px 0px 0px;
	text-align:center;
	}


div#top {
	margin: 5px auto;
	background :url("http://bfile.shinobi.jp/1076/china_back.gif") top center #a2d7dd; /*瓶覗*/
	}

div#wrapper {
	margin:0px;
	width:590px;
	float:left;
	overflow:hidden;
	}

div#contents {
	width:410px;
	float:right;
	text-align:center;
	overflow:hidden;
	position:static; 
	}

div#leftside {
	width:170px;
	float:left;
	overflow:hidden;
	}

div#rightside {
	width:170px;
	float:right;
	overflow:hidden;
	}

div#footer {
	margin: 10px 0px 0px 0px ;
	padding: 0px 10px 0px 0px ;
	clear: both ;
	text-align:right;
	font-size:13px;
	font-weight:bold;
	}


/* リンク */
a{text-decoration:none;}
a:link    { color: #895b8a; background-color: transparent;text-decoration:none;}/*古代紫*/
a:visited { color: #895b8a; background-color: inherit;text-decoration:none;}/*古代紫*/
a:hover   { color: #5a79ba; background-color: transparent;text-decoration:none;position:relative;top:3px;left:3px;}/*薄花桜*/
a:active  { color: #5a79ba; background-color: inherit;text-decoration:none;}/*薄花桜*/

h1 a:link    { color: #00a3af; background-color:#a2d7dd;text-decoration:none;}/*浅葱色・瓶覗*/
h1 a:visited { color: #00a3af; background-color:#a2d7dd;text-decoration:none;}/*浅葱色・瓶覗*/
h1 a:hover   { color: #ffffff; background-color:#a2d7dd;}/*瓶覗*/
h1 a:active  { color: #ffffff; background-color:#a2d7dd;}/*瓶覗*/

/*画像*/
img	{
	border:0px;
	margin:5px;
	padding:0px;
	}
img.emoji {
	vertical-align:middle;
	border:0px;
	margin:0px;
	padding:0px;
	}


/* トップ */
div.top_admin {
	padding: 5px 15px 5px 0px ;
	text-align:right;
	font-size:11px;
	}

h1	{
	padding:0px 0px 0px 10px;
	text-align:left;
	font-size:20px;
	}

h2.description {
	padding:0px 0px 10px 10px;
	text-align:left;
	font-size:11px;
	font-weight:normal;
	color:#808080;
	}

/*横カレンダー*/
div.top_calendar {
	margin: 5px 0px 5px 0px;
	padding:0px;
	color:#000000;
	font-size:8px;
	text-align:center;
	letter-spacing:0px;
	word-spacing:-1px;
	background-color:#f9fdf9 ;
	}


/* 記事 */
div.entry {
	width:410px;
	margin: 10px 0px 10px 0px ;
	text-align:left;
	background:url("http://bfile.shinobi.jp/1076/china-b-entrycontent-base.gif") repeat-y bottom center #ffffff;
	}
div.entry_title {
	margin: 0px 0px 0px 0px ;
	padding:20px 0px 0px 30px ;
	background:url("http://bfile.shinobi.jp/1076/china-b-entrytitle-base.gif") no-repeat top center #ffffff;
	}

h2.entry_titlefont {
	margin: 0px 0px 0px 0px ;
	padding:0px 0px 0px 5px;
	color: #5a79ba; /*薄花桜*/
	font-size:14px;
	line-height:20px;
	}
div.entry_date {
	width:400px;
	margin: 0px 5px 0px 5px ;
	padding: 0px 10px 10px 0px;
	font-size:11px;
	line-height:15px;
	text-align:right;
	background:url("http://bfile.shinobi.jp/1076/china-b-entrydate.gif") no-repeat bottom center;
	}

div.entry_contents {
	padding:0px 15px 0px 15px;
	}

div.entry_text {
	font-size:11px;
	line-height:25px;
	}

div.entry_more {
	padding:0px 10px 10px 10px;
	font-size:12px;
	text-align:right;
	position: relative;
	}

div.entry_ps {
	font-size:11px;
	line-height:25px;
	}

div.entry_footer {
	padding:0px 35px 8px 30px;
	font-size:11px;
	line-height:16px;
	text-align: right ;
	background:url("http://bfile.shinobi.jp/1076/china-b-entryfooter-base.gif") no-repeat bottom center;
	}

h3.entry_category {
	font-size:11px;
	display:inline;
	}

/* コンテンツ */
div.contents_navi {
	margin:5px 0px 5px 0px ;
	text-align:center;
	font-size:11px;
	}

div.contents_10link {
	margin:5px 0px 5px 0px ;
	text-align:center;
	font-size:11px;
	}

/* コメント&トラバ*/
div.cmtb {
	width:410px;
	margin: 5px 0px 5px 0px ;
	text-align:left;
	}

div.cmtb_title {
	padding:0px 80px 5px 10px ;
	text-align:left;
	font-family:Georgia ,'ＭＳ Ｐ明朝','MS PMincho' ;
	font-weight:bold;
	color: #5a79ba; /*薄花桜*/
	font-size:12px;
	line-height:20px;
	background:url("http://bfile.shinobi.jp/1076/china-b-cmtbtitle.gif") no-repeat bottom left #ffffff;
	}

ul.cmtb_notes {
	color: #5a79ba; /*薄花桜*/
	background-color:#ffffff;
	margin:5px 30px 15px 30px;
	padding:5px 5px 5px 5px;
	border:1px dotted #a2d7dd;/*瓶覗*/
	line-height : 18px ;
	list-style : square inside;
	font-size : 11px ;
	text-align:left;
	}

/*コメント*/
div.cm_contents {
	margin: 10px 0px 10px 0px;
	}

div.cm_main_contents {
	margin: 0px 0px 0px 0px;
	padding:5px 0px 0px 0px ;
	}

div.cm_title {
	padding:0px 0px 0px 10px ;
	color:#ffffff;
	background-color:#5a79ba; /*薄花桜*/
	font-size:12px;
	font-weight:bold;
	line-height:20px;
	}

div.cm_text {
	padding:5px 10px 5px 20px ;
	color:#895b8a;/*古代紫*/
	font-size:11px;
	line-height:150%;
	}

div.cm_footer {
	margin:0px 1em 0px 0px;
	font-size:10px;
	color:#895b8a;/*古代紫*/
	text-align:right;
	}

div.cm_res_contents {
	margin:5px 0px 0px 0px;
	}

div.cm_res_title {
	padding:0px 0px 0px 10px ;
	width: 100%;
	color:#895b8a;/*古代紫*/
	font-size:12px;
	line-height:20px;
	background-color: #eaf4fc;/*月白*/
	}
div.cm_res_text {
	padding:5px 10px 5px 20px ;
	color:#895b8a;/*古代紫*/
	font-size:11px;
	line-height:150%;
	}

div.cm_res_footer {
	padding:0px 1em 0px 0px;
	font-size:10px;
	color:#808080;
	text-align:right;
	}


/* コメント投稿フォーム */
#contents form {
	margin:5px 5px 10px 5px; 
	padding:5px;
	background-color:#ffffff;
	border:1px dashed #a2d7dd;/*瓶覗*/
	}

table#CommentFormTable {
	margin:0px 30px 0px 30px;
	text-align:left;
	}
table#CommentFormTable th {font-weight:normal;width:50px;}
table#CommentFormTable td {font-weight:normal;width:100%;}

input.cm_input {width:200px;}
input.cm_input_iro {background-color:#ffffff;}
textarea.cm_textarea {width:95%;height:150px;}
input.cm_pass{}
input.cm_submit{}

/*トラックバック*/
div.tb_form {
	margin:5px 30px 5px 30px;
	padding:5px 10px 5px 10px;
	font-size:12px;
	background-color:#ffffff;
	border:1px dashed #a2d7dd;/*瓶覗*/
	}
input.tb_url {
	width:300px;
	font-size:13px;
	}

div.tb_contents {
	margin: 10px 0px 10px 0px;
	padding: 4px 4px 4px 4px;
	background-color:#ffffff;
	}

div.tb_title {
	padding:0px 0px 0px 10px ;
	color: #00a3af;/*浅葱色*/
	background-color: #eaf4fc;/*月白*/
	font-size:12px;
	font-weight:bold;
	line-height:20px;
	}

div.tb_text {
	padding:5px 10px 5px 10px ;
	font-size:11px;
	line-height:150%;
	}

div.tb_footer {
	margin:0px 1em 0px 0px;
	font-size:10px;
	color:#808080;
	text-align:right;
	}

/*記事上(ブラグイン３)*/
div.top_plugin {
	margin:0px auto 0px auto ;
	padding:0px 0px 7px 0px;
	width:380px;
	background :url("http://bfile.shinobi.jp/1076/china-b-topplugin-bottom.gif") bottom left no-repeat;
	}

div.top_plugin_title {
	margin:0px 0px 0px 0px ;
	padding:10px 0px 0px 15px;
	text-align:left;
	color:#999999;
	font-size:13px;
	line-height:20px;
	font-weight:bold;
	background:url("http://bfile.shinobi.jp/1076/china-b-topplugin-top.gif") no-repeat top left ;
	}
div.top_plugin_text {
	margin:0px 0px 0px 0px ;
	padding:0px 10px 0px 10px;	
	font-size:11px;
	line-height:150%;
	color:#a69abd;/*半色*/
	background:url("http://bfile.shinobi.jp/1076/china-b-topplugin-base.gif") repeat-y top left ;
	}

div.top_plugin_description {
	margin:0px 0px 0px 0px ;
	padding:0px 10px 0px 10px;
	font-size:10px;
	line-height:18px;
	background:url("http://bfile.shinobi.jp/1076/china-topplugin-base.gif") repeat-y top left ;
	}

/* サイドプラグイン */
div.plugin {
	margin:0px 0px 10px 0px ;
	width:100%;
	background :url("http://bfile.shinobi.jp/1076/china_back.gif") top center #eaf4fc; /*月白*/
	}

.plugin_title {
	margin:0px 0px 0px 0px ;
	padding:0px 0px 5px 35px;
	height:31px;
	text-align:left;
	color: #ffffff;
	font-size:12px;
	line-height:30px;
	font-weight:bold;
	background:url("http://bfile.shinobi.jp/1076/china-b-plugintitle.gif") no-repeat left center #ffffff;
	}

div.plugin_text {
	padding:0px 5px 0px 5px;	
	font-size:11px;
	line-height:150%;
	color:#a69abd;/*半色*/
　	}

div.plugin_description {
	padding:5px 5px 5px 5px;
	font-size:10px;
	line-height:18px;
	}

div.plugin_data {
	text-align:left;
	}
div.plugin_data_date {
	border-top:1px dashed #dbd0e6 ;/*白藤色*/
	text-align:right;
	}

div.blogsearch {text-align:left;}
.box {}
.btn {}

div.profile_image {margin:0px;padding:5px;border :0px;}
div.qrcode_image {margin:0px;padding:5px;border :0px;}


/* カレンダー */
table.CalendarMoveTable {
	margin:0px auto 5px auto ;
	width:90% ;
	border-collapse: separate;
	}

table.CalendarMoveTable td {
	text-align:center;
	color:#a69abd;/*半色*/
	}

table.CalendarMoveTable .CalendarPrevTd {
	width: 20% ;
	text-align:center;
	color:#a69abd;/*半色*/
	}

table.CalendarMoveTable .CalendarNowTd {
	width: 60% ;
	text-align:center;
	color:#a69abd;/*半色*/
	}

table.CalendarMoveTable .CalendarNextTd {
	width: 20% ;
	text-align:center;
	color:#a69abd;/*半色*/
	}

table.CalendarTable {
	margin:0px auto 0px auto ;
	width:90% ;
	border-collapse: separate;
	}
table.CalendarTable th {
	width: 14% ;
	text-align:center;
	font-size:12px;
	border-bottom:2px solid #656565;
	}
table.CalendarTable td {
	width: 14% ;
	color:#a69abd;/*半色*/
	text-align:center;
	font-size:12px;
	background-color:#ffffff;
	}

table.CalendarTable tr.CalendarWdayTr {
	text-align:center;
	}
table.CalendarTable th.CalendarWdaySun {
	color :#f6bfbc;/*虹色*/
	border-bottom:2px solid #f6bfbc;/*虹色*/
	}
table.CalendarTable th.CalendarWdaySat{
	color :#5a79ba ;/*薄花桜*/
	border-bottom:2px solid #5a79ba;/*薄花桜*/
	}
div.CalendarTdLink {
	margin:0 auto;
	text-align:center;
	}

table.CalendarTable td a:link{
	color: #ffffff;
	display:block;
	background-color:#a2d7dd;/*瓶覗*/
	text-decoration:none;
	}
table.CalendarTable td a:visited{
	color: #ffffff;
	display:block;
	background-color:#a2d7dd;/*瓶覗*/
	text-decoration:none;
	}
table.CalendarTable td a:hover{
	color: #5a79ba;/*薄花桜*/
	display:block;
	background-color:#eaf4fc;/*月白*/
	}
table.CalendarTable td a:active{
	color: #5a79ba;/*薄花桜*/
	display:block;
	background-color:#eaf4fc;/*月白*/
	}

/* コピーライト */
.copyright {
	padding:25px 0px 5px 0px;
	font-size:11px;
	font-weight:normal;
	line-height:15px;
	text-align:center;
	background:url("http://bfile.shinobi.jp/1076/china-b-footer.gif") top center no-repeat ;
	}

