@charset "utf-8";

h1.hdg-level1-01{
	margin-bottom:10px;
}
.txt-main{
	font-size:160%;
	line-height:1.5;
}


/* ===========================================
   about-box
==============================================*/
.news-box{
	margin-top:25px;
}

.news-box .moredetails{
	margin-top:10px;
	padding-top:10px;
	border-top:solid 1px #ccc;
}
.news-box .news-left .tbl-news-01{
	border-bottom:solid 1px #ccc;
}
.news-box .news-left .moredetails{
	padding-top:0;
	border-top:none;
}
.news-box .moredetails a{
	padding-left:15px;
	background:url("/common/images/icon/icon_arrowright_01.gif") no-repeat 5px 0.3em;
}
.news-left{
	float:left;
	display:inline;
	width:450px;
}
.news-left .news-left-inner .column{
	float:left;
	display:inline;
	margin-left:15px;
	width:202px;
}

.news-right{
	float:right;
	display:inline;
	width:246px;
}
.news-right .news-right-inner p{
	margin-left:15px;
}
.news-box-left{
	float:left;
	display:inline;
	padding:10px 0;
	width:353px;
	border:1px solid #999;
	-webkit-border-radius:7px;
	border-radius:7px;
	behavior:url("/common/js/PIE.htc");
}
.news-box-right{
	float:right;
	display:inline;
	padding:10px 0;
	width:353px;
	border:1px solid #999;
	-webkit-border-radius:7px;
	border-radius:7px;
	behavior:url("/common/js/PIE.htc");
}
.news-box-left dl,.news-box-right dl{
	margin:0 10px;
	min-height:90px;
	height:auto !important;
	height:90px;
}
.news-box-left dt,.news-box-right dt{
	margin-bottom:10px;
	font-size:134%;
	font-weight:bold;
	border-bottom:solid 1px #999;
}
.news-box-right h3{
	margin-bottom:10px;
	font-size:134%;
}




/* ===========================================
   data-box
==============================================*/
.data-box{
	margin-top:25px;
}
.data-box .fks-datalist {
    font-size: 90%;
    margin-top: 20px;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}
.data-box .fks-datalist th, .data-box .fks-datalist td {
    border: 1px solid #CCCCCC;
    line-height: 1.6;
}
.data-box .fks-datalist th {
    background: none repeat scroll 0 0 #E9E9E9;
    text-align: center;
    vertical-align: middle;
    width: 104px;
}
.data-box .fks-datalist td {
    padding: 5px 0 5px 10px;
}
.data-box .fks-datalist td p {
    margin: 0;
}
.data-box .fks-datalist td p.indent {
    padding: 0 0 0 18px;
}
