@charset "Shift_JIS";

@import url("common.css");


/* --------------------------------------------------------------------------------------
 コンテンツ
--------------------------------------------------------------------------------------- */

/* box ------------------------------ */

div#ctAreaInner {
	margin: 0;
}

/* 見出し ------------------------------ */

div#ctRight h1,
div#ctRight h2 {
	margin: 0 0 17px 0;
	padding: 5px 10px 3px 10px;
	background: #846c48;
	color: #FFFFFF;
	font-size: 113%;
}

div#ctRight h1 span.leftTile,
div#ctRight h2 span.leftTile {
	float: left;
	width: 300px;
}

div#ctRight h1 span.rightData,
div#ctRight h2 span.rightData {
	float: right;
	width: 120px;
	text-align: right;
}

div#ctRight h1 span.leftTile a:link,
div#ctRight h2 span.leftTile a:link {
	color: #ffffff;
	text-decoration: underline;
}
div#ctRight h1 span.leftTile a:visited,
div#ctRight h2 span.leftTile a:visited {
	color: #ffffff;
	text-decoration: underline;
}
div#ctRight h1 span.leftTile a:hover,
div#ctRight h2 span.leftTile a:hover {
	color: #ffffff;
	text-decoration: none;
}
div#ctRight h2 span.leftTile a:active {
	color: #ffffff;
	text-decoration: none;
}

div#ctRight .archive_title {
	margin: 0 0 10px 0;
	font-size: 113%;
	font-weight: bold;
	color: #917b66;
}


/* 記事 ------------------------------ */

div#ctRight p {
	margin: 0 0 10px 0;
}

div.ctEntry {
	margin: 0 0 30px 0;
}

.pagetop {
	margin: 10px 0 0 0;
	text-align: right;
}

/* イメージ ------------------------------ */

div#ctRight img {
	margin: 0 0 17px 0;
}

/* calendar ------------------------------ */

div.calendar {
	margin: 0 0 15px 0;
	padding: 0 0 20px 0;
	background: url(../img/line01.gif) repeat-x left bottom;
}

div.calendar caption {
	font-weight: bold;
}

div.calendar p {
	text-align: center;
	color: #917b66;
	font-weight: bold;
}

div.calendar table {
	width: 156px;
	color: #917b66;
}

div.calendar table tr th {
	font-weight: bold;
	text-align: center;
}

div.calendar table tr td {
	text-align: center;
}

div.calendar table tr td a {
	display: block;
	padding: 0 0 0 0;
}

div.calendar table tr td a:link {
	color: #917b66;
	text-decoration: none;
	background: #e4ded9;
}
div.calendar table tr td a:visited {
	color: #917b66;
	text-decoration: none;
	background: #e4ded9;
}
div.calendar table tr td a:hover {
	color: #ffffff;
	text-decoration: none;
	background: #917b66;
}
div.calendar table tr td a:active {
	color: #ffffff;
	text-decoration: none;
	background: #917b66;
}

/* category ------------------------------ */
div.category {
	margin: 0 0 15px 0;
	padding: 0 0 20px 0;
	background: url(../img/line01.gif) repeat-x left bottom;
}


/* archiveList ------------------------------ */

.archiveList {
	font-size: 113%;
}


/* entryList ------------------------------ */

.entryList {
	margin: 0;
}

.entryList li {
	margin: 0 0 8px 0;
}

.entryList li span {
	font-size: 83%;
}


