@charset "UTF-8";

/* ************************************************************

Title: default.css
Since: 2009-08-05
Last Modified: 2009-09-09

************************************************************ */

#news #contentsContainer .mainContents .contents h1 {
	padding-top: 11px;
}
#news #contentsContainer .mainContents .contents.index h1 {
	height: auto;
	padding-top: 9px;
}
#news #contentsContainer .mainContents .contents h2 {
	margin-bottom: 30px;
	padding: 0 5px 6px 5px;
	font-size: 200%;
	line-height: 140%;
	background: none;
}
#news #contentsContainer .mainContents .contents h2 span {
	font-family: Arial;
	padding-right: 1em;
}
#news #contentsContainer .mainContents .contents.index h2 {
	margin-top: 15px;
	margin-bottom: 0px;
	padding: 0 2px 15px 2px;
	border-bottom: solid 1px #e6e6e6;
}

/***** index news list *****/
#news #contentsContainer .index dl#newsList {
	width: 650px;
	font-size: 120%;
	line-height: 150%;
}
#news #contentsContainer .index dl#newsList dt {
	float: left;
	width: 7.0em;
	_width: 8.0em;
	margin-right: -10px;
	padding: 20px 0;
	clear: both;
	font-weight: bold;
	font-family: Arial;
	text-indent: 5px;
	border-top: 1px solid #f7f7f7;
}
#news #contentsContainer .index dl#newsList dt.fisrt-child {
	border-top: none;
}
#news #contentsContainer .index dl#newsList dd:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
#news #contentsContainer .index dl#newsList dd {
	width: auto;
	padding: 20px 0;
	border-top: 1px solid #f7f7f7;
}
#news #contentsContainer .index dl#newsList dd {display: inline-table;}
/* Hides from IE-mac \*/
* html #news #contentsContainer .index dl#newsList dd {height: 1%;}
#news #contentsContainer .index dl#newsList dd {display: block;}
/* End hide from IE-mac */

#news #contentsContainer .index dl#newsList dd.fisrt-child {
	border-top: none;
}
#news #contentsContainer .index dl#newsList dd h3 {
	font-size: 100%;
	line-height: 150%;
	margin: 0 160px 14px 7.0em;
	_margin-left: 0em; /* for IE6 */
}
#news #contentsContainer .index dl#newsList dd p {
	margin: 0 160px 14px 7.0em;
	_margin-left: 0em; /* for IE6 */
}
#news #contentsContainer .index dl#newsList dd p.more {
	margin-bottom: 0;
	text-align: right;
}
#news #contentsContainer .index dl#newsList dd p.more a {
	padding: 1px 0 1px 8px;
	background: url(../../images/link_bullet_sc.gif) no-repeat left center;
}
#news #contentsContainer .index dl#newsList dd img {
	float: right;
}
#news #contentsContainer .index .newsMonthlyNavi {
	border-top: solid 1px #e6e6e6;
}
#news #contentsContainer .index .newsMonthlyNavi ul {
	margin-top: 5px;
	font-size: 120%;
	font-family: Arial;
}
#news #contentsContainer .index .newsMonthlyNavi ul li.prev {
	float: left;
}
#news #contentsContainer .index .newsMonthlyNavi ul li.prev a {
	padding: 1px 0 1px 14px;
	background: url(../../../news/images/link_bullet_prev.gif) no-repeat left center;
}
#news #contentsContainer .index .newsMonthlyNavi ul li.next {
	float: right;
}
#news #contentsContainer .index .newsMonthlyNavi ul li.next a {
	padding: 1px 14px 1px 0;
	background: url(../../../news/images/link_bullet_next.gif) no-repeat right center;
}


/***** news details *****/
#news #contentsContainer #newsDetails {
	font-size: 120%;
	line-height: 150%;
	/*color: #000000;*/
}
#news #contentsContainer #newsDetails .newsDetailsHead {
	margin-bottom: 20px;
}
#news #contentsContainer #newsDetails .newsDetailsBody{
}
#news #contentsContainer #newsDetails .newsDetailsBody img{
	float: right;
	margin: 0 0 0 40px;
	border: solid 1px #b4b4b4;
}
#news #contentsContainer .newsIndexNavi {
	width: 650px;
	margin-top: 10px;
}
#news #contentsContainer .newsIndexNavi a {
	float: right;
	display: block;
	overflow: hidden;
	width: 148px;
	height: 27px;
	text-indent: -9999px;
	background: url(../../../news/images/button_index.gif) no-repeat 0px 0px;
}
#news #contentsContainer .newsIndexNavi a:hover {
	background-position: 0px -30px;
}
