html {
	scrollbar-track-color: #fff;
	scrollbar-face-color: #fff;
	scrollbar-shadow-color: #E8CECE;
	scrollbar-darkshadow-color: #fff;
	scrollbar-highlight-color: #E8CECE;
	scrollbar-3dlight-color: #fff;
	scrollbar-arrow-color: #E8CECE;
}

body {
	margin: 0;
	background: url('images/jul4_bg.gif') top left;
	color: #000;
	font-family: "ＭＳ Ｐゴシック", Osaka;
	font-size: x-small;
}

/* Link Color
--------------------------*/
a { color: #666; text-decoration: none; }
a:hover,a:active { color: #AC4646; }
a img { border: 0 }

/* Layout
--------------------------*/
#contents {
	width: 669px;
	margin: 0 auto;
	margin-bottom: 30px;
	background-color: #fff;
	border: 3px solid #AC4646;
}

#main {
	width: 349px;
	padding-top: 12px;
	padding-bottom: 30px;
	
}

#head {
	position: relative;
	width: 669px;
	height: 68px;
	margin: 0 auto;
	background: url('images/jul4_head.jpg') no-repeat top left;
}

#blogTitle {
	padding-top: 30px;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}
#blogTitle a { color: #AC4646; text-decoration: none; }

.side {
	width: 140px;
	padding: 12px 10px;
	background-color: #EBDEDE;
}


/* --------------------------------------- サイドバー */

/* Calendar
--------------------------*/
#calendarBox {
	padding: 5px;
	background-color: #AC4646;
	font-size: 10px;
	color: #f99;
	text-align: center;
}
#calendarBox form {
	display: none;
}

table.calendar {
	border-collapse: collapse;
}
.calendar a {
	color: #E3D1D1;
}
.calendar td {
	width: 15px;
	font-size: 10px;
	text-align: center;
}
.calendar td.cell_today {
	text-decoration: underline;
}
.calendarNavi a {
	color: #f99;
}
.calendarNavi {
	color: #f99;
}

/* Profile
--------------------------*/
#profileBox {
	margin-bottom: 15px;
	padding-top: 35px;
	background: url('images/jul4_profile.gif') no-repeat top left;
}

/* NewEntries
--------------------------*/
#newEntriesBox {
	margin-bottom: 15px;
	padding-top: 35px;
	background: url('images/jul4_newentries.gif') no-repeat top left;
}

/* Comments
--------------------------*/
#commentsBox {
	margin-bottom: 15px;
	padding-top: 35px;
	background: url('images/jul4_comments.gif') no-repeat top left;
}

/* Categories
--------------------------*/
#categoriesBox {
	margin-bottom: 15px;
	padding-top: 35px;
	background: url('images/jul4_categories.gif') no-repeat top left;
}

/* Links
--------------------------*/
#linksBox {
	margin-bottom: 15px;
	padding-top: 35px;
	background: url('images/jul4_links.gif') no-repeat top left;
}
#rss { margin: 10px 0; border: 0; }


/* --------------------------------------- エントリー */
.entrySet {
	margin-bottom: 20px;
	padding: 0 25px 12px;
	background: url('images/jul4_entrybg.gif') no-repeat bottom center;
}

.entryTitleSet {
	margin-bottom: 20px;
}

.entryContents {
	line-height: 1.35em;
}
.entryContents img {
	display: block;
	margin: 5px 0;
}

.entryState {
	margin-top: 10px;
	margin-bottom: 15px;
	text-align: center;
}

.commentState {
	margin-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	border-bottom: 1px #999 dotted;
}

