/* 全体の指定----------------------------------------------------*/

/* リセット */
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{ 
	scrollbar-face-color: #ffffff; 
	scrollbar-highlight-color: #ffffff; 
	scrollbar-3dlight-color: #ffcccc; 
	scrollbar-track-color: #ffffff; 
	scrollbar-shadow-color: #ffcccc; 
	scrollbar-darkshadow-color: #ffffff; 
	scrollbar-arrow-color: #ffcccc; 
} 

/* body */
body{ 
	background-color: #ffffff; 
	background-image: url(http://bfile.shinobi.jp/6278/b8bf6e80.gif); 
	color: #888888; 
	font-size: 90%; 
	font-family: 'Century Gothic', Verdana, sans-serif; 
	line-height: 1.5; 
	letter-spacing: 0.2em; 
	text-align: center; 
} 

/* リンク */
a:link{ 
	color: #ff66cc; 
	text-decoration: underline; 
} 

a:visited{ 
	color: #66ccff; 
	text-decoration: underline; 
} 

a:hover{ 
	color: #ff66cc; 
	text-decoration: none; 
} 

a:active{ 
	color: #66ccff; 
	text-decoration: none; 
} 

/* 引用 */
blockquote{ 
	border: solid 1px #cccccc; 
	padding: 10px; 
	margin: 10px; 
} 

/* フォーム */
input,textarea{ 
	border: solid 1px #cccccc; 
	background-color: #ffffff; 
	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; 
} 

/* IE6、5の改行対策 */
br{ 
	letter-spacing: 0; 
} 

/* h2 */
h2{ 
	font-size: 1.2em; 
	font-weight: bold; 
	background-image: url(http://bfile.shinobi.jp/6278/5b1250f4.gif); 
	background-repeat: no-repeat; 
	background-position: left center; 
	background-attachment: scroll; 
	padding-left: 30px; 
} 

h2 a:link, h2 a:visited{ 
	font-weight: bold; 
	text-decoration: none; 
} 

/* h3 */
h3{ 
	font-size: 1.2em; 
	font-weight: bold; 
	background-image: url(http://bfile.shinobi.jp/6278/96b634fb.gif); 
	background-repeat: no-repeat; 
	background-position: left center; 
	background-attachment: scroll; 
	padding-left: 30px; 
} 

h3 a:link, h3 a:visited{ 
	font-weight: bold; 
	text-decoration: none; 
} 

/* 余白 */
div.pad{ 
	margin: 10px 10px 20px 10px; 
} 

/* 構造の指定----------------------------------------------- */

/* 全体の指定 */
div#all{ 
	width: 790px; 
	text-align: left; 
	margin: 0px auto; 
	background-color: #ffffff; 
} 

/* ヘッダーの指定 */
div#header{ 
	width: 790px; 
	height: 229px; 
	background-image: url(http://bfile.shinobi.jp/6278/1f600820.gif); 
	background-repeat: no-repeat; 
	background-position: center top; 
	background-attachment: scroll; 
} 

/* エントリーの指定 */
div#entry{ 
	width: 540px; 
	float: right; 
} 

/* プラグインの指定 */
div#plugin{ 
	width: 250px; 
	float: right; 
} 

/* フッターの指定 */
div#footer{ 
	width: 790px; 
	clear: right; 
	text-align: center; 
} 

/* ヘッダーの指定------------------------------------------- */

/* h1 */
h1{ 
	font-size: 25px; 
	padding: 10px 230px 10px 10px; 
} 

h1 a:link, h1 a:visited{ 
	text-decoration: none; 
} 

/* ブログの説明文 */
div#header p{ 
	font-size: 14px; 
	padding: 0px 230px 0px 10px; 
} 

/* エントリーブロックの指定------------------------------------ */

/* エントリー日付 */
p.date{ 
	font-size: 1.5em; 
	text-align: center; 
} 

p.date a:link, p.date a:visited{ 
	text-decoration: none; 
} 

/* 本文 */
div.text{ 
	margin: 10px 0px; 
} 

/* 追記へのリンク */
p.ps{ 
	text-align: right; 
	font-size: 1.2em; 
	margin: 10px 0px; 
} 

/* エントリーフッター */
ul.efooter{ 
	margin: 10px 0px 10px -5px; 
	text-align: right; 
} 

ul.efooter li{ 
	display: inline; 
	margin-left: 5px; 
	font-size: 0.8em; 
} 

/* ナビ */
p.navi{ 
	text-align: center; 
	margin: 10px; 
} 

/* コメント、トラックバックの指定-------------------------- */

/* コメントフォーム */
dl.cmtform{ 
	margin: 10px 0px; 
} 

/* コメントフォーム幅 */
.cmt{ 
	width: 300px; 
} 

/* コメントレス */
div.res{ 
	margin-left: 30px; 
} 

/* トラックバックURL */
dl.tburi{ 
	margin: 10px 0px; 
} 

/* プラグインの指定---------------------------------------- */

/* プラグイン上説明 */
p.pextop{ 
	margin-bottom: 10px; 
} 

/* プラグイン中身 */
div.pcont{ 
	margin: 10px 0px; 
} 

/* カレンダーの指定------------------------------------------- */

/* 全体 */
table.CalendarMoveTable, table.CalendarTable{ 
	text-align: center; 
	margin-left: auto; 
	margin-right: auto; 
	font-size: 14px; 
	width: 90%; 
} 

/* 月ナビ */
td.CalendarPrevTd{ 
	text-align: left; 
} 

td.CalendarNextTd{ 
	text-align: right; 
} 

/* 曜日 */
tr.CalendarWdayTr{ 
	background-color: #eeeeee; 
} 

table.CalendarTable th{ 
	font-weight: bold; 
	color: #66ccff; 
} 

/* フッターの指定------------------------------------------------ */

/* 著作権表示 */
div#footer address{ 
	margin: 10px 10px 0px 10px; 
} 

/* 広告 */
div#footer p{ 
	margin: 0px 10px; 
	padding-bottom: 10px; 
} 
