/* 全体の指定----------------------------------------------------*/

/* リセット */
body,div,p,h1,h2,h3,h4,h5,h6,blockquote,ul,ol,li,dl,dt,dd,form,input,textarea,address,table,th,tr,td,img,a{ 
	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: #d4f5f9; 
	scrollbar-highlight-color: #d4f5f9; 
	scrollbar-3dlight-color: #ffffff; 
	scrollbar-track-color: #d4f5f9; 
	scrollbar-shadow-color: #ffffff; 
	scrollbar-darkshadow-color: #d4f5f9; 
	scrollbar-arrow-color: #ffffff; 
} 

/* body */
body{ 
	background-color: #a2dae1; 
    background-image: url("http://file.jellynail.o-oi.net/bg.jpg");
    background-repeat:repeat-x;
	color: #888888; 
	font-size: 90%; 
	font-family: Verdana, sans-serif; 
	line-height: 1.5; 
	letter-spacing: 0.2em; 
	text-align: center; 
} 

/* リンク */
a:link{ 
	color: #ff3399; 
	text-decoration: underline; 
} 

a:visited{ 
	color: #ff3399; 
	text-decoration: none; 
} 

a:hover{ 
	color: #ff3399; 
	text-decoration: none; 
} 

a:active{ 
	color: #ff6699; 
	text-decoration: underline; 
} 

/* h2 */
h2{ 
	font-weight: bold; 
	font-size: 1.4em; 
    background-color:#ffe2e6;
    background-repeat: no-repeat; 
	background-position: left center; 
	background-attachment: scroll; 
	min-height: 32px; 
    padding: 20px;
    margin-bottom: 20px; 
	border-bottom: 2px solid #ccc;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
} 

* html h2{ 
	height: 39px; 
} 

h2 a, h2 a:link, h2 a:visited{ 
	font-weight: bold; 
	text-decoration: none; 
} 

/* h3 */
h3{ 
    color:#666666;
	font-weight: bold; 
	font-size: 1.2em; 
    background-color:#f5f5f5;
    background-repeat: no-repeat; 
	background-position: left center; 
	background-attachment: scroll; 
	min-height: 28px; 
    padding: 12px;
    margin-bottom: 20px; 
	border-bottom: 2px solid #ccc;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
} 

* html h3{ 
	height: 32px; 
} 

h3 a, h3 a:link, h3 a:visited{ 
	font-weight: bold; 
	text-decoration: none; 
} 

/* フォーム */
input,textarea{ 
	border: solid 1px #cccccc; 
	background-color: #ffffff; 
	color: #888888; 
	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; 
} 

/* 引用 */
blockquote{ 
	border: solid 1px #cccccc; 
	background-color: #dff9ff; 
	padding: 10px; 
	margin: 10px; 
} 

/* 右寄せ */
.right{ 
	text-align: right; 
} 

/* 中央揃え */
.center{ 
	text-align: center; 
} 

/* 左寄せ */
.left{ 
	text-align: left; 
} 

/* 構造の指定------------------------------------------- */

/* 全体 */
div#all{ 
	width: 891px; 
	text-align: left; 
	margin: 0px auto; 
	background-color: #ffffff; 
} 

/* ヘッダー */
div#header{ 
	width: 891px; 
	height: 200px;
        padding-top:150px; 
	background-image: url(http://file.jellynail.o-oi.net/header-img.png); 
	background-repeat: no-repeat; 
	background-position: 50% 10px; 
	background-attachment: scroll; 
} 

/* エントリー */
div#entry{ 
	width: 631px; 
	float: left; 
} 

/* プラグイン */
div#plugin{ 
	width: 260px; 
	float: left; 
} 

/* フッター */
div#footer{ 
	width: 891px; 
	clear: left; 
	text-align: center; 
} 

/* エントリー余白 */
div.emgn{ 
	margin: 10px 10px 20px 20px; 
} 

/* プラグイン余白 */
div.pmgn{ 
	margin: 10px 20px 20px 10px; 
} 

/* ヘッダーの指定------------------------------------------ */

/* ブログタイトル */
h1{ 
	font-size: 30px; 
	padding: 40px 50px 10px 40px; 
} 

h1 a:link, h1 a:visited{ 
	text-decoration: none; 
} 

/* ブログの説明文 */
div#header p{ 
	font-size: 14px; 
	padding: 0px 50px 0px 40px; 
} 

/* エントリーの指定---------------------------------------- */

/* 日付 */
p.date{ 
	font-size: 0.6em; 
	text-align: right; 
} 

p.date a:link, p.date a:visited{ 
	color: #888888; 
	text-decoration: none; 
} 

/* 本文 */
div.text{ 
margin: 10px 20px; 
}

div.text a:link, dic.text a:visited{ 
    font-size: 1.2em; 
    background-image: url(http://file.jellynail.o-oi.net/arrow.png); 
	background-repeat: no-repeat; 
    font-weight:bold;
    padding-left:25px;    
}


/* 「続きを読む」のリンク */
p.ps{ 
	text-align: right; 
	margin: 10px 0px; 
} 

/* エントリーフッター */
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; 
} 

/* コメント、トラックバックの指定--------------------------- */

/* コメントフォーム全体 */
dl.cmtform{ 
	margin: 10px 0px; 
} 

/* コメントフォーム幅 */
.cmt{ 
	width: 400px; 
} 

/* コメントレス */
div.res{ 
	margin-left: 60px; 
} 

/* トラックバックURL */
dl.tburi{ 
	margin: 10px 0px; 
} 

/* プラグインの指定---------------------------------------- */

/* プラグイン上説明 */
p.pextop{ 
	margin-top: 10px; 
} 

/* プラグイン中身 */
div.pcont{ 
	margin: 10px 0px; 
} 

/* カレンダーの指定---------------------------------------- */

/* 全体 */
table.CalendarMoveTable, table.CalendarTable{ 
	width: 90%; 
	text-align: center; 
	margin-left: auto; 
	margin-right: auto; 
	font-size: 14px; 
} 

/* 日付部分 */
table.CalendarTable{ 
	border-collapse: collapse; 
} 

table.CalendarTable th, table.CalendarTable td{ 
	border: solid 1px #cccccc; 
} 

/* 曜日 */
table.CalendarTable th{ 
	background-color: #eeeeee; 
	color: #66ccff; 
	font-weight: bold; 
} 

/* フッターの指定------------------------------------------- */

/* 著作権表示 */
div#footer address{ 
	margin: 0px 20px; 
} 

/* 広告 */
div#footer p{ 
	margin: 0px 20px; 
	padding-bottom: 10px; 
} 