@charset "UTF-8";

@import "common/layout.css";

/*-------------------------------------------------------------------------
	Index
/*-----------------------------------------------------------------------*/
#index {
	overflow-x: hidden;	
	background: none;
}
	#index p, #index li,
	#index a, #index dt,
	#index dd, #index td,
	#index th, #index span {
		font-size: 12px;
	}

#main {
	position: relative;
	z-index: 100;
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
}
	#main h2 {
		text-align: center;
	}
	#main img {
		height: auto;
		max-width: 1200px;
		min-width: 940px;
	}

#slideshow {
	position: relative;
	text-align: center;	
	height: 308px;		
}
	#slideshow li {
		position: absolute;
		top: 0px;
		left: 0px;
		z-index: 2000;
		display: none;
	}
		#slideshow li.current {
			z-index: 5000;
		}



	
#news {
	margin-bottom: 20px;
}
	#news .inner {
		background: url(../img/index/news/bg_news.gif) left top repeat-y;
		margin: 0px 2px 0px 5px;
		padding: 15px 0 5px;
	}
	#news dl {
		margin-bottom: 10px;
		padding: 0 20px 10px;
		background: url(../img/index/news/border.gif) repeat-x left bottom;
        word-wrap: break-word !important;
	}
	#news dl.last {
		background: none;
		padding-bottom: 0;
	}
		#news dt {
			font-weight: bold;
			letter-spacing: 0px;
			width: 100px;
			float: left;
			display: inline;
		}
		#news dd {
			font-weight: bold;
			color: #0b3c19;
			width: 525px;
			float: left;
			display: inline;
            word-wrap: break-word !important;
		}
			#news dd span {
				font-weight: bold;
				color: #C00;
			}
		#news a {
			text-decoration:underline;
            word-wrap: break-word !important;
		}
		#news a:hover {
			text-decoration:none;
		}
			
#link {
	margin-left: -8px;
	padding-left: 5px;
}
	#link .box {
		float: left;
		display: inline;
		width: 329px;
		margin-left: 8px;
		position:relative;
	}
		#link .box .txt {
			position:absolute;
			top: 50px;
			left: 120px;
			width: 195px;
		}
			#link .box .txt a {
				font-size:12px;
				text-decoration:underline;
			}
		#link .box a {
			font-size: 13px;
			display: block;
			position: relative;
		}
			#link .box a span {
				display: block;
				position: absolute;
				top: 50px;
				left: 120px;
				width: 195px;
			}
			#link .box a:hover span {
				color: #ED5F00;
			}