@charset "utf-8";

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

	Last Updated: Jan 13, 2010
	Edited by Kazuya Ono/COLONY+iNTERACTIVE INC.
	
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
*/


/* ============================================================
01: common layout
============================================================ */
ul.lNav {
	width: 200px;
	float: right;
}
div.main {
	width: 760px;
	float: left;
}
/* ---------- common ---------- */
ul.lNav li {
	height: 17px;
	margin-bottom: 13px;
}
body#index ul.headline li p.date,
body#index ul.headline li p.title,
body#index ul.headline li p.category,
body#category dl.headline dt,
body#category dl.headline dd {
	font-size: 1.2em;
	line-height: 1.3;
}
body#index ul.headline li p.title a,
body#index ul.headline li p.title a:visited,
body#category dl.headline dd a,
body#category dl.headline dd a:visited {
	color: #fff;
}
body#index ul.headline li p.title a:hover,
body#category dl.headline dd a:hover {
	color: #ff0;
}


/* ============================================================
02: body#index
============================================================ */
body#index h3 {
	margin-bottom: 30px;
}
body#index ul.headline {
	margin-bottom: 50px;
}
body#index ul.bEnd {
	margin-bottom: 0;
}
body#index ul.headline li {
	width: 100%;
	padding: 5px 0 7px 0;
	background: url(../images/bdr_dot_333.gif) left bottom repeat-x;
	overflow: hidden;
}
body#index ul.headline li p.date,
body#index ul.headline li p.title,
body#index ul.headline li p.category {
	float: left;
}
body#index ul.headline li p.date {
	width: 130px;
	padding: 5px 10px 0 0;
}
body#index ul.headline li p.title {
	width: 500px;
	padding: 5px 20px 0 0;
}
body#index ul.headline li p.title a:hover {
	color: #ff0;
}
body#index ul.headline li p.category {
	width: 100px;
}


/* ============================================================
03: common  body#category / body#detail
============================================================ */
/* ---------- div.subHeader ---------- */
body#category div.subHeader,
body#detail div.subHeader {
	width: 100%;
	margin-bottom: 30px;
	overflow: hidden;
}
body#category div.subHeader h3,
body#detail div.subHeader h3 {
	width: 380px;
	float: left;	
}
body#category div.subHeader ul,
body#detail div.subHeader ul {
	width: 376px;
	float: right;
}
body#category div.subHeader ul li,
body#detail div.subHeader ul li {
	line-height: 0;
	width: 185px;
	height: 25px;
	float: left;
	padding-right: 3px;
}


/* ============================================================
04: body#category
============================================================ */
body#category dl.headline {
	position: relative;
}
body#category dl.headline dt,
body#category dl.headline dd {
	padding: 10px 0 10px 0;
}
body#category dl.headline dt {
	width: 130px;
	position: absolute;
	left: 0;
}
body#category dl.headline dd {
	width: 620px;
	padding-left: 140px;
	background: url(../images/bdr_dot_333.gif) left bottom repeat-x;
}


/* ============================================================
04: body#detail
============================================================ */
body#detail div.subHeader {
	padding-bottom: 30px;
	background: url(../images/bdr_dot_333.gif) left bottom repeat-x;
}
body#detail h4 {
	font-size: 2.5em;
	font-weight: normal;
	margin-bottom: 20px;
}
body#detail p.date {
	margin-bottom: 20px;
}
body#detail div.article {
	padding-bottom: 30px;
	margin-bottom: 30px;
	background: url(../images/bdr_dot_333.gif) left bottom repeat-x;
}
body#detail div.article p {
	margin-bottom: 1em;
}
body#detail p.backBtn {
	text-align: right;
}