@charset "utf-8";
/* content="charset=UTF-8" */

/* main
==================================================================================== */
#main {
	width: 950px;
}
#main h2 {
	border-bottom: 1px solid #DFDFDF;
	color: #1664EA;
	font-size: 125%;
	font-weight: bold;
	margin: 0 0 10px;
	padding: 0 0 3px;
}
#topTitle {
	position: relative;
	margin-top:15px;
}
#topTitle p.notice {
	position: absolute;
	left: 360px;
	top: 15px;
}
.tab {
	padding-bottom:20px;
}
.tab ul {
	background: url(../../img/bg_tab.gif) repeat-x bottom;
}
.tab li {
	float: left;
	font-size: 12px;
	font-weight: bold;
	border: 1px solid #DFDFDF;
	border-bottom: none;
	margin-top: 5px;
	margin-right: 3px;
	text-align: center;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	border-radius: 6px 6px 0px 0px;
	behavior: url(../../../../../../../contents/press/service/ltr/common/css/PIE.htc);
}
.tab li.active {
	margin-top: 0;
}
.tab li a,.tab li span {
	text-decoration: none;
	color: #275196;
	display: block;
	padding: 5px 13px 6px;
	outline: none;
	background: #DFDFDF url(../../img/bg_tab_btn_off.gif) repeat-x bottom;
}
.tab li.active a,.tab li.active span {
	padding-top: 8px;
	padding-bottom: 8px;
	background: #fff url(../../img/bg_tab_btn_on.gif) repeat-x top;
}
.area {
	display: none;
}
.anchor_box {
	width: 950px;
	/*height: 200px;*/
	margin-bottom: 25px;
	border-bottom: #999 1px solid;
}
.anchor {
	margin: 15px 0 0;
	/*padding: 0 0 10px;*/
	/*height: 130px;*/
}
.anchor ul {
	list-style: none outside none;
	display: block;
}
.anchor li {
	border-right: 1px dotted #CCCCCC;
	float: left;
	margin: 0 5px 10px 0;
	width: 214px;
}
.anchor .li02 {
	border-right: 1px dotted #CCCCCC;
	float: left;
	margin: 0 5px 10px 0;
	width: 214px;
	height: 40px;
}
.anchor2 {
	margin: 5px 0 10px;
	height: 30px;
}
.anchor2_2 {
	margin: 10px 0;
	height: 30px;
	border-top: 1px solid #999999;
	padding-top: 15px;
}
.anchor2l {
	float: left;
	margin: 10px 0;
}
.anchor2r {
	float: right;
	background: #DBE6FD;
	padding: 5px;
}
.itemlist ul {
	margin-bottom: 23px;
}
.itemlist li {
	float: left;
	padding-right: 10px;
	width: 146px;
}
.itemlist li a img {
	border: 1px solid #CCCCCC;
}
.itemlist li.noBorder a img {
	border: none;
}
.col2 .inner {
	width: 455px;
}
.fs10 {
	font-size: 83%;
}


/* ------  clearfix -------- */


.clearfix:after,.col:after,.col1-2:after,.box:after,.section:after{
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}
.clearfix,.col,.col1-2,.box,.section{
	display: inline-block;
	min-height: 1%;
	/* escape MacIE5 \*/
	display: block;
	/* escape MacIE5 */ 
}
/* escape MacIE5 \*/
* html .clearfix,* html .col,* html .col1-2,* html .box,* html .section{
	height: 1%;
}
/* escape MacIE5 */

