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; }

#blogTitle {
	position: absolute;
	bottom: 70px;
	right: 25px;
}

#blogTitleText {
	text-align: right;
	font-size: 14px;
	font-weight: bold;
	color: #333;
}

#blogTitleText a:link { color: #333; }
#blogTitleText a:visited { color: #333; }
#blogTitleText a:active { color: #333; }
#blogTitleText a:hover { color: #cc9; }

#copyright {
	padding-top: 1em;
	text-align: center;
	font-size:x-small;
}


/* --------------------------------------- レイアウト */
#contentBody {
	width: 675px;
	margin: 0 auto;
	background-color: #fff;
}

#layoutHead {
	position:relative;
	width: 675px;
	height: 153px;
	background-image: url('images/s3_mainimage.jpg');
	background-repeat: no-repeat;
	background-position: left top;
}

#layoutBody {
	width: 675px;
	margin: 0 auto;
	padding-top: 17px;
}

#layoutMain {
	width: 509px;
	padding-right: 14px;
	float: left;
}

#layoutSide {
	width: 152px;
	float: left;
	font-size: x-small;
	line-height: 1.3em;
}

#layoutFoot {
	width: 675px;
	margin: 1em auto;
	background-color: #fff;
	border-top: 2px #9cc solid;
}


/* --------------------------------------- エントリー */
.entryBody {
	width: 509px;
}

.entryBodyTop {
	height: 26px;
	background-image: url('images/s3_maintop.gif');
	background-repeat: no-repeat;
	background-position: left top;
}

.entryBodyBtm {
	height: 44px;
	background-image: url('images/s3_mainbtm.gif');
	background-repeat: no-repeat;
	background-position: left top;
}

.entryTitle {
	padding-left: 15px;
	padding-bottom: 2em;
	background-image: url('images/s3_ico2.gif');
	background-repeat: no-repeat;
	background-position: left top;
	font-size: medium;
	color: #9cc;
}

.states {
	width: 100%;
	padding-top: 2em;
	font-size: x-small;
}

.entryContents {
	padding: 0 25px;
	background-image: url('images/s3_mainsha.gif');
	background-repeat: repeat-y;
	background-position: left top;
	font-size:x-small;
	line-height: 1.3em;
}

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

.pageup {
	padding-left: 10px;
}

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

.CommentStates {
	margin-bottom: 2em;
	padding-top: 1em;
	padding-bottom: 0.5em;
	font-size: x-small;
}


/* --------------------------------------- サイドバー */
.sideBoxBody0 {
	padding: 10px 0;
	background-image: url('images/s3_sidesha.gif');
	background-repeat: repeat-y;
	background-position: left top;
}

.sideBoxBody {
	padding: 10px 15px;
	background-image: url('images/s3_sidesha.gif');
	background-repeat: repeat-y;
	background-position: left top;
}

.sideBoxBtm {
	height: 8px;
	background-image: url('images/s3_sidebtm.gif');
	background-repeat: no-repeat;
	background-position: left top;
}


/* Calendar
--------------------------*/
#calendarBox {
	position: absolute;
	top: 125px;
	left: 20;
	width: 635px;
}

#calendarBox form {
	display: none;
}

#dispCalendar {
	width: 635px;
}

.calendar {
	width: 500px;
	table-layout: fixed;
	font-size: 10px;
	font-family: Arial, Helvetica;
}

.calendar td {
}

.cell_sunday {
}

.cell_today {
	border-bottom: 1px #fff solid !important;
	font-weight: bold !important;
}

.calendar a {
	color: #666;
}

.calendarNavi {
	font-size: 10px;
}

.calendarNavi img {
	border: 0;
}


/* New Entries
--------------------------*/
#newentriesBox {
	width: 152px;
	height: 13px;
	background-image: url('images/s3_newentries.gif');
	background-repeat: no-repeat;
	background-position: left top;
}

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

/* Categories
--------------------------*/
#categoriesBox {
	width: 152px;
	height: 13px;
	background-image: url('images/s3_categories.gif');
	background-repeat: no-repeat;
	background-position: left top;
}


/* Recent Comments
--------------------------*/
#RCommentsBox {
	width: 152px;
	height: 13px;
	background-image: url('images/s3_comments.gif');
	background-repeat: no-repeat;
	background-position: left top;
}

/* Profile
--------------------------*/
#profileBox {
	width: 152px;
	height: 13px;
	background-image: url('images/s3_profile.gif');
	background-repeat: no-repeat;
	background-position: left top;
}

/* Links
--------------------------*/
#linksBox {
	width: 152px;
	height: 13px;
	background-image: url('images/s3_link.gif');
	background-repeat: no-repeat;
	background-position: left top;
}
