@charset "utf-8";

/* #gnavi */
#header .globalNavi ul li#gn4 a,
#header .globalNavi ul li#gn4 a:hover{
	background-position: 0 -90px;
}

#contentsWrap {
	width: 970px;
	overflow:hidden;
	background: none;
}

#contentsWrap #mainContainer{
	float: none;
	width: 970px;
	padding:5px 5px 0 5px;
}



/* 	ServiceTop layout                                    
---------------------------------------------------------- */
.heading01 {
}	
.section {
	width: 950px;
	padding-left: 10px;
}

.anchorLink01 {
	width: 950px;
	padding: 0px 0 20px;
	}

.anchorLink01 ul {
	width: 950px;
}

.anchorLink01 li {
	font-weight:bold;

	float: left;
	padding: 0 20px 0 25px !important;
	margin-left: -10px;
	margin-bottom: 10px;
	border-left: solid 1px #CCCCCC;
	line-height: 1.2;
	background: url(../../images/icon_ar2.gif) no-repeat 10px center !important;
}

.anchorLink01 li a{
	font-weight:normal;
}

/* 	newsTab layout                                    
---------------------------------------------------------- */
.newsTab{
	overflow:hidden;
	width:940px;
	padding-left:10px;
	/*height:44px;*/
	margin-bottom: 20px;
	/*background:url(../../../cms/images/tab_bg.jpg) left top repeat-x;*/
	border-bottom: 1px #E8E8E8 solid;
	}
	
.newsTab li{
	float:left;
	width:182px;
	}

/* 	newsBlock layout                                    
---------------------------------------------------------- */
.newsBlock {
	overflow: hidden;
	clear: both;
	width: 950px;
}

.newsBlock dl{
	padding-left:10px;
	
}

.newsBlock dt{
	white-space: nowrap;
}

.newsBlock dd {
	width: 800px;
	padding-left:130px;
	border-bottom:1px dotted #CCC;
	margin-top:-1.6em;
	margin-bottom:10px;
	padding-bottom:5px;
	
}

.newsBlock dd img {
	margin:4px 0 0 3px;
	_margin:1px 0 0 3px;
}

*:first-child+html .newsBlock dd img{ 
	margin:0 0 0 3px;
}



/**/
.newsBlock_detail p{
	line-height:1.6;
	padding-left:10px;
	font-size:105%;
	
	}
.groupBlock ul{
	padding:7px 0px 7px 0px;
	font-size:110%;
	border:solid 1px #CCC;
	font-weight:bold;
	background-color:#F5EBED;
	margin-top:30px;
	}

.groupBlock ul .txtLink{
	background:url(../../images/icon_ar2.gif) 15px center no-repeat;
	padding:1px 10px 1px 30px;
	}

.groupBlock li span{
	font-weight:normal;
	font-size:90%;
	}
	

/* 	newsBlockBtn layout                                    
---------------------------------------------------------- */
.newsBlockBtn {
	background: #FFFFFF;
	background-image: -webkit-linear-gradient(top, #FFF, #BFBFBF);
	background-image: -moz-linear-gradient(top, #FFF, #BFBFBF);
	background-image: -ms-linear-gradient(top, #FFF, #BFBFBF);
	background-image: -o-linear-gradient(top, #FFF, #BFBFBF);
	background-image: linear-gradient(to bottom, #FFF, #BFBFBF);
	color: #333333;
	font-size: 15px;
	padding: 6px 1px;
	border: solid #bfc4c4 1px;
	text-decoration: none;
	text-align: center;
	/*font-weight: bold;*/
	cursor: pointer;
	border-bottom: 5px solid #D6D6D6;
}

.newsBlockBtn:hover {
	/*background: #FFFFFF;
	background-image: -webkit-linear-gradient(top, #FFFFFF, #960021);
	background-image: -moz-linear-gradient(top, #FFFFFF, #960021);
	background-image: -ms-linear-gradient(top, #FFFFFF, #960021);
	background-image: -o-linear-gradient(top, #FFFFFF, #960021);
	background-image: linear-gradient(to bottom, #FFFFFF, #960021);*/
	background: #FFFFFF;
	background-image: -webkit-linear-gradient(top, #E5E5E5, #FFF);
	background-image: -moz-linear-gradient(top, #E5E5E5, #FFF);
	background-image: -ms-linear-gradient(top, #E5E5E5, #FFF);
	background-image: -o-linear-gradient(top, #E5E5E5, #FFF);
	background-image: linear-gradient(to bottom, #E5E5E5, #FFF);
	text-decoration: none;
	color: #333;
	opacity: 0.8;
	font-weight: bold;
}

.active {
	background: #FFFFFF;
	background-image: -webkit-linear-gradient(top, #FFF, #595959);
	background-image: -moz-linear-gradient(top, #FFF, #595959);
	background-image: -ms-linear-gradient(top, #FFF, #595959);
	background-image: -o-linear-gradient(top, #FFF, #595959);
	background-image: linear-gradient(to bottom, #FFF, #595959);
	text-decoration: none;
	border-bottom: 5px solid #960021;
	color: #FFF;
	font-weight: bold;
}




