@charset "utf-8";

/* リセット------------------------------------------------------- */

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: #c0ecff; 
	scrollbar-highlight-color: #c0ecff; 
	scrollbar-3dlight-color: #ffffff; 
	scrollbar-track-color: #c0ecff; 
	scrollbar-shadow-color: #ffffff; 
	scrollbar-darkshadow-color: #c0ecff; 
	scrollbar-arrow-color: #ffffff; 
} 

/* body */
body{ 
	background-color: #c0ecff; 
	color: #666666; 
	font-size: 90%; 
	font-family: Verdana, sans-serif; 
	line-height: 1.5; 
	letter-spacing: 0.2em; 
	text-align: center; 
} 

/* リンク */
a:link{ 
	color: #ff6600; 
	text-decoration: underline; 
} 

a:visited{ 
	color: #66ccff; 
	text-decoration: underline; 
} 

a:hover{ 
	color: #ff6600; 
	text-decoration: none; 
} 

a:active{ 
	color: #66ccff; 
	text-decoration: none; 
} 

/* 引用 */
blockquote{ 
	border: solid 1px #cccccc; 
	margin: 10px; 
	padding: 10px; 
} 

/* br */
br{ 
	letter-spacing: 0; 
} 

/* フォーム */
input, textarea{ 
	border: solid 1px #cccccc; 
	background-color: #ffffff; 
	color: #666666; 
	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{ 
	background-image: url(https://blog-imgs-44-origin.fc2.com/s/h/i/shiningd/h2_20101226184940.gif); 
	background-repeat: no-repeat; 
	background-position: 2px 50%; 
	background-attachment: scroll; 
	background-color: #ffff99; 
	padding: 1px 2px 1px 40px; 
	font-size: 1.2em; 
	font-weight: bold; 
} 

h2 a, h2 a:link, h2 a:visited{ 
	font-weight: bold; 
	text-decoration: none; 
} 

/* h3 */
h3{ 
	background-image: url(https://blog-imgs-44-origin.fc2.com/s/h/i/shiningd/h3_20101226184940.gif); 
	background-repeat: no-repeat; 
	background-position: left center; 
	background-attachment: scroll; 
	padding-left: 40px; 
	font-size: 1.2em; 
	font-weight: bold; 
	border-bottom: solid 1px #cccccc; 
} 

h3 a, h3 a:link, h3 a:visited{ 
	font-weight: bold; 
	font-size: 1.2em; 
	text-decoration: none; 
} 

/* 構造の指定--------------------------------------------------- */

/* 全体 */
div#all{ 
	width: 800px; 
	margin: 0px auto; 
	text-align: left; 
	background-image: url(https://blog-imgs-44-origin.fc2.com/s/h/i/shiningd/body_20101226184941.gif); 
	background-repeat: repeat-y; 
	background-position: center top; 
	background-attachment: scroll; 
} 

/* ヘッダー */
div#header{ 
	width: 800px; 
	height: 280px; 
	background-image: url(https://blog-imgs-44-origin.fc2.com/s/h/i/shiningd/header_20101226184939.gif); 
	background-repeat: no-repeat; 
	background-position: center top; 
	background-attachment: scroll; 
} 

/* エントリー */
div#entry{ 
	width: 560px; 
	float: left; 
} 

/* プラグイン */
div#plugin{ 
	width: 240px; 
	float: left; 
} 

/* フッター */
div#footer{ 
	width: 800px; 
	height: 100px; 
	clear: left; 
	background-image: url(https://blog-imgs-44-origin.fc2.com/s/h/i/shiningd/footer_20101226184940.gif); 
	background-repeat: no-repeat; 
	background-position: center bottom; 
	background-attachment: scroll; 
	text-align: right; 
	font-size: 14px; 
} 

/* マージン */
div.mgn{ 
	margin: 15px; 
} 

/* ヘッダーの指定------------------------------------------------- */

/* h1 */
h1{ 
	padding: 160px 380px 0px 15px; 
	font-size: 20px; 
	font-weight: bold; 
} 

h1 a:link, h1 a:visited{ 
	font-weight: bold; 
	text-decoration: none; 
} 

/* ブログの説明文 */
div#header p{ 
	padding: 0px 380px 0px 15px; 
	font-size: 14px; 
} 

/* エントリーの指定------------------------------------------ */

/* 本文 */
div.text{ 
	margin: 15px 0px; 
} 

/* テーマ */
ul.theme{ 
	margin: 10px 0px; 
	text-align: right; 
} 

/* エントリーフッター */
ul.efooter{ 
	margin: 10px 0px 10px -5px; 
	text-align: right; 
	font-size: 0.8em; 
} 

ul.efooter li{ 
	margin-left: 5px; 
	display: inline; 
} 

/* ナビ */
p.navi{ 
	text-align: center; 
	margin: 15px; 
} 

/* コメント、トラックバックの指定-------------------------------- */

/* h2 */
h2.ch2{ 
	margin: 0px 15px; 
} 

/* コメントフォーム */
dl.cmtform{ 
	margin: 15px 0px; 
} 

/* コメントフォーム幅 */
.cmt{ 
	width: 350px; 
} 

/* トラックバック */
dl.tburi{ 
	margin: 15px 0px; 
} 

dl.tburi dd{ 
	word-break: break-all; 
} 

/* プラグインの指定----------------------------------- */

/* 上説明 */
p.pextop{ 
	margin-top: 15px; 
} 

/* 中身 */
div.pcont{ 
	margin: 15px 0px; 
} 

/* 下説明 */
p.pexbottom{ 
	margin-bottom: 15px; 
} 

/* カレンダーの指定------------------------------------- */

/* 全体 */
table.calender{ 
	width: 90%; 
	text-align: center; 
	margin-left: auto; 
	margin-right: auto; 
	font-size: 12px; 
} 

/* 曜日 */
table.calender th{ 
	font-weight: bold; 
} 

/* リンク */
table.calender a:link, table.calender a:visited{ 
	font-weight: bold; 
	text-decoration: none; 
} 

/* フッターの指定---------------------------------------- */

/* 広告 */
p.ad{ 
	padding: 10px 15px 0px 310px; 
} 

/* 著作権表示 */
p#copy{ 
	padding: 0px 15px 0px 310px; 
} 