/* 全体の指定----------------------------------------------------*/

/* リセット */
body,div,p,h1,h2,h3,h4,h5,h6,blockquote,ul,ol,li,dl,dt,dd,form,input,textarea,address,table,th,tr,td,img,a{ 
	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{ 
	height: 100%; 
	scrollbar-face-color: #ffd0e8; 
	scrollbar-highlight-color: #ffd0e8; 
	scrollbar-3dlight-color: #ffffff; 
	scrollbar-track-color: #ffd0e8; 
	scrollbar-shadow-color: #ffffff; 
	scrollbar-darkshadow-color: #ffd0e8; 
	scrollbar-arrow-color: #ffffff; 
} 

/* body */
body{ 
	background-color: #ffd0e8; 
	background-image: url(http://bfile.shinobi.jp/6001/7b289bae.gif); 
	color: #888888; 
	font-size: 80%; 
	font-family: Verdana, sans-serif; 
	line-height: 1.5; 
	letter-spacing: 0.2em; 
	height: 100%; 
	text-align: center; 
} 

/* リンク */
a:link{ 
	color: #ff69b4; 
	border-bottom: none;
} 

a:visited{ 
	color: #ff69b4; 
	border-bottom: none; 
} 

a:hover{ 
	color: #ff99cc; 
	border-bottom: dashed 1px #ff99cc; 
} 

a:active{ 
	color: #ff99cc; 
	border-bottom: none; 
} 

/* 引用 */
blockquote{ 
	background-image: url(http://bfile.shinobi.jp/6001/b8bf6e80.gif); 
	border: solid 1px #cccccc; 
	margin: 10px; 
	padding: 10px; 
} 

/* フォーム */
input,textarea{ 
	background-color: #ffffff; 
	background-image: url(http://bfile.shinobi.jp/6001/b8bf6e80.gif); 
	border: solid 1px #cccccc; 
	color: #888888; 
	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; 
} 

/* h2共通指定 */
h2 a, h2 a:link, h2 a:visited{ 
	font-weight: bold; 
	border-bottom: none; 
} 

/* 左寄せ */
.left{ 
	text-align: left; 
} 

/* 中央揃え */
.center{ 
	text-align: center; 
} 

/* 右寄せ */
.right{ 
	text-align: right; 
} 

/* 構造の指定---------------------------------------- */

/* 全体 */
div#all{ 
	width: 840px; 
	text-align: left; 
	margin: 0px auto; 
	background-image: url(http://bfile.shinobi.jp/6001/045e3c9e.gif); 
	background-repeat: repeat-y; 
	background-position: center top; 
	background-attachment: scroll; 
	min-height: 100%; 
} 

* html div#all{ 
	height: 100%; 
} 

body > div#all{ 
	height: auto; 
} 

/* 左2ブロック */
div#left{ 
	width: 620px; 
	float: left; 
} 

/* 右1ブロック */
div#right{ 
	width: 220px; 
	float: left; 
} 

/* エントリーブロック */
div#entry{ 
	width: 400px; 
	float: right; 
} 

/* 左プラグイン */
div#pleft{ 
	width: 220px; 
	float: right; 
} 

/* フッターブロック */
div#footer{ 
	width: 840px; 
	clear: both; 
	text-align: center; 
} 

/* 余白取り */
div.pad{ 
	margin: 10px; 
} 

/* 左プラグイン余白 */
div.lpad{ 
	margin: 10px 10px 10px 15px; 
} 

/* 右プラグイン余白 */
div.rpad{ 
	margin: 10px 15px 10px 10px; 
} 

/* ヘッダーの指定------------------------------------------------ */

/* h1 */
h1{ 
	font-weight: bold; 
	padding: 10px 15px; 
	font-size: 1.2em; 
} 

h1 a:link, h1 a:visited{ 
	font-weight: bold; 
} 

/* ブログの説明文 */
div#header p{ 
	padding: 0px 15px 10px 15px; 
} 

/* エントリーの指定---------------------------------------------- */

/* h2 */
div#entry h2{ 
	background-image: url(http://bfile.shinobi.jp/6001/cake.gif); 
	background-repeat: no-repeat; 
	background-position: left center; 
	background-attachment: scroll; 
	padding-left: 24px; 
	border-bottom: dashed 1px #cccccc; 
	font-weight: bold; 
} 

/* 日付 */
p.date{ 
	text-align: right; 
	font-size: 0.8em; 
} 

p.date a:link, p.date a:visited{ 
	border-bottom: none; 
	color: #888888; 
} 

/* 本文 */
div.text{ 
	margin: 10px 0px; 
} 

div.text a:link{ text-decoration:underline; color:#0000ff; }
div.text a:visited{ text-decoration:underline; color:#0000ff; }
div.text a:active{ text-decoration:none; color:#ff0000; }
div.text a:hover{ text-decoration:none; color:#ff0000; }

/* 続きを読むのリンク */
p.ps{ 
	text-align: right; 
	margin: 10px 0px; 
} 

/* エントリーフッター */
ul.efooter{ 
	text-align: right; 
	font-size: 0.8em; 
	margin: 10px 0px 10px -5px; 
} 

ul.efooter li{ 
	display: inline; 
	margin-left: 5px; 
} 

/* ナビ */
p.navi{ 
	text-align: center; 
	margin: 10px; 
} 

/* コメント、トラックバックの指定-------------------------------- */

/* h3 */
h3{ 
	background-image: url(http://bfile.shinobi.jp/6001/bf22a31d.gif); 
	background-repeat: no-repeat; 
	background-position: left center; 
	background-attachment: scroll; 
	padding-left: 22px; 
	font-weight: bold; 
	border-bottom: dashed 1px #ff99cc; 
} 

h3 a{ 
	font-weight: bold; 
	border-bottom: none; 
} 

/* コメントフォーム全体 */
dl.cmtform{ 
	margin: 10px 0px; 
} 

/* コメントフォーム幅 */
.cmt{ 
	width: 350px; 
} 

/* コメントレス */
div.res{ 
	margin-left: 30px; 
} 

/* トラックバックURL全体 */
dl.tburi{ 
	margin: 10px 0px; 
} 

/* プラグインの指定---------------------------------------------- */

/* h2 */
div#pleft h2, div#pright h2{ 
	background-color: #ffd0e8; 
	background-image: url(http://bfile.shinobi.jp/6001/bf22a31d.gif); 
	background-repeat: no-repeat; 
	background-position: 3px 50%; 
	background-attachment: scroll; 
	padding: 2px 3px 2px 25px; 
	font-weight: bold; 
} 

/* プラグイン上説明 */
p.pextop{ 
	margin-top: 10px; 
} 

/* プラグイン中身 */
div.pcont{ 
	margin: 10px 0px; 
} 

/* プラグイン下説明 */
p.pexbottom{ 
	margin-bottom: 10px; 
} 

/* カレンダーの指定--------------------------------- */

/* 全体 */
table.CalendarMoveTable, table.CalendarTable{ 
	width: 90%; 
	font-size: 12px; 
	text-align: center; 
	margin-left: auto; 
	margin-right: auto; 
} 

/* 曜日 */
table.CalendarTable th{ 
	font-weight: bold; 
} 

/* 日曜 */
th.CalendarWdaySun, td.CalendarTdSun{ 
	color: #ff66cc; 
} 

/* 土曜 */
th.CalendarWdaySat, td.CalendarTdSat{ 
	color: #66ccff; 
} 

/* フッターの指定------------------------------------ */

/* 著作権表示 */
div#footer address{ 
	padding: 10px 15px; 
} 

/* 広告 */
div#footer p{ 
	padding: 0px 15px 10px 15px; 
} 