@charset "utf-8";

/*
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

	Last Updated: Oct 16, 2009
	Edited by Kazuya Ono/COLONY+iNTERACTIVE INC.

	01: INDEX
	02: DETAIL
	03: ARCHIVE

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
*/


/* ============================================================
01: INDEX
============================================================ */
/* ---------- layout ---------- */
body#index div.newest {
	width: 745px;
	margin-bottom: 40px;
	overflow: hidden;
}
body#index div.new {
	width: 160px;
	margin-right: 35px;
	float: left;
}
body#index div.last {
	margin-right: 0;
}
/* ---------- thumb ---------- */
body#index p.thumb {
	width: 160px;
	height: 160px;
}
body#index p.thumb a {
	width: 130px;
	height: 130px;
	padding: 15px;
	display: block;
}
body#index div.newest p.thumb {
	margin-right: 15px;
	float: left;
}
body#index div.newest p.thumb a {
	background: #000;
}
body#index div.newest p.thumb a:hover {
	background: #333;
}
body#index div.new p.thumb {
	margin-bottom: 20px;
}
body#index div.new p.thumb a {
	background: #e6e6e6;
}
body#index div.new p.thumb a:hover {
	background: #CCC;
}
/* ---------- summary ---------- */
body#index div.newest div.summary {
	padding-top: 18px;
}
body#index p.update {
	color: #666;
	font-size: 93%;
	margin-bottom: 12px;
}
body#index h3 {
	line-height: 1.3;
	font-weight: bold;
	margin-bottom: 15px;
}
body#index div.newest h3 {
	font-size: 130%;
	margin: 0 0 7px 0;
}

body#index div.newest .topsy_widget_data {
	font-size: 130%;
	margin: 0 0 15px 0;
}

body#index div.new h3 {
	font-size: 93%;
}
body#index p.caption {
	font-size: 93%;
}


/* ============================================================
02: DETAIL
============================================================ */
/* ---------- layout ---------- */
body#detail div.imageArea {
	width: 182px;
	float: left;
}
body#detail div.summary {
	width: 530px;
	float: right;
}
/* ---------- imageArea ---------- */
body#detail div.imageArea p {
	margin-bottom: 20px;
}
body#detail div.imageArea p img {
	border: #e6e6e6 1px solid;
}
/* ---------- summary ---------- */
body#detail p.update {
	color: #666;
	font-size: 93%;
	margin-bottom: 15px;
}
body#detail h3 {
	font-size: 123.1%;
	font-weight: bold;
	margin-bottom: 7px;
}

body#detail .topsy_widget_data {
	margin-bottom: 30px;
}

body#detail div.caption {
	font-size: 93%;
	margin-bottom: 30px;
}
body#detail div.caption p,
body#detail div.caption dl {
	margin-bottom: 1em;
}
body#detail div.caption a,
body#detail div.caption a:visited {
	text-decoration: underline;
}
body#detail div.caption a:hover {
	text-decoration: none;
}
body#detail div.itemList {
	font-size: 93%;
	padding-top: 30px;
	margin-bottom: 30px;
	border-top: #ccc 1px solid;
}
body#detail div.itemList h4 {
	margin-bottom: 20px;
}
body#detail div.itemList dl {
	margin-bottom: 15px;
}
body#detail div.itemList dl dt {
	font-weight: bold;
}
body#detail p.link {
	font-size: 93%;
	padding: 10px 20px;
	background: #e6e6e6;
}
body#detail p.link a,
body#detail p.link a:visited {
	color: #c00;
}
body#detail p.link a:hover {
	text-decoration: underline;
}
/* ---------- pagenation ---------- */
div.pagenation {
	float: left;
	width: 100%;
	padding-top: 20px;
	margin-top: 40px;
	border-top: #ccc 1px solid;
}
div.pagenation table {
	width: 100%;
}
div.pagenation table tr td.prev {
	width: 30%;
}
div.pagenation table tr td.top {
	text-align: center;
	width: 40%;
}
div.pagenation table tr td.next {
	text-align: right;
	width: 30%;
}


/* ============================================================
03: ARCHIVE
============================================================ */
hr.uniform {
	color: #fff; /* for IE6 */
	clear: both;
	padding-bottom: 20px;
}
