@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{ 
	height: 100%; 
} 

/* body */
body{ 
	height: 100%; 
	background-color: #f2d3ff; 
	background-image: url(http://blog-imgs-47.fc2.com/s/h/i/shiningd/wall_20110911090704.gif); 
	text-align: center; 
	font-family: 'Century Gothic', Verdana, sans-serif; 
	line-height: 1.5; 
	letter-spacing: 0.2em; 
	font-size: 80%; 
	color: #666666; 
} 

/* リンク */
a:link{ 
	color: #ff69b4; 
	text-decoration: underline; 
} 

a:visited{ 
	color: #6699ff; 
	text-decoration: none; 
} 

a:hover{ 
	color: #ff69b4; 
	text-decoration: none; 
} 

a:active{ 
	color: #6699ff; 
	text-decoration: underline; 
} 

/* h2 */
h2{ 
	font-size: 16px; 
	font-family: 'Times New Roman', Times; 
	font-weight: bold; 
} 

h2 a, h2 a:link, h2 a:visited{ 
	font-weight: bold; 
	color: #666666; 
	text-decoration: none; 
} 

/* 引用 */
blockquote{ 
	background-color: #fff0aa; 
	margin: 10px; 
	padding: 10px; 
	border-radius: 10px; 
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px; 
} 

/* 構造の指定-------------------------------------------- */

/* 全体 */
div#all{ 
	width: 850px; 
	min-height: 100%; 
	text-align: left; 
	background: url(http://blog-imgs-47.fc2.com/s/h/i/shiningd/body_20110911090618.gif) repeat-y center top; 
	margin: 0px auto; 
} 

* html div#all{ 
	height: 100%; 
} 

body > div#all{ 
	height: auto; 
} 

/* ヘッダー */
div#header{ 
	width: 850px; 
	height: 243px; 
	background: url(http://blog-imgs-47.fc2.com/s/h/i/shiningd/header_20110911095542.gif) no-repeat 50% 10px; 
	text-align: center; 
} 

/* エントリー */
div#entry{ 
	width: 516px; 
	float: right; 
} 

/* プラグイン */
div#plugin{ 
	width: 334px; 
	float: right; 
} 

/* エントリーマージン */
div.emgn{ 
	margin: 10px 70px 20px 5px; 
} 

/* プラグインマージン */
div.p_mgn{ 
	margin: 5px 10px 20px 70px; 
} 

/* フッター */
div#footer{ 
	width: 850px; 
	text-align: right; 
	font-size: 12px; 
	clear: right; 
} 

/* ヘッダーの指定-------------------------------------------- */

/* h1 */
h1{ 
	padding: 70px 75px 0px 75px; 
	font-size: 36px; 
	font-family: 'Times New Roman', Times; 
	font-weight: bold; 
} 

h1 a:link, h1 a:visited{ 
	font-weight: bold; 
	text-decoration: none; 
	color: #ffffff; 
} 

/* ブログの説明文 */
div#header p{ 
	color: #ffffff; 
	font-size: 14px; 
	padding: 10px 75px 0px 75px; 
	font-weight: bold; 
} 

/* エントリーの指定------------------------------------- */

/* h2 */
div.emgn h2{ 
	padding: 5px 5px 10px 45px; 
	background: url(http://blog-imgs-47.fc2.com/s/h/i/shiningd/eh2_20110911094209.gif) no-repeat left center; 
} 

/* 本文 */
div.text{ 
	margin: 10px 0px; 
} 

/* 続きを読む */
p.ps{ 
	margin: 10px 0px; 
	text-align: right; 
} 

/* テーマなど */
ul.theme{ 
	text-align: right; 
	margin: 10px 0px; 
	font-size: 0.8em; 
} 

/* エントリーフッター */
ul.efooter{ 
	text-align: right; 
	font-size: 0.8em; 
	margin: 10px 0px 10px -5px; 
} 

ul.efooter li{ 
	display: inline; 
	margin-left: 5px; 
} 

/* ナビ */
p.navi{ 
	text-align: center; 
	margin: 10px 70px 10px 5px; 
} 

/* コメント、トラックバックの指定---------------------------- */

/* h2 */
h2.ch2{ 
	margin: 0px 70px 0px 5px; 
} 

/* h3 */
h3{ 
	background: url(http://blog-imgs-47.fc2.com/s/h/i/shiningd/h3_20110911090617.gif) no-repeat left center; 
	min-height: 20px; 
	font-size: 14px; 
	font-weight: bold; 
	padding-left: 27px; 
} 

* html h3{ 
	height: 20px; 
} 

h3 a, h3 a:link, h3 a:visited{ 
	font-weight: bold; 
	text-decoration: none; 
	color: #666666; 
} 

/* コメントフォーム */
dl.cmtform{ 
	margin: 10px 0px; 
} 

dl.cmtform input, dl.cmtform textarea{ 
	color: #666666; 
	font-size: 16px; 
	background-color: transparent; 
} 

dd.cinput{ 
	width: 400px; 
	height: 32px; 
	background: url(http://blog-imgs-47.fc2.com/s/h/i/shiningd/input.gif) no-repeat left center; 
} 

dd.cinput input{ 
	width: 380px; 
	height: 22px; 
	margin: 5px 10px; 
} 

dd.ctext{ 
	width: 400px; 
	height: 225px; 
	background: url(http://blog-imgs-47.fc2.com/s/h/i/shiningd/textarea.gif) no-repeat left center; 
} 

dd.ctext textarea{ 
	width: 380px; 
	height: 205px; 
	margin: 10px; 
} 

p.cmtsub input{ 
	background: url(http://blog-imgs-47.fc2.com/s/h/i/shiningd/submit.gif) no-repeat left center; 
	width: 194px; 
	height: 36px; 
	font-weight: bold; 
	font-size: 16px; 
	color: #666666; 
} 

/* トラックバックURL */
dl.tburi{ 
	margin: 10px 0px; 
} 

dl.tburi dd{ 
	word-break: break-all; 
} 

/* プラグインの指定---------------------------------------- */

/* h2 */
div.p_mgn h2{ 
	padding: 5px 5px 10px 45px; 
	background: url(http://blog-imgs-47.fc2.com/s/h/i/shiningd/ph2_20110911094209.gif) no-repeat left center; 
} 

/* 上説明 */
p.pextop{ 
	margin-top: 10px; 
} 

/* 中身 */
div.pcont{ 
	margin: 10px 0px; 
} 

/* 検索 */
p.plugin-search input{ 
	background-color: #ffdae3; 
	color: #666666; 
	height: 32px; 
	font-size: 14px; 
	border-radius: 5px; 
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
	margin-bottom: 3px; 
} 

/* カレンダーの指定--------------------------------------- */

/* 全体 */
table.calender{ 
	width: 90%; 
	text-align: center; 
	margin-left: auto; 
	margin-right: auto; 
	font-size: 12px; 
	border-collapse: collapse; 
} 

/* リンク */
table.calender a:link, table.calender a:visited{ 
	font-weight: bold; 
	text-decoration: none; 
} 

/* 曜日 */
table.calender th{ 
	font-weight: bold; 
	border-bottom: solid 1px #cccccc; 
} 

/* フッターの指定------------------------------------ */

/* 広告 */
div.ad{ 
	padding: 0px 70px; 
} 

/* 著作権表示 */
p#copy{ 
	padding: 0px 70px 10px 70px; 
} 