/**
 * =========================================
 * News Class lib
 * =========================================
 */
 
div#subArea ul li span {
	display: block;
	border-top: 2px solid #1f5fa8;
	color: #000000;
}

div#subArea ul li .submenu{
	margin:0;
	padding:1px 0 0 0;
	background:url(/common/img/border_blue_sidenav.gif) repeat-x 0 0;
}

div#subArea ul ul li span a,
div#subArea ul ul li span a:link,
div#subArea ul ul li span a:visited {
	padding: 6px 0 6px 22px;
	background: url(/company/common/img/ico_arrow_small.png) -10px 0.6em no-repeat;
}

div#subArea ul ul ul{
	/*
	border-bottom: 1px dotted #1f5fa8;
	border-top: 1px dotted #1f5fa8;
	*/
	background:url(/common/img/border_blue_sidenav.gif) repeat-x 0 100%;
	margin:0;
	padding:0 0 0 15px;
}
div#subArea ul ul ul,
div#subArea ul ul ul li {
	width: 185px;
}

div#subArea .inputText {
	border: 1px solid #b9c7db;
	width:130px;
	background:#e6ecf2;
	padding:2px;
}

div#subArea form{
	padding:5px 0 5px 10px;
}

div#subArea .search_btn{
background:#1f5fa8;
padding:2px;
color:#FFFFFF;
border:none;
margin-left:1px;
}


div#subArea .keywordBox a:link,
div#subArea .keywordBox a:visited{
	color:#000000;
	text-decoration:none;
}
div#subArea .keywordBox a:hover{
	color:#000000;
	text-decoration:underline;
}



div#mainArea div#contentsFrame h3 span.subttl{
	font-size:77%;
	color:#1f5fa8;
	display:block;
}

div#mainArea div#contentsFrame .contentIn{
	padding:0px 40px;
	line-height:1.5;
}

div#mainArea div#contentsFrame .contentIn h4{
	background:#e7ecf2;
	padding:5px;
	font-weight:bold;
	font-size:100%;
	margin-bottom:1px;
}

div#mainArea div#contentsFrame .contentIn .detail_point{
	color:#1f5fa8;
	margin-bottom:20px;
	margin-top:20px;
}


div#mainArea div#contentsFrame a:visited {
	color: #0b3361;
}


div#mainArea div#contentsFrame .monthTable{
	width:100%;
	margin-bottom:16px;
	border-collapse:collapse;
}
div#mainArea div#contentsFrame .monthTable td{
	width:8%;
	padding:5px;
	text-align:center;
	border:1px solid #e7ecf2;
}
div#mainArea div#contentsFrame .monthTable td a:link,
div#mainArea div#contentsFrame .monthTable td a:visited{
	color:#1e1e1e;
	text-decoration:none;
}
div#mainArea div#contentsFrame .monthTable td a:hover{
	text-decoration:underline;
}



div#mainArea div#contentsFrame .newsTable{
	width:100%;
	margin-bottom:20px;
}
div#mainArea div#contentsFrame .newsTable th,
div#mainArea div#contentsFrame .newsTable td{
	padding:7px 0px;
	background:url(/company/news/img/line_dotted_darkblue.gif) left bottom repeat-x;
	text-align:left;
	font-weight:normal;
	vertical-align:middle;
	line-height:1.2;
	font-size:90%;
	height:45px;
}
div#mainArea div#contentsFrame .newsTable th{
	width:10em;
	color:#6f7b8d;
}
div#mainArea div#contentsFrame .newsTable th span{
	padding-right:11px;
	background:url(/company/news/img/line_dotted_darkblue_side.gif) right top repeat-y;
}
div#mainArea div#contentsFrame .newsTable td.icon_cate{
	width:100px;
	text-align:center;
}
div#mainArea div#contentsFrame .newsTable td.icon_cate img{
	margin:1px 0px;
}
div#mainArea div#contentsFrame .newsTable td span{
	padding-left:11px;
	background:url(/company/news/img/line_dotted_darkblue_side.gif) left top repeat-y;
	display:inline-block;
}
div#mainArea div#contentsFrame .newsTable td a{
	color:#303030;
	padding: 6px 0 7px 10px;
	background: url(/common/img/sidenav/ico_arrow_small.png) -20px 0.5em no-repeat;
	display:inline-block;
}
div#mainArea div#contentsFrame .newsTable td a:link,
div#mainArea div#contentsFrame .newsTable td a:visited{
	text-decoration:none;
}
div#mainArea div#contentsFrame .newsTable td a:hover{
	text-decoration:underline;
}


