@charset "EUC-JP";

/* リセット------------------------------------------------------- */

html,body,div,p,blockquote,h1,h2,h3,ul,ol,li,dl,dt,dd,form,input,textarea,table,tr,th,td,img,a{ 
	border: 0px; 
	padding: 0px; 
	margin: 0px; 
	font-size: 1em; 
	font-weight: normal; 
	font-style: normal; 
	text-decoration: none; 
}  

ul,ol,li{ 
	list-style-type: none; 
} 

/* 全体の指定---------------------------------------------------- */

/* html */
html{ 
	scrollbar-face-color: #fffdad; 
	scrollbar-highlight-color: #fffdad; 
	scrollbar-3dlight-color: #cccccc; 
	scrollbar-track-color: #fffdad; 
	scrollbar-shadow-color: #cccccc; 
	scrollbar-darkshadow-color: #fffdad; 
	scrollbar-arrow-color: #cccccc; 
} 

/* body */
body{ 
	background-color: #fffdad; 
	color: #888888; 
	font-size: 90%; 
	font-family: 'Century Gothic', Verdana, sans-serif; 
	line-height: 1.5; 
	letter-spacing: 0.2em; 
	text-align: center; 
} 

/* br（IE対策） */
br{ 
	letter-spacing: 0; 
} 

/* リンク */
a:link{ 
	color: #ff69b4; 
	text-decoration: underline; 
} 

a:visited{ 
	color: #66ccff; 
	text-decoration: none; 
} 

a:hover{ 
	color: #ff99cc; 
	text-decoration: underline; 
} 

a:active{ 
	color: #66ccff; 
	text-decoration: underline; 
} 

/* 引用 */
blockquote{ 
	border: solid 1px #cccccc; 
	margin: 1em; 
	padding: 10px; 
	color: #999999; 
} 

/* h2 */
h2{ 
	background-image: url(http://blog-imgs-44.fc2.com/s/h/i/shiningd/h2_20101121084027.gif); 
	background-repeat: no-repeat; 
	background-position: left center; 
	background-attachment: scroll; 
	padding-left: 50px; 
	min-height: 39px; 
	font-weight: bold; 
	font-size: 1.2em; 
} 

* html h2{ 
	height: 39px; 
} 

h2 a, h2 a:link, h2 a:visited{ 
	font-weight: bold; 
	text-decoration: none; 
} 

/* h3 */
h3{ 
	background-image: url(http://blog-imgs-44.fc2.com/s/h/i/shiningd/h3_20101121084026.gif); 
	background-repeat: no-repeat; 
	background-position: left center; 
	background-attachment: scroll; 
	padding-left: 50px; 
	min-height: 39px; 
	font-weight: bold; 
	font-size: 1.2em; 
} 

* html h3{ 
	height: 39px; 
} 

h3 a, h3 a:link, h3 a:visited{ 
	font-weight: bold; 
	text-decoration: none; 
} 

/* フォーム */
input, textarea{ 
	border: solid 1px #cccccc; 
	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; 
	color: #888888; 
	background-color: #ffffff; 
} 

/* 構造の指定------------------------------------------------- */

/* 全体の指定 */
div#all{ 
	width: 751px; 
	background-image: url(http://blog-imgs-44.fc2.com/s/h/i/shiningd/body_20101121084027.gif); 
	background-repeat: repeat-y; 
	background-position: center top; 
	background-attachment: scroll; 
	margin: 0px auto; 
	text-align: left; 
} 

/* ヘッダー */
div#header{ 
	width: 751px; 
	height: 235px; 
	background-image: url(http://blog-imgs-44.fc2.com/s/h/i/shiningd/header_20101121091952.gif); 
	background-repeat: no-repeat; 
	background-position: center top; 
	background-attachment: scroll; 
	text-align: center; 
} 

/* エントリー */
div#entry{ 
	width: 500px; 
	float: right; 
} 

/* プラグイン */
div#plugin{ 
	width: 251px; 
	float: right; 
} 

/* フッター */
div#footer{ 
	width: 751px; 
	height: 180px; 
	background-image: url(http://blog-imgs-44.fc2.com/s/h/i/shiningd/footer_20101121091951.gif); 
	background-repeat: no-repeat; 
	background-position: center top; 
	background-attachment: scroll; 
	font-size: 12px; 
	text-align: center; 
	clear: right; 
} 

/* エントリーマージン */
div.e_mgn{ 
	margin: 10px 60px 10px 10px; 
} 

/* プラグインマージン */
div.p_mgn{ 
	margin: 10px 10px 10px 60px; 
} 

/* ヘッダーの指定-------------------------------------- */

/* h1 */
h1{ 
	padding: 140px 60px 0px 60px; 
	font-size: 18px; 
	font-weight: bold; 
} 

h1 a:link, h1 a:visited{ 
	color: #ff69b4; 
	text-decoration: none; 
	font-weight: bold; 
} 

/* ブログ説明文 */
div#header p{ 
	margin: 0 60px; 
	font-size: 14px; 
} 

/* エントリーの指定------------------------------------------------ */

/* 日付 */
p.date{ 
	font-size: 0.8em; 
	text-align: right; 
} 

/* 本文 */
div.text{ 
	margin: 1em 0; 
} 

/* 追記 */
p.ps{ 
	text-align: right; 
	margin: 1em 0; 
} 

/* テーマなど */
ul.theme{ 
	text-align: right; 
	margin: 1em 0; 
	font-size: 0.8em; 
} 

/* エントリーフッター */
ul.efooter{ 
	text-align: right; 
	font-size: 0.8em; 
	margin: 1em 0 1em -5px; 
} 

ul.efooter li{ 
	display: inline; 
	margin-left: 5px; 
} 

/* ナビ */
p.navi{ 
	text-align: center; 
	margin: 1em 60px 1em 10px; 
} 

/* コメント、トラックバックの指定----------------------------- */

/* h2 */
h2.ch2{ 
	margin: 0 60px 0 10px; 
} 

/* コメントフォーム全体 */
dl.cmtform{ 
	margin: 10px 0; 
} 

/* コメントフォーム幅 */
.cmt{ 
	width: 300px; 
} 

/* トラックバックURL */
dl.tburi{ 
	margin: 10px 0; 
} 

dl.tburi dd{ 
	word-break: break-all; 
} 

/* プラグインの指定------------------------------------------ */

/* プラグイン上説明 */
p.pextop{ 
	margin-top: 10px; 
} 

/* プラグイン中身 */
div.pcont{ 
	margin: 10px 0; 
} 

/* プラグイン下説明 */
p.pexbottom{ 
	margin-top: 10px; 
} 

/* カレンダーの指定------------------------------------------- */

/* 全体 */
table.calender{ 
	font-size: 12px; 
	text-align: center; 
	margin-left: auto; 
	margin-right: auto; 
	width: 90%; 
} 

/* 曜日 */
table.calender th{ 
	font-weight: bold; 
} 

/* 日曜 */
th#sun{ 
	color: #ff66cc; 
} 

/* 土曜 */
th#sat{ 
	color: #66ccff; 
} 

/* リンク */
table.calender a:link, table.calender a:visited{ 
	color: #888888; 
	text-decoration: none; 
} 

table.calender td a:link, table.calender td a:visited{ 
	font-weight: bold; 
} 

/* フッターの指定---------------------------------------- */

/* 広告 */
div.ad{ 
	padding-top: 10px; 
	margin: 0 60px; 
} 

/* 著作権表示 */
div#copy{ 
	margin: 0 60px; 
} 