html {
	scrollbar-track-color: #EBF4E7;
	scrollbar-face-color: #EBF4E7;
	scrollbar-shadow-color: #999;
	scrollbar-darkshadow-color: #EBF4E7;
	scrollbar-highlight-color: #999;
	scrollbar-3dlight-color: #EBF4E7;
	scrollbar-arrow-color: #999;
}

body {
	margin: 0;
	background-color: #EBF4E7;
	color: #333;
	font-family: "ＭＳ Ｐゴシック", Osaka;
	font-size: x-small;
}

/* Link Color
--------------------------*/
a { color: #000; text-decoration: none; }
a:hover,a:active { color: #9c9; }
a img { border: 0 }

/* Layout
--------------------------*/
#contents {
	width: 600px;
	margin: 0;
	padding: 0 60px 30px;
	background-color: #fff;
}

#main {
	width: 394px;
	padding-right: 20px;
}

#head {
	position: relative;
	width: 677px;
	height: 75px;
	margin-bottom: 15px;
	background: url('images/apr3_head.gif') no-repeat top left;
}

#blogTitle {
	padding: 15px 20px;
	font-size: 14px;
	font-weight: bold;
}
#blogTitle a { color: #666; text-decoration: none; }
#blogTitle a:hover { color: #9c9; }

#side {
	width: 186px;
}

#foot {
	width: 600px;
	padding-top: 40px;
	padding-bottom: 15px;
	text-align: center;
}

/* --------------------------------------- サイドバー */

/* Calendar
--------------------------*/
#calendarBox {
	padding: 40px 10px 10px;
	background: #9c9 url('images/apr3_bg.gif') no-repeat top left;
	font-size: 10px;
	color: #fff;
}
#calendarBox form {
	display: none;
}

table.calendar {
	border-collapse: collapse;
}
.calendar a {
	color: #666;
}
.calendar a:hover {
	color: #999;
}
.calendar td {
	width: 15px;
	font-size: 10px;
	text-align: center;
	color: #fff;
}
.calendar td.cell_today {
	text-decoration: underline;
}

.calendarNavi a {
	color: #fff;
}
.calendarNavi a:hover {
	color: #999;
}

/* Profile
--------------------------*/
#profileBox {
	padding: 30px 5px 15px;
	background: url('images/apr3_profile.gif') no-repeat top left;
}

/* NewEntries
--------------------------*/
#newEntriesBox {
	padding: 30px 5px 15px;
	background: url('images/apr3_newentries.gif') no-repeat top left;
}

/* Comments
--------------------------*/
#commentsBox {
	padding: 30px 5px 15px;
	background: url('images/apr3_comments.gif') no-repeat top left;
}

/* Categories
--------------------------*/
#categoriesBox {
	padding: 30px 5px 15px;
	background: url('images/apr3_categories.gif') no-repeat top left;
}

/* Links
--------------------------*/
#linksBox {
	padding: 30px 5px 15px;
	background: url('images/apr3_links.gif') no-repeat top left;
}
#rss { margin: 10px 0; border: 0; }


/* --------------------------------------- エントリー */
.entrySet {
	width: 394px;
	margin-bottom: 25px;
	background: url('images/apr3_entbg.gif') repeat-y top left;
}

.entryTitle {
	padding: 20px 50px;
	background: url('images/apr3_enttop.gif') no-repeat top left;
}

.entrySep {
	padding-top: 25px;
	background: url('images/apr3_entsep.gif') no-repeat top center;
}

.entryDate {
	padding: 5px 0;
	text-align: right;
}

.entry {
	padding: 0 50px 20px;
	line-height: 135%;
	background: url('images/apr3_entbtm.gif') no-repeat bottom left;
}

.entry img {
	margin: 0.5em 0;
	display: block;
	border: 0;
}

.entryState {
	padding: 0.5em 0;
	text-align: center;
}

.commentState {
	margin-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	border-bottom: 1px #999 dotted;
}

