/* 全体の指定----------------------------------------------------*/

/* リセット */
body,div,p,h1,h2,h3,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{ 
	scrollbar-face-color: #ff66cc; 
	scrollbar-highlight-color: #ff66cc; 
	scrollbar-3dlight-color: #000000; 
	scrollbar-track-color: #ff66cc; 
	scrollbar-shadow-color: #000000; 
	scrollbar-darkshadow-color: #ff66cc; 
	scrollbar-arrow-color: #000000; 
} 

/* body */
body{ 
	background-color: #ff66cc; 
	color: #000000; 
	font-size: 80%; 
	font-family: 'Century Gothic', sans-serif; 
	letter-spacing: 0.2em; 
	line-height: 1.5; 
	text-align: center; 
} 

/* リンク */
a:link{ 
	color: #000000; 
	text-decoration: underline; 
} 

a:visited{ 
	color: #000000; 
	text-decoration: none; 
} 

a:hover{ 
	color: #666666; 
	text-decoration: underline; 
} 

a:active{ 
	color: #666666; 
	text-decoration: none; 
} 

/* h2 */
h2{ 
	font-weight: bold; 
	background-image: url(http://bfile.shinobi.jp/5833/h2heart.gif); 
	background-repeat: no-repeat; 
	background-position: left center; 
	background-attachment: scroll; 
	padding-left: 27px; 
	height: 20px; 
} 

h2 a:link, h2 a:visited{ 
	font-weight: bold; 
	text-decoration: none; 
} 

/* フォーム */
input,textarea{ 
	border-top: none; 
	border-left: none; 
	border-right: none; 
	border-bottom: solid 1px #000000; 
	color: #000000; 
	background-color: #ff66cc; 
} 

/* 引用 */
blockquote{ 
	border: double 3px #000000; 
	padding: 10px; 
	margin: 10px; 
} 

/* 右寄せ */
.right{ 
	text-align: right; 
} 

/* 中央寄せ */
.center{ 
	text-align: center; 
} 

/* 左寄せ */
.left{ 
	text-align: left; 
} 

/* 構造の指定------------------------------------------------- */

/* 全体 */
div#all{ 
	width: 500px; 
	text-align: left; 
	margin: 0px auto; 
} 

/* ヘッダー */
div#header{ 
	background-image: url(http://bfile.shinobi.jp/5833/headerheart.gif); 
	background-repeat: no-repeat; 
	background-position: right 10px; 
	background-attachment: scroll; 
	height: 86px; 
} 

/* プラグイン（左） */
div#pleft{ 
	width: 250px; 
	float: left; 
} 

/* プラグイン（右） */
div#pright{ 
	width: 250px; 
	float: left; 
} 

/* フッター */
div#footer{ 
	width: 500px; 
	clear: left; 
	text-align: center; 
} 

/* 余白 */
div.pad{ 
	padding: 10px 0px; 
} 

/* ヘッダーの指定------------------------------------------ */

/* ブログタイトル */
h1{ 
	padding: 10px 107px 10px 0px; 
	font-weight: bold; 
} 

h1 a:link, h1 a:visited{ 
	font-weight: bold; 
} 

/* ブログの説明文 */
div#header p{ 
	padding: 0px 107px 10px 0px; 
} 

/* エントリーブロックの指定-------------------------------- */

/* 日付 */
p.date{ 
	font-size: 30px; 
	margin-top: -1em; 
	color: #ff99cc; 
	text-align: right; 
} 

p.date a:link, p.date a:visited{ 
	color: #ff99cc; 
	text-decoration: none; 
} 

/* 本文 */
div.text{ 
	padding: 10px 0px; 
	background-image: url(http://bfile.shinobi.jp/5833/entryheart.gif); 
	background-repeat: no-repeat; 
	background-position: right bottom; 
	background-attachment: scroll; 
} 

/* 続きを読むのリンク */
p.ps{ 
	text-align: right; 
	margin: 10px 0px; 
} 

/* エントリーフッター */
ul.efooter{ 
	text-align: right; 
	margin: 10px 0px 10px -5px; 
} 

ul.efooter li{ 
	display: inline; 
	margin-left: 5px; 
} 

/* ナビ */
p.navi{ 
	text-align: center; 
	margin: 10px 0px; 
} 

/* コメント、トラックバックの指定------------------------- */

/* コメントフォーム全体 */
dl.cmtform{ 
	padding: 10px 0px; 
} 

/* コメントフォーム幅 */
.cmt{ 
	width: 350px; 
} 

/* h3 */
h3{ 
	font-weight: bold; 
} 

/* トラックバックURL */
dl.tburi{ 
	padding: 10px 0px; 
} 

/* コメントレス */
div.res{ 
	margin-left: 30px; 
} 

/* プラグインの指定-------------------------------------- */

/* 中身 */
div.pcont{ 
	margin: 10px 0px; 
} 

/* 上説明 */
p.pextop{ 
	margin: 10px 0px 0px 0px; 
} 

/* 下説明 */
p.pexbottom{ 
	margin: 0px 0px 10px 0px; 
} 

/* カレンダーの指定------------------------------------------ */

/* 全体 */
table.CalendarMoveTable, table.CalendarTable{ 
	font-size: 12px; 
	text-align: center; 
	margin-left: auto; 
	margin-right: auto; 
	width: 80%; 
} 

/* 曜日 */
table.CalendarTable th{ 
	font-weight: bold; 
} 

/* フッターの指定-------------------------------------- */

/* 著作権表示 */
div#footer address{ 
	padding: 10px 0px; 
} 

/* 広告 */
div#footer p{ 
	padding: 0px 0px 10px 0px; 
} 