html {

}

body {
}

/* Link Color
--------------------------*/

#blogTitleText {
	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 {
	width: 678px;
	margin: 0 auto;

}

#layoutHead {
	width: 678px;
	height: 95px;
}

#layoutTitle {
	width: 598px;
	padding: 20px 40px;
}

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

#layoutMain {
	width: 460px;
	padding-right: 16px;
}

#layoutSide {
	width: 179px;
	height:280px;
	border-left: 1px #9A6E2E solid;
}

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


/* --------------------------------------- エントリー */
.entryBodySet {
	margin-top:20px;
	clear: right;
	width: 420px;
}

.entryBody {
	width: 420px;
}
.entryBody td {
	padding: 5px 10px;
}

.entryTitle {
	height:20px;
	font-size: medium;
	padding-top: 5px;
	padding-left: 15px;
	color:#ffffff;
	background-color: #9A6E2E;
}

.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;
	border-top:1px solid #9A6E2E;
}


/* --------------------------------------- サイドバー */
.sideBoxSet {
	margin-bottom: 10px;
	width: 179px;
}

/* Calendar
--------------------------*/
#calendarBox {
	width: 145px;
}
#calendarBoxTtl {
	padding: 20px 4px 10px;
}

#calendarBox form {
	display: none;
}

#dispCalendar {
	width: 135px;
}
#dispCalendar td {
}

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

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

.cell_sunday {
	color: #f99 !important;
	border: 1px #f99 solid !important;
}

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

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

.calendarNavi {
	font-size: 10px;
}

.calendarNavi img {
	border: 0;
}

/* New Entries
--------------------------*/
#newentriesBox {
	margin-top: 45px;
	margin-left: 5px;
	width: 174px;
	height: 50px;
}
#newentriesBox td {
	padding-top:35px;
	padding-left:5px;
	background-image: url('images/s1_newentries.gif');
	background-repeat: no-repeat;
	background-position: left top;
}

.list {	
	margin-top: 5px;
	padding: 0 0 5px 10px;
	font-size: small;
	line-height: 1em;
}

/* Categories
--------------------------*/
#categoriesBox {
	margin-left: 5px;
	width: 174px;
	height: 50px;
}
#categoriesBox td {
	padding-top:35px;
	padding-left:5px;
	background-image: url('images/s1_categories.gif');
	background-repeat: no-repeat;
	background-position: left top;
}


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

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

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

