/* sd_simple07 designed by Twinkle Magic(http://nonty.net/) */
/* 違法、宗教、アダルト関連のブログでの使用は禁止。 */
/* 過度な加工禁止。 */

/* 全体の指定----------------------------------------------------*/

/* リセット */
body,div,p,h1,h2,h3,blockquote,ul,ol,li,dl,dt,dd,form,input,textarea,address,table,th,tr,td{ 
	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: #000000; 
	scrollbar-track-color: #ffffff; 
	scrollbar-shadow-color: #000000; 
	scrollbar-darkshadow-color: #ffffff; 
	scrollbar-arrow-color: #000000; 
} 

/* body */
body{ 
	background-color: #eeeeee; 
	color: #000000; 
	font-size: 80%; 
	font-family: Verdana, sans-serif; 
	line-height: 1.5; 
	letter-spacing: 0.2em; 
	text-align: center; 
} 

/* リンク */
a:link{ 
	color: #333333; 
	text-decoration: underline; 
} 

a:visited{ 
	color: #666666; 
	text-decoration: underline; 
} 

a:hover{ 
	color: #000033; 
	text-decoration: none; 
} 

a:active{ 
	color: #000033; 
	text-decoration: underline; 
} 

/* フォーム */
input, textarea{ 
	background-color: #ffffff; 
	border: solid 1px #000000; 
	color: #000000; 
} 

/* 引用 */
blockquote{ 
	border: double 3px #cccccc; 
	color: #888888; 
	padding: 10px; 
	margin: 1em; 
} 

/* 右寄せ */
.right{ 
	text-align: right; 
} 

/* 中央揃え */
.center{ 
	text-align: center; 
} 

/* 左寄せ */
.left{ 
	text-align: left; 
} 

/* 構造の指定-------------------------------------------- */

/* 全体の指定 */
div#all{ 
	width: 770px; 
	height: 500px; 
	text-align: left; 
	margin: 10px auto 0px auto; 
} 

/* 左メニューの指定 */
div#gmenu{ 
	width: 198px; 
	height: 498px; 
	border: solid 1px #000000; 
	background-color: #ffffff; 
	float: left; 
	margin-bottom: 10px; 
} 

/* 右メインの指定 */
div#main{ 
	width: 548px; 
	height: 498px; 
	border: solid 1px #000000; 
	overflow: auto; 
	overflow-x: hidden; 
	float: left; 
	margin-left: 20px; 
	margin-bottom: 10px; 
	background-color: #ffffff; 
} 

/* フッターの指定 */
div#footer{ 
	width: 768px; 
	border: solid 1px #000000; 
	background-color: #ffffff; 
	clear: left; 
	text-align: center; 
	font-size: 10px; 
} 

/* 余白 */
div.pad{ 
	padding: 10px; 
} 

/* ヘッダーの指定---------------------------------------- */

/* 全体の指定 */
div#header{ 
	background-image: url(http://bfile.shinobi.jp/5816/natsume.jpg); 
	background-repeat: no-repeat; 
	background-position: 9px 9px; 
	background-attachment: scroll; 
	padding-top: 199px; 
	text-align: right; 
} 

/* ブログタイトル */
h1{ 
	font-weight: bold; 
	padding: 0px 10px 0.5em 10px; 
} 

h1 a:link, h1 a:visited{ 
	font-weight: bold; 
} 

/* ブログの説明文 */
div#header p{ 
	padding: 0px 10px; 
	font-size: 0.8em; 
} 

/* カテゴリーメニューの指定------------------------------------ */

/* 全体の指定 */
div#cat ul{ 
	padding: 10px; 
} 

/* リスト毎の指定 */
div#cat ul li{ 
	background-image: url(http://bfile.shinobi.jp/5816/cat.gif); 
	background-repeat: no-repeat; 
	background-position: left center; 
	background-attachment: scroll; 
	padding-left: 15px; 
} 

/* メインの指定------------------------------------------------ */

/* h2 */
h2{ 
	background-image: url(http://bfile.shinobi.jp/5816/pencil.gif); 
	background-repeat: no-repeat; 
	background-position: left center; 
	background-attachment: scroll; 
	padding-left: 16px; 
	border-bottom: solid 1px #000000; 
	font-weight: bold; 
} 

h2 a, h2 a:link, h2 a:visited{ 
	font-weight: bold; 
	text-decoration: none; 
} 

/* h3 */
h3{ 
	font-weight: bold; 
	border-bottom: solid 1px #666666; 
	border-left: solid 5px #666666; 
	padding: 2px 5px; 
	color: #333333; 
} 

h3 a{ 
	font-weight: bold; 
	text-decoration: none; 
	color: #333333; 
} 

/* 日付 */
p.date{ 
	text-align: right; 
	font-size: 0.8em; 
} 

p.date a:link, p.date a:visited{ 
	color: #000000; 
	text-decoration: none; 
} 

/* 本文 */
div.text{ 
	margin: 10px 0px; 
} 

/* 「続きを読む」の部分 */
p.ps{ 
	text-align: right; 
	margin: 10px 0px; 
} 

/* エントリーフッター */
ul.efooter{ 
	text-align: right; 
	font-size: 0.8em; 
	margin: 10px 0px 5px 0px; 
} 

ul.efooter li{ 
	display: inline; 
	margin-left: 5px; 
} 

/* ナビ */
p.navi{ 
	text-align: center; 
	margin: 10px; 
} 

/* コメント、トラックバックの指定---------------------------- */

/* コメントフォーム全体 */
dl.cmtform{ 
	padding: 10px 0px; 
} 

/* コメントフォーム幅 */
.cmt{ 
	width: 400px; 
} 

/* トラックバックURL */
dl.tburi{ 
	padding: 10px 0px; 
} 

/* コメントレス */
div.res{ 
	margin-left: 30px; 
} 

/* プラグインの指定------------------------------------------ */

/* プラグイン上説明 */
p.pextop{ 
	margin: 10px 0px; 
} 

/* プラグイン中身 */
div.pcont{ 
	margin: 10px 0px; 
} 

/* プラグイン下説明 */
p.pexbottom{ 
	margin: 10px 0px; 
} 

/* プラグイン内plugin_dataクラス装飾 */
.plugin_data{ 
	background-image: url(http://bfile.shinobi.jp/5816/plus.gif); 
	background-repeat: no-repeat; 
	background-position: left center; 
	background-attachment: scroll; 
	padding-left: 12px; 
} 

/* カレンダーの指定--------------------------------------------- */

/* 全体 */
table.CalendarMoveTable, table.CalendarTable{ 
	width: 250px; 
	text-align: center; 
	margin-left: auto; 
	margin-right: auto; 
	font-size: 0.8em; 
} 

/* 月移動リンク */
table.CalendarMoveTable a:link, table.CalendarMoveTable a:visited{ 
	background-color: #eeeeee; 
	text-decoration: none; 
} 

/* カレンダーリンク */
table.CalendarTable a:link, table.CalendarTable a:visited{ 
	background-color: #eeeeee; 
	text-decoration: none; 
} 

/* 曜日 */
table.CalendarTable th{ 
	font-weight: bold; 
} 

/* 日曜 */
th.CalendarWdaySun, td.CalendarTdSun{ 
	color: #ff0000; 
} 

/* 土曜 */
th.CalendarWdaySat, td.CalendarTdSat{ 
	color: #0000ff; 
} 

/* フッターの指定----------------------------------------- */

/* 著作権表示部分の指定 */
div#footer address{ 
	padding: 10px 10px 0px 10px; 
} 

/* 広告 */
div#footer p{ 
	padding: 0.5em 10px 10px 10px; 
} 