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

body {
	margin: 0;
	background-color: #fff;
	color: #999;
	font-family: Arial, Helvetica, "ＭＳ Ｐゴシック", Osaka;
}

/* Link Color
--------------------------*/
a:link { color: #999; text-decoration: none; }
a:visited { color: #999; text-decoration: none; }
a:hover { color: #9cc; text-decoration: none; }
a:active { color: #9cc; text-decoration: none; }

#blogTitleText {
	margin: 0;
	font-size: 20px;
	font-weight: bold;
}

#blogDescription {
	padding-top: 0.5em;
	font-size: small;
	line-height: 1.3em;
}

#copyright {
	padding: 30px 0 0;
	font-size:x-small;
	text-align: center;
}


/* --------------------------------------- レイアウト */
#contentBody {
	position: relative;
	width: 815px;
	margin: 0 auto;
	background-color: #fff;
	background-image: url('images/w1_bg.jpg');
	background-repeat: repeat-y;
	background-position: left top;
}

#layoutHead {
	width: 815px;
	height: 220px;
	background-image: url('images/w1_mainimage.jpg');
	background-repeat: no-repeat;
	background-position: left top;
}

#layoutTitle {
	position: absolute;
	top:70px; left:175px;
	width: 265px;
}

#layoutBody {
	width: 616px;
	margin: 0 auto;
}

#layoutMain {
	width: 455px;
	float: left;
	margin-right: 16px;
}

#layoutSide {
	width: 145px;
	float: left;
}

#layoutFoot {
	clear: left;
	width: 678px;
	margin: 0 auto;
	border-top: 1px #9cc solid;
}


/* --------------------------------------- エントリー */
.entryBodySet {
	clear: right;
	width: 455px;
	background-image: url('images/w1_dot.gif');
}

.entryBody {
	width: 455px;
}
.entryBody td {
	padding: 5px 10px;
	background-color: #fff;
}

.entryTitle {
	font-size: medium;
	background-image: url('images/w1_ico2.gif');
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 15px;
}

.entryDate {
	float: right;
	padding-left: 2em;
	font-family: Arial, Helvetica;
	font-size: x-small;
	text-align: right;
}

.entryContents {
	padding: 15px;
	font-size:small;
	line-height: 1.3em;
}

.entryContents img {
	display: block;
	padding-bottom: 1em;
	border: 0;
}

.pageup {
	float: right;
	padding: 10px 0;
}

.pageup img {
	padding: 0 !important;
	border: 0;
}

.states {
	text-align: right;
	font-size: x-small;
}


/* --------------------------------------- サイドバー */
/* Recommend
--------------------------*/
.sideBoxSet {
	margin-bottom: 10px;
	width: 145px;
	background-image: url('images/w1_dot.gif');
}

#recommendBox {
	width: 145px;
}

#recommendBox td {
	padding: 20px 0 10px;
	background-image: url('images/w1_recommend.gif');
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #fff;
}

#recommendBox img {
	display: block;
	border: 0;
}

/* Calendar
--------------------------*/
#calendarBox {
	width: 145px;
}
#calendarBoxTtl {
	padding: 20px 4px 10px;
	background-image: url('images/w1_calendar.gif');
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #fff;
}

#calendarBox form {
	display: none;
}

#dispCalendar {
	width: 135px;
}
#dispCalendar td {
	background-color: #fff;
}

.calendar {
	width: 100%;
	border-spacing: 2px;
	font-size: 11px;
	font-family: Arial, Helvetica;
}

.calendar td {
	width: 15px;
	height: 12px;
	color: #999;
	border: 1px #9cc solid;
}

.cell_sunday {
	color: #6cc !important;
	border: 1px #9cc solid !important;
}

.cell_today {
	font-weight: bold !important;
}

.calendar a {
	display: block;
	background-color: #9cc;
}

.calendarNavi {
	font-size: 10px;
}

.calendarNavi img {
	border: 0;
}

/* New Entries
--------------------------*/
#newentriesBox {
	width: 145px;
}
#newentriesBox td {
	padding: 20px 10px 10px;
	background-image: url('images/w1_newentries.gif');
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #fff;
}

.list {
	padding: 0 0 5px 10px;
	background-image: url('images/w1_ico.gif');
	background-repeat: no-repeat;
	background-position: left top;
	font-size: small;
	line-height: 1em;
}

/* Categories
--------------------------*/
#categoriesBox {
	width: 145px;
}
#categoriesBox td {
	padding: 20px 10px 10px;
	background-image: url('images/w1_categories.gif');
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #fff;
}

/* Recent Comments
--------------------------*/
#RCommentsBox {
	width: 145px;
}
#RCommentsBox td {
	padding: 20px 10px 10px;
	background-image: url('images/w1_comments.gif');
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #fff;
}

/* Profile
--------------------------*/
#profileBox {
	width: 145px;
}
#profileBox td {
	padding: 20px 10px 10px;
	background-image: url('images/w1_profile.gif');
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #fff;
}

/* Links
--------------------------*/
#linksBox {
	width: 145px;
}
#linksBox td {
	padding: 20px 10px 10px;
	background-image: url('images/w1_link.gif');
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #fff;
}


