/* ヘッダー */
#header {
	height: 120px;
	background: fff;
	text-align: center;
}

h1 {
	margin: 0px;
	text-align: center;
}

#header img {
	margin: 0px 0px 0px 0px;
}

#breadcrumbs {
	clear: both;
	margin: 5px 0px 0px 0px;
	height: 10px;
	color: #676;
	font-size: 10px;
}

/* コンテンツ */

#contents {
	clear: both;
	float: left;
	width: 539px;
	margin: 20px 0px 0px 0px;
	background: #fff;
	border-right: 1px #363 solid;
}

h2 {
	margin: 10px 10px 20px 0px;
	border-bottom: 1px #990 solid;
	padding: 0px 0px 5px 2px;
	background: url(onepoint.gif) right bottom no-repeat;
	font-size: 20px;
	font-weight: bold;
}

.h2eng {
	font-size: 18px;
	font-weight: normal;
}

h3 {
	clear: both;
	margin: 30px 10px 10px 20px;
	border-left: 3px #cc0 double;
	padding: 2px 0px 2px 5px;
	font-size: 18px;
	font-weight: bold;
}

.h3eng {
	font-size: 16px;
	font-weight: normal;
}

h4 {
	clear: both;
	margin: 30px 10px 10px 20px;
	border-bottom: 1px #cc0 dotted;
	padding: 2px 0px 2px 5px;
	font-size: 16px;
	font-weight: bold;
}

#contents p {
	margin: 0px 20px 1em 20px;
	font-size: 14px;
	line-height: 150%;
	text-align		: justify;
	text-justify	: distribute;
}

#contents p.contents-desc {
	padding: 5px 10px 5px 10px;
	background: #efe;
	font-weight: bold;
}

#contents img.left-fig {
	float: left;
	margin: 0px 10px 5px 20px;
}

#contents img.right-fig {
	float: right;
	margin: 0px 20px 5px 10px;
}

#contents div.fig-list {
	float: left;
	margin: 0px 0px 5px 20px;
	text-align: center;
	font-size: 12px;
	line-height: 150%;
}

#contents p.gototop {
	clear: both;
	text-align: right;
	font-size: 10px;
}

#contents ul {
	margin: 5px 10px 10px 20px;
	padding: 0px;
}

#contents ul li {
	margin: 0px 0px 7px 20px;
	padding: 0px;
	font-size: 14px;
	line-height: 150%;
}

#contents ul.point-list {
	margin: 5px 10px 10px 20px;
	padding: 0px;
	list-style: none;
}

#contents ul.point-list li {
	margin: 0px 0px 7px 20px;
	padding: 0px;
	list-style-image: url(../common/list-image.jpg);
	font-size: 14px;
	line-height: 150%;
}

#contents ul.em-list {
	margin: 5px 10px 10px 20px;
	padding: 0px;
	list-style: none;
}

#contents ul.em-list li {
	margin: 0px 0px 7px 20px;
	padding: 0px;
	list-style-image: url(../common/list-image.jpg);
	font-size: 14px;
	line-height: 120%;
	font-weight: bold;
}

#contents ol {
	margin: 5px 10px 10px 20px;
	padding: 0px;
}

#contents ol li {
	margin: 0px 0px 7px 20px;
	padding: 0px;
	font-size: 14px;
	line-height: 150%;
}

#contents p.sign {
	text-align: right;
	font-size: 18px;
}

.coffee-break {
	clear: both;
	margin: 30px 20px 5px 20px;
	border: 3px #990 dotted;
	background: #eee9ee;
}

.coffee-break h3 {
	margin: 10px 10px 20px 10px;
	padding: 2px 0px 2px 0px;
	border: 0px none;
	border-bottom: 3px #696 double;
	text-align: center;
	color: #330;
	font-size: 16px;
	font-weight: bold;
}

table.list-table {
	margin: 20px 20px 20px 20px;
	padding: 0px;
	border: 0px none;
	border-top: 1px #333 solid;
	border-bottom: 1px #333 solid;
}

table.list-table th {
	border-bottom: 1px #666 dotted;
	padding: 5px 10px;
	background: #eee;
	text-align: left;
	font-size: 14px;
	font-weight: bold;
	line-height: 150%;
}

table.list-table td {
	border-bottom: 1px #666 dotted;
	padding: 5px 10px;
	text-align: left;
	font-size: 14px;
	line-height: 150%;
}

table.list-table td.cell-date{
	text-align: right;
}

div.lead {
	border-top: 1px #999 solid;
	border-bottom: 1px #999 solid;
	background: #eee;
	margin: 10px 20px 10px 20px;
}

div.lead h3{
	border: 0px none;
	margin: 10px;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
}

div.lead p{
	font-weight: bold;
}

#contents p.interview-date {
	text-align: right;
	font-size: 12px;
}

#contents p.flash-date {
	text-align: right;
	font-size: 12px;
}

#contents p.editor {
	text-align: right;
	font-size: 12px;
	font-weight: bold;
}

/* コンテンツメニュー */
#contents-menu {
	float: left;
	width: 200px;
	margin: 20px 0px 0px 0px;
	background: #eee9ee;
}

#contents-menu ul {
	list-style: none;
	margin: 40px 0px 20px 5px;
	padding: 0px;
}

#contents-menu ul li {
	margin: 0px 0px 10px 1px;
	padding: 0px;
	border-left: #393 2px solid;
	font-size: 12px;
}

#contents-menu ul li a {
	display: block;
	margin: 1px 0px 1px 3px;
	padding: 0px;
}


#contents-menu ul ul {
	margin: 10px 0px 0px 5px;
}

#contents-menu ul ul li {
	border: 0px none;
}
