@charset "utf-8";

body {
	background:url(../images/index_body_bg.gif) repeat-x;
}

#container {
	background:url(../images/index_bg.jpg) top center no-repeat;
}

/* jquery.slideshow.min.js */
/*#slideshow {
	width:1100px;
	height:320px;
	margin:auto;
}*/
/* /jquery.slideshow.min.js */

/* carouFredSel */
#carousel {
	overflow: hidden;
}
#carousel-wrapper {
	position:relative;
	width:1100px;
	height:320px;
	margin:auto;
}
#carousel span, #carousel img {
	display: block;
	float: left;
}
#carousel span, #carousel a {
	position: relative;
}
/* /carouFredSel */

#indexmenu {
	width:940px;
	padding:20px;
	margin:0 auto 15px;
}

#indexmenu li {
	float:left;
	margin-left:12px;
}
#indexmenu li:first-child {
	margin-left:0;
}

#indexmenu li a,
#indexmenu li img {
	display:block;
}

#contents {
	width:940px;
	margin:auto;
}

#maincontents {
	float:left;
	width:692px;
	padding-bottom:50px;
}

#maincontents dl {
	margin:0 10px;
	border-bottom:1px dotted #C8CBD6;
}

#maincontents dl dt {
	float:left;
}

#maincontents dl dt.cat {
	clear:both;
	width:46px;
	padding:15px 23px 13px 5px;
}

#maincontents dl dt.cat img {
	display:block;
}

#maincontents dl dt.date {
	width:102px;
	padding:15px 0 13px;
}

#maincontents dl dd {
	float:left;
	width:490px;
	padding:15px 5px 13px 0;
}

#maincontents dl dd a {
	color:#555;
}

#maincontents dl dd a:hover {
	color:#2B79C3;
}

#sidebar {
	float:right;
	width:226px;
	padding-bottom:50px;
}

#sidebar ul li {
	margin-bottom:10px;
}

#sidebar ul li a,
#sidebar ul li img {
	display:block;
}

#sidebar ul li.last {
	margin-top:23px;
}

