div#container div.containerRight{
	background: url("../image/BG2_2.jpg");
}

/* ****************************** event ****************************** */

div#event{
	width: 736px;
	overflow: hidden;
}

div#event div.wrapLeft{
	width: 300px;
	float: left;
	display: inline;
	overflow: hidden;
}

div#event div.wrapRight{
	width: 416px;
	float: right;
	display: inline;
	overflow: hidden;
}

/* ****************************** selector ****************************** */

div#selector h1{
	width: 300px;
	height: 30px;
	text-indent: -9999em;
	background: url("../image/eventtitle.png");
}

div#selector p{
	color: #fff;
	margin-bottom: 20px;
}

div#selector ul,
div#selector ul li{
	position: static;
	left: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

div#selector ul{
	width: 310px;
	margin-left: -10px;
	margin-bottom: 0;
	overflow: hidden;
}

div#selector ul li{
	width: 35px;
	margin-left: 10px;
	margin-bottom: 10px;
	float: left;
	display: inline;
}

div#selector ul li a{
	width: 35px;
	height: 120px;
	text-indent: -9999em;
	display: block;
	overflow: hidden;
}

div#selector ul li a.s2016	{background: url("../image/fuda2016.png");}
div#selector ul li a.s2015	{background: url("../image/fuda2015.png");}
div#selector ul li a.s2014	{background: url("../image/fuda2014.png");}
div#selector ul li a.s2013	{background: url("../image/fuda2013.png");}
div#selector ul li a.s2012	{background: url("../image/fuda2012.png");}
div#selector ul li a.s2011	{background: url("../image/fuda2011.png");}
div#selector ul li a.s2010	{background: url("../image/fuda2010.png");}
div#selector ul li a.s2009	{background: url("../image/fuda2009.png");}
div#selector ul li a.s2008	{background: url("../image/fuda2008.png");}
div#selector ul li a.s2007	{background: url("../image/fuda2007.png");}
div#selector ul li a.s2006	{background: url("../image/fuda2006.png");}
div#selector ul li a.s2005	{background: url("../image/fuda2005.png");}
div#selector ul li a.s2004	{background: url("../image/fuda2004.png");}

/* */

div#contact{
	width: 300px;
}

div#contact h2{
	width: 300px;
	border-bottom: 1px solid #fff;
	margin-bottom: 10px;
	color: #fff;
}

div#contact p{
	color: #fff;
}

/* ****************************** detail ************************************ */

div#detail{
	width: 396px;
	padding: 10px;
	height: 520px;
	overflow: auto;
	background: url("../image/eventBG.png");
}

div#detail div.label{
	width: 50px;
	display: inline;
	float: left;
	overflow: hidden;
}

div#detail div.list{
	width: 310px;
	display: inline;
	float: left;
	overflow: hidden;
}

div#detail div.label h2{
	width: 35px;
	height: 120px;
	text-indent: -9999em;
}

div#detail div.detail2016 h2 {background: url("../image/fuda2016.png");}
div#detail div.detail2015 h2 {background: url("../image/fuda2015.png");}
div#detail div.detail2014 h2 {background: url("../image/fuda2014.png");}
div#detail div.detail2013 h2 {background: url("../image/fuda2013.png");}
div#detail div.detail2012 h2 {background: url("../image/fuda2012.png");}
div#detail div.detail2011 h2 {background: url("../image/fuda2011.png");}
div#detail div.detail2010 h2 {background: url("../image/fuda2010.png");}
div#detail div.detail2009 h2 {background: url("../image/fuda2009.png");}
div#detail div.detail2008 h2 {background: url("../image/fuda2008.png");}
div#detail div.detail2007 h2 {background: url("../image/fuda2007.png");}
div#detail div.detail2006 h2 {background: url("../image/fuda2006.png");}
div#detail div.detail2005 h2 {background: url("../image/fuda2005.png");}
div#detail div.detail2004 h2 {background: url("../image/fuda2004.png");}

div#detail div.list h3{
	color: #fff;
	font-size: 1.2em;
	margin-bottom: 5px;
}


div#detail div.list table{
	border: 0;
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom: 20px;
}
div#detail div.list table colgroup col.eventMonth{
	width: 40px;
}

div#detail div.list table colgroup col.eventValue{
	width: 270px;
}

div#detail div.list table tr td{
	color: #ddd;
	padding-bottom: 5px;
}