/* 全体の指定----------------------------------------------------*/

/* リセット */
body,div,p,h1,h2,h3,h4,h5,h6,blockquote,ul,ol,li,dl,dt,dd,form,input,textarea,address,table,th,tr,td,a,img{ 
	border: 0px; 
	margin: 0px; 
	padding: 0px; 
	font-size: 1em; 
	font-style: normal; 
	font-weight: normal; 
	text-decoration: none; 
} 

ul,ol,li{ 
	list-style-type: none; 
} 

/* html */
html{ 
	scrollbar-face-color: #ffffff; 
	scrollbar-highlight-color: #ffffff; 
	scrollbar-3dlight-color: #cccccc; 
	scrollbar-track-color: #ffffff; 
	scrollbar-shadow-color: #cccccc; 
	scrollbar-darkshadow-color: #ffffff; 
	scrollbar-arrow-color: #cccccc; 
} 

/* body */
body{ 
	background-color: #ffffff; 
	color: #333333;  
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif; 
	line-height: 1.5; 
	letter-spacing: 0.1em; 
	font-size: 80%; 
	text-align: center; 
} 

/* h2 */
h2{ 
	background-image: url(http://bfile.shinobi.jp/6068/6f1ced1e.gif); 
	background-repeat: no-repeat; 
	background-position: left center; 
	background-attachment: scroll; 
	padding: 3px 0px 3px 25px; 
	font-size: 1.2em; 
	border-bottom: solid 1px #cccccc; 
} 

h2 a, h2 a:link, h2 a:visited{ 
	text-decoration: none; 
} 

/* リンク */
a:link{ 
	color: #666666; 
	text-decoration: underline; 
} 

a:visited{ 
	color: #666666; 
	text-decoration: none; 
} 

a:hover{ 
	color: #999999; 
	text-decoration: underline; 
} 

a:active{ 
	color: #999999; 
	text-decoration: none; 
} 

/* 引用 */
blockquote{ 
	border: solid 1px #cccccc; 
	color: #999999; 
	margin: 10px; 
	padding: 10px; 
} 

/* フォーム */
input,textarea{ 
	border: solid 1px #cccccc; 
	background-color: #ffffff; 
	color: #888888; 
} 

/* 右寄せ */
.right{ 
	text-align: right; 
} 

/* 中央揃え */
.center{ 
	text-align: center; 
} 

/* 左寄せ */
.left{ 
	text-align: left; 
} 

/* 構造の指定---------------------------------------------------------- */

/* 全体 */
div#all{ 
	width: 770px; 
	margin: 0px auto; 
	text-align: left; 
} 

/* ヘッダーの指定 */
div#header{ 
	background-image: url(http://bfile.shinobi.jp/6068/b04f1760.png); 
	background-repeat: no-repeat; 
	background-position: 50% 10px; 
	background-attachment: scroll; 
	height: 180px; 
	width: 770px; 
} 

/* エントリーブロック */
div#entry{ 
	width: 520px; 
	float: left; 
} 

/* プラグインブロック */
div#plugin{ 
	width: 250px; 
	float: left; 
} 

/* フッターブロック */
div#footer{ 
	clear: left; 
	width: 770px; 
	text-align: center; 
} 

/* 余白 */
div.pad{ 
	margin: 10px 10px 20px 10px; 
} 

/* ヘッダーの指定------------------------------------------ */

/* h1 */
h1{ 
	font-size: 18px; 
	color: #ffffff; 
	padding: 20px 25px 10px 25px; 
} 

h1 a:link, h1 a:visited{ 
	color: #ffffff; 
	text-decoration: none; 
} 

/* ブログの説明文 */
div#header p{ 
	padding: 0px 25px 10px 25px; 
	font-size: 14px; 
} 

/* エントリーの指定------------------------------------------- */

/* 本文 */
div.text{ 
	margin: 10px 0px; 
} 

/* 続きを読むのリンク */
p.ps{ 
	text-align: right; 
	margin: 10px 0px; 
} 

/* エントリーフッター */
ul.efooter{ 
	text-align: right; 
	margin: 10px 0px 10px -5px; 
	font-size: 0.8em; 
} 

ul.efooter li{ 
	display: inline; 
	margin-left: 5px; 
} 

/* ナビ */
p.navi{ 
	text-align: center; 
	margin: 10px; 
} 

/* コメント、トラックバックの指定-------------------------------- */

/* h3 */
h3{ 
	border-left: solid 7px #cccccc; 
	padding: 2px 0px 2px 5px; 
	font-size: 1.2em; 
} 

/* コメントフォーム全体 */
dl.cmtform{ 
	margin: 10px 0px; 
} 

/* コメントフォーム幅 */
.cmt{ 
	width: 450px; 
} 

/* コメントレス */
div.res{ 
	margin-left: 30px; 
} 

/* トラックバックURL */
dl.tburi{ 
	margin: 10px 0px; 
} 

/* プラグインの指定-------------------------------------------- */

/* 上説明 */
p.pextop{ 
	margin-top: 10px; 
} 

/* 中身 */
div.pcont{ 
	margin: 10px 0px; 
} 

/* カレンダーの指定----------------------------------------------- */

/* 全体 */
table.CalendarMoveTable, table.CalendarTable{ 
	font-size: 12px; 
	width: 90%; 
	text-align: center; 
	margin-left: auto; 
	margin-right: auto; 
} 

/* 曜日 */
table.CalendarTable th{ 
	font-weight: bold; 
} 

/* フッターの指定------------------------------------------- */

/* 著作権表示 */
div#footer address{ 
	padding-top: 10px; 
} 

/* 広告 */
div#footer p{ 
	padding-bottom: 10px; 
} 