@charset "utf-8";


/*---------- top---------- */
#topMenu{
margin:15px 0;
padding:0;
}

.topMenuCont{
float:left;
}

.topMenuCont2{
float:left;
margin:0 0 0 15px;
}

#topMenuBTN{
background:#E9E8DF;
padding:10px;
}


.topmenuBTN01{
float:left;
padding:0 8px 0 0;
}

.topmenuBTN02{
float:right;
margin:0 0 10px 0;
}

.topmenuSearch{
margin:6px 0 0 0;
}

/*---------- news---------- */
#topnews{
margin:20px 0 0 0 ;
	border: 1px solid #CDCDCD;
}

#topnewsTit{
	height:32px;
	background-color: #F3F3F3;
	background-image: url(../images/tmi_news.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent:-9999px;
}

table.topnewsConts{
border-collapse:collapse;
margin:15px;
font-size:100%;
}

table.topnewsConts th{
	width:80px;
	color:#119CC5;
	line-height:150%;
	text-align: left;
	vertical-align: top;
	padding:0 0 10px 0;
	font-weight:normal;
}

table.topnewsConts td{
width:570px;

color:#404040;
line-height:150%;
padding:0 0 10px 0;
}



