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

body {
	margin: 0;
	background-color: #fff;
	color: #666;
	font-family: "ＭＳ Ｐゴシック", Osaka;
	font-size: x-small;
}

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

/* Layout
--------------------------*/
#contents {
	width: 616px;
	margin: 0 auto;
	padding: 30px 30px 100px;
	border-left: 1px dashed #5485A9;
	border-right: 1px dashed #5485A9;
}

#main {
	width: 455px;
	padding-right: 15px;
	background-color: #fff;
}

#head {
	position: relative;
	width: 678px;
	height: 120px;
	margin: 0 auto;
	background:#fff url('images/jun1_head.jpg') no-repeat top left;
}

#blogTitle {
	position: absolute; top: 50px; right: 175px;
	font-size: 14px;
	font-weight: bold;
}
#blogTitle a { color: #f96; text-decoration: none; }

#side {
	width: 145px;
}


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

/* Calendar
--------------------------*/
#calendarBox {
	width: 131px;
	padding: 15px 6px 12px;
	margin-bottom: 10px;
	border: 1px solid #5485A9;
	background: url('images/jun1_calendar.gif') no-repeat top left;
}
#calendarBox form {
	display: none;
}

.calendar {
	border-collapse: separate;
	border-spacing: 2px;
}
.calendar td {
	width: 15px;
	height: 12px;
	background-color: #fff;
	border: 1px solid #5485A9;
	font-size: 10px;
	text-align: center;
}
.calendar td.cell_sunday {
	color: #c66;
}
.calendar td.cell_today {
	text-decoration: underline;
}
.calendar a {
	display: block;
	background-color: #BDD6E8;
}
#calendarNavi {
	padding: 5px;
	text-align: center;
}

/* Profile
--------------------------*/
#profileBox {
	width: 129px;
	padding: 30px 7px 20px;
	margin-bottom: 10px;
	border: 1px solid #5485A9;
	background: url('images/jun1_profile.gif') no-repeat top left;
}

/* NewEntries
--------------------------*/
#newEntriesBox {
	width: 129px;
	padding: 30px 7px 20px;
	margin-bottom: 10px;
	border: 1px solid #5485A9;
	background: url('images/jun1_newentries.gif') no-repeat top left;
}

/* Comments
--------------------------*/
#commentsBox {
	width: 129px;
	padding: 30px 7px 20px;
	margin-bottom: 10px;
	border: 1px solid #5485A9;
	background: url('images/jun1_comments.gif') no-repeat top left;
}

/* Categories
--------------------------*/
#categoriesBox {
	width: 129px;
	padding: 30px 7px 20px;
	margin-bottom: 10px;
	border: 1px solid #5485A9;
	background: url('images/jun1_categories.gif') no-repeat top left;
}

/* Links
--------------------------*/
#linksBox {
	width: 129px;
	padding: 30px 7px 20px;
	margin-bottom: 10px;
	border: 1px solid #5485A9;
	background: url('images/jun1_links.gif') no-repeat top left;
}
#rss { margin: 10px 0; border: 0; }


/* --------------------------------------- エントリー */
.entrySet {
	width: 453px;
	margin-bottom: 25px;
	border: 1px solid #5485A9;
}
.entrySet img {
	display: block;
	margin: 5px 0;
}

.entryTtlSet {
	padding: 10px 15px;
	border-top: 2px solid #5485A9;
	border-bottom: 1px solid #5485A9;
}

.entryContents {
	padding: 20px 25px;
	color: #5485A9;
	line-height: 1.3em;
}

.entryState {
	padding: 5px;
	text-align: center;
	color: #5485A9;
	background: url('images/jun1_stbg.jpg') repeat-y top left;
	border-top: 1px solid #5485A9;
}
.entryState a { color: #5485A9; }

.commentState {
	margin-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px #999 dotted;
}
.commentState a {
	color: #5485A9;
}