@charset "utf-8";
/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/*       Copyright 2011  MSK FARM MACHINERY CORPORATION.  */
/*       file-name : topics.css   */
/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */


/* ******************************************************
     TOPICS
****************************************************** */
#imageArea_title {
    display: block; 
	width: 650px;
    height: auto;
	margin: 0 0 15px 0;
}
#imageArea_title img {
    display: block;
}

#topicsArea {
    width: 640px; 
	margin: 0 5px 50px;
}

#topicsArea h4 { 
	height: 25px;
	margin-bottom: 10px;
	padding: 5px 15px 0;
	font-size: 14px;
	line-height: 1em;
	color: #000;
	background: url(../images/h4Bg_r.gif) 0 0 no-repeat;	
}


/*  LIST-TYPE   */
#topicsArea dl.news {
	width: 100%;
	margin: 20px 0;
	line-height: 1.4em;
}
#topicsArea dl.news dt {
	width: 90px;
	margin-bottom: -1.4em;
	padding-left: 15px;
	color: #555; 
	background: url(../images/icon_path.gif) left center no-repeat;	
}
#topicsArea dl.news dd {
	margin: 0 0 10px 100px;
	padding: 0 5px 10px 0;
	border-bottom:1px #ddd dotted;
}
#topicsArea dl.news dd.end {
	border-bottom: 0px #ddd dotted;
}
#content_area dl.news  dd a { 
	padding-top: 2px;
	color: #f00; 
}
#topicsArea dl.news  dd a:hover { 
	color: #f00; 
	text-decoration: underline; 
}


/* LEFT SUB NAVI
--------------------------------------------------- */
#leftNavArea_topics {
	float: left;
	width: 250px; 
	height: auto;
	margin: 0 20px 15px 0; 
	padding: 0;
}
#leftNavArea_topics h4 {
	width: 250px; 
	height: 38px;
	margin: 0 ;
	background: url(../../topics/images/leftnavi_topTopics.gif) 0 0 no-repeat;
	text-indent: -9999px;
}

#leftNavArea_topics ul#lNav {
 	height: auto;
}
#leftNavArea_topics ul#lNav li {
	float: left;
	display: block;
	width: 250px; 
	height: 54px;
	line-height: 120%;
}
#leftNavArea_topics ul#lNav li a {
    display: block; 
    position: relative; /* IE6 */
	width: 190px; 
	height: 34px;
	padding: 20px 0 0 60px;
	color: #333;
    font-weight: bold;
	letter-spacing: 0.5px;
	text-decoration: none;
}
#leftNavArea_topics ul#lNav li a:hover {
    color: #f00;
	text-decoration: none;
}
#leftNavArea_topics ul#lNav li.arrow { background: url(../images/lNav_liBg_arrow.gif) 0 0 no-repeat;}
#leftNavArea_topics ul#lNav li.end { background: url(../images/lNav_liBg_arrow_end.gif) 0 0 no-repeat;}


/* ******************************************************
     /
****************************************************** */
