html {
	scrollbar-track-color: #fff;
	scrollbar-face-color: #fff;
	scrollbar-shadow-color: #fc6;
	scrollbar-darkshadow-color: #fff;
	scrollbar-highlight-color: #fc6;
	scrollbar-3dlight-color: #fff;
	scrollbar-arrow-color: #fc6;
}

body {
	margin: 0;
	background: #fff url("images/apr1_bg.jpg") no-repeat fixed top left;
	color: #000;
	font-family: "ＭＳ Ｐゴシック", Osaka;
	font-size: x-small;
}

/* Link Color
--------------------------*/
a { color: #000; text-decoration: none; }
a:hover,a:active { color: #f90; }
a img { border: 0 }

/* Layout
--------------------------*/
#contents {
	margin: 85px auto 30px;
	width: 680px;
}

#main {
	width: 332px;
	padding: 10px 0;
}

#head {
	position: relative;
	width: 677px;
	height: 75px;
	margin-bottom: 15px;
	background: url('images/apr1_head.gif') no-repeat top left;
}

#blogTitle {
	width: 680px;
	margin: 0;
	padding-bottom: 10px;
	font-size: 14px;
	font-weight: bold;
	text-align: right;
}
#blogTitle a { color: #633; text-decoration: none; }
#blogTitle a:hover { color: #f90; }

.side {
	width: 147px;
	padding: 10px 13px;
}

#layout {
	width: 678px;
	margin: 0;
	padding:0;
	border: #fc6 1px solid;
}

/* --------------------------------------- サイドバー */

/* Calendar
--------------------------*/
#calendarBox {
	font-size: 10px;
	border-bottom: #fc6 1px solid;
	color: #fcc;
}
#calendarBox form {
	display: none;
}

table.calendar {
	border-collapse: collapse;
}
.calendar a {
	color: #6c6;
}
.calendar a:hover {
	color: #f90;
}
.calendar td {
	width: 15px;
	font-size: 10px;
	text-align: center;
	color: #fcc;
}
.calendar td.cell_today {
	text-decoration: underline;
}

.calendarNavi a {
	color: #fcc;
}


/* Profile
--------------------------*/
#profileBox {
	padding: 25px 0 15px;
	background: url('images/apr1_profile.gif') no-repeat top left;
}

/* NewEntries
--------------------------*/
#newEntriesBox {
	padding: 25px 0 15px;
	background: url('images/apr1_newentries.gif') no-repeat top left;
}

/* Comments
--------------------------*/
#commentsBox {
	padding: 25px 0 15px;
	background: url('images/apr1_comments.gif') no-repeat top left;
}

/* Categories
--------------------------*/
#categoriesBox {
	padding: 25px 0 15px;
	background: url('images/apr1_categories.gif') no-repeat top left;
}

/* Links
--------------------------*/
#linksBox {
	padding: 25px 0 15px;
	background: url('images/apr1_links.gif') no-repeat top left;
}
#rss { margin: 10px 0; border: 0; }


/* --------------------------------------- エントリー */
.entryTitleSet {
	width: 205px;
	margin-bottom: 3px;
}
.entryTitle {
	padding: 0 10px;
	background: url('images/apr1_entttlfuki.gif') no-repeat top right;
}

.entryDateSet {
	width: 205px;
	margin-bottom: 10px;
}
.entryDate {
	padding: 0 10px;
	background: url('images/apr1_entdayfuki.gif') no-repeat top right;
}

.entrySet {
	width: 332px;
	margin-bottom: 20px;
}
.entry {
	padding: 0 20px;
	line-height: 135%;
	background: url('images/apr1_entfuki.gif') no-repeat top right;
}

div.entry img {
	margin: 0.5em 0;
	display: block;
	border: 0;
}

.entryState {
	padding: 0.5em 20px;
	text-align: center;
}

.commentState {
	margin-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	border-bottom: 1px #999 dotted;
}
