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

body {
	margin: 0;
	background: url('images/jul3_bg.gif') top left;
	color: #000;
	font-family: "ＭＳ Ｐゴシック", Osaka;
	font-size: x-small;
}

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

/* Layout
--------------------------*/
#contents {
	width: 683px;
	margin: 0 auto;
	padding-top: 15px;
	padding-bottom: 30px;
	background-color: #fff;
}

#main {
	width: 333px;
}

#head {
	position: relative;
	width: 683px;
	height: 100px;
	margin: 0 auto;
	background: url('images/jul3_head.gif') no-repeat top left;
}

#blogTitle {
	position: absolute; top: 45px; left: 45px;
	font-size: 14px;
	font-weight: bold;
}
#blogTitle a { color: #000; text-decoration: none; }

.side1 {
	width: 138px;
	padding-left: 25px;
	padding-right: 12px;
}

.side2 {
	width: 138px;
	padding-right: 25px;
	padding-left: 12px;
}


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

/* Calendar
--------------------------*/
#calendarBox {
	position: absolute; top: 80px; left: 45px;
	font-size: 10px;
	color: #fff;
	text-align: center;
}
#calendarBox form {
	display: none;
}

table.calendar {
	border-collapse: collapse;
}
.calendar a {
	color: #999;
}
.calendar td {
	width: 13px;
	font-size: 10px;
	text-align: center;
}
.calendar td.cell_today {
	text-decoration: underline;
}
.calendarNavi a {
	color: #fff;
}
.calendarNavi {
	color: #fff;
}

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

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

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

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

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


/* --------------------------------------- エントリー */
.entrySet {
	margin-bottom: 10px;
	background: url('images/jul3_entrybg.gif') repeat-y top left;
}

.entryTitleSet {
	margin-bottom: 12px;
	padding-top: 18px;
	padding-left: 25px;
	padding-right: 25px;
	background: url('images/jul3_entrytop.gif') no-repeat top left;
}

.entryTitle {
	font-size: medium;
}

.entryContents {
	padding-left: 25px;
	padding-right: 25px;
	line-height: 1.35em;
}
.entryContents img {
	display: block;
	margin: 5px 0;
}

.entryState {
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
}

.entryFoot {
	height: 35px;
	text-align: right;
	background: url('images/jul3_entrybtm.gif') no-repeat bottom left;
}

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