@charset "EUC-JP";

/* リセット------------------------------------------------------- */

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{ 
	height: 100%; 
} 

/* body */
body{ 
	height: 100%; 
	background-color: #ffffff; 
	background-image: url(http://blog-imgs-17.fc2.com/s/h/i/shiningd/wall_20110422203357.gif); 
	color: #666666; 
	font-size: 90%; 
	letter-spacing: 0.2em; 
	line-height: 1.5; 
	font-family: Verdana, sans-serif; 
	text-align: center; 
} 

/* リンク */
a:link{ 
	color: #ff69b4; 
	text-decoration: underline; 
} 

a:visited{ 
	color: #ff69b4; 
	text-decoration: none; 
} 

a:hover{ 
	color: #99ccff; 
	text-decoration: underline; 
} 

a:active{ 
	color: #99ccff; 
	text-decoration: none; 
} 

/* 改行 */
br{ 
	letter-spacing: 0; 
} 

/* 引用 */
blockquote{ 
	border: dashed 1px #ff99cc; 
	padding: 10px; 
	margin: 10px; 
	color: #888888; 
} 

/* フォーム */
input, textarea{ 
	border: solid 1px #cccccc; 
	background-color: #ffffff; 
	color: #666666; 
} 

/* h2 */
h2{ 
	font-size: 1.2em; 
	font-weight: bold; 
	background-image: url(http://blog-imgs-17.fc2.com/s/h/i/shiningd/h2_20110422203359.gif); 
	background-repeat: no-repeat; 
	background-position: left center; 
	background-attachment: scroll; 
	padding-left: 33px; 
	min-height: 35px; 
} 

* html h2{ 
	height: 35px; 
} 

h2 a, 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://blog-imgs-17.fc2.com/s/h/i/shiningd/h3_20110422203359.gif); 
	background-repeat: no-repeat; 
	background-position: left center; 
	background-attachment: scroll; 
	padding-left: 33px; 
	min-height: 35px; 
} 

* html h3{ 
	height: 35px; 
} 

h3 a, h3 a:link, h3 a:visited{ 
	font-weight: bold; 
	text-decoration: none; 
} 

/* 構造の指定------------------------------------------------- */

/* 全体 */
div#all{ 
	width: 800px; 
	min-height: 100%; 
	margin: 0px auto; 
	text-align: left; 
	background-image: url(http://blog-imgs-17.fc2.com/s/h/i/shiningd/mainwall_20110422203357.gif); 
	background-repeat: repeat-y; 
	background-position: center top; 
	background-attachment: scroll; 
} 

/* ヘッダー */
div#header{ 
	width: 800px; 
	height: 267px; 
	background-image: url(http://blog-imgs-17.fc2.com/s/h/i/shiningd/header_20110422203358.gif); 
	background-repeat: no-repeat; 
	background-position: center top; 
	background-attachment: scroll; 
} 

/* エントリー */
div#entry{ 
	width: 550px; 
	float: right; 
} 

/* プラグイン */
div#plugin{ 
	width: 250px; 
	float: right; 
} 

/* フッター */
div#footer{ 
	width: 800px; 
	clear: right; 
	text-align: center; 
} 

/* エントリーマージン、ライン */
div.e_mgn{ 
	margin: 10px 20px 10px 10px; 
	background-image: url(http://blog-imgs-17.fc2.com/s/h/i/shiningd/line_20110422203358.gif); 
	background-repeat: no-repeat; 
	background-position: center bottom; 
	background-attachment: scroll; 
	padding-bottom: 60px; 
} 

/* プラグインマージン */
div.p_mgn{ 
	margin: 10px 10px 10px 20px; 
} 

/* ヘッダーの指定------------------------------------------ */

/* h1 */
h1{ 
	padding: 90px 110px 0px 110px; 
	font-size: 20px; 
	font-weight: bold; 
} 

h1 a:link, h1 a:visited{ 
	font-weight: bold; 
	text-decoration: none; 
} 

/* ブログの説明文 */
div#header p{ 
	padding: 0px 110px; 
	font-size: 14px; 
} 

/* エントリーの指定---------------------------------------- */

/* 日付 */
p.date{ 
	text-align: right; 
	font-size: 0.8em; 
} 

/* 本文 */
div.text{ 
	margin: 10px 0px; 
} 

/* 追記 */
p.ps{ 
	text-align: right; 
	margin: 10px 0px; 
} 

/* テーマなど */
ul.theme{ 
	text-align: right; 
	margin: 10px 0px; 
	font-size: 0.8em; 
} 

/* エントリーフッター */
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: 10px 20px 10px 10px; 
} 

/* コメント、トラックバックの指定--------------------------- */

/* h2 */
h2.ch2{ 
	margin: 0px 20px 0px 10px; 
} 

/* コメントフォーム */
dl.cmtform{ 
	margin: 10px 0px; 
} 

/* コメントフォーム幅 */
.cmt{ 
	width: 350px; 
} 

p.cmtsub input{ 
	width: 180px; 
} 

/* トラックバックURL */
dl.tburi{ 
	margin: 10px 0px; 
} 

dl.tburi dd{ 
	word-break: break-all; 
} 

/* プラグインの指定------------------------------------------ */

/* プラグイン上説明 */
p.pextop{ 
	margin-top: 10px; 
} 

/* プラグイン中身 */
div.pcont{ 
	margin: 10px 0px; 
} 

/* プラグイン下説明 */
p.pexbottom{ 
	margin-bottom: 10px; 
} 

/* カレンダーの指定---------------------------------------- */

/* 全体 */
table.calender{ 
	width: 90%; 
	font-size: 12px; 
	margin-left: auto; 
	margin-right: auto; 
	text-align: center; 
	border-collapse: collapse; 
} 

/* 曜日 */
table.calender th{ 
	font-weight: bold; 
	border-bottom: solid 1px #cccccc; 
} 

/* リンク */
table.calender a:link, table.calender a:visited{ 
	font-weight: bold; 
	text-decoration: none; 
} 

/* フッターの指定-------------------------------------------- */

/* 広告 */
div.ad{ 
	padding: 0px 20px; 
} 

/* 著作権表示 */
p#copy{ 
	padding: 0px 20px 20px 20px; 
} 