body {
	background: url(/static/images/event/10/images/back.png) repeat;
}
a:link {
    color: #0055AA;
    text-decoration: none;
}
a:visited {
    color: #333333;
    text-decoration: none;
}
a:active {
    color: #0055AA;
    text-decoration: none;
}
a:hover {
    color: #0055AA;
    text-decoration: underline;
}
#header {
	background: none repeat scroll 0 0 transparent;
	width: 804px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
}

#wrapper {
	width: 804px;
	margin-right: auto;
	margin-left: auto;
	background: url(/static/images/event/10/images/content_back.png) repeat-y top;
	_zoom: 1;
	overflow: hidden;
	border:none;
	margin-bottom: 20px;
}
#wrapper p {
	font-size:90%;
	line-height:160%;
	margin: 0px 0px 10px;
	overflow:auto;
	zoom:1;
}
#wrapper p.lead {
	margin-bottom:20px;
}
#wrapper p.name {
	font-size:80%;
	color:#666;
	overflow:auto;
	zoom:1;
}
#wrapper .content .left ul {
	margin-left:20px;
}
#wrapper .content .left ul li {
	font-size: 90%;
	line-height: 160%;
	margin-bottom: 8px;
}
#wrapper .content {
	margin: 20px 25px 20px 25px;
}
#wrapper .block {
	margin-bottom: 20px;
	overflow:hidden;
}
#wrapper .left {
	float: left;
	width: 500px;
	margin-right: 14px;
}
.logo {
	border: 1px solid #DDD;
}
#wrapper .right {
	float: left;
	width: 240px;
}
#wrapper .content .right .bo {
	display: block;
	height: 220px;
	margin-bottom: 20px;
	margin-left: 0;
	margin-right: 0;
	width: 240px;
	background: url(/static/images/event/10/images/bo.png) no-repeat 0px 0;
}
#wrapper .content .right .bo a:hover {
	background: url(/static/images/event/10/images/bo.png) no-repeat 0 -233px;
}
#wrapper .content .right .bo span {
	display: none;
}
#wrapper .content .right .bo a {
	display: block;
	height: 220px;
}
#wrapper .bo2 {
	display: block;
	height: 120px;
	margin-left: auto;
	margin-right: auto;
	width: 500px;
	background: url(/static/images/event/10/images/bo2.png) no-repeat 0px 0;
	clear:both;
	margin-bottom: 20px;
}
#wrapper .bo2 a:hover {
	background: url(/static/images/event/10/images/bo2.png) no-repeat 0 -136px;
}
#wrapper .bo2 span {
	display: none;
}
#wrapper .bo2 a {
	display: block;
	height: 130px;
}
table.table-01 {
	border: 1px solid #E3E3E3;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 80%;
	line-height: 150%;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
}
table.table-01 th {
	background: none repeat scroll 0 0 #F5F5F5;
	border-color: #E3E3E3;
	border-style: solid;
	border-width: 0 0 1px 1px;
	font-weight: bold;
	line-height: 120%;
	padding: 5px;
	text-align: center;
}
table.table-01 td {
	border: 1px solid #E3E3E3;
	padding: 8px;
	text-align: left;
}
#wrapper h2 {
	margin: 0px 0px 10px;
	background: #0A1222 url(/static/images/event/10/images/h2_back.png) repeat-x top;
	font-size: 90%;
	color: #FFF;
	padding: 10px;
	clear:both;
	line-height:150%;
}
#wrapper h2 span {
	background: url(/static/images/event/10/images/h2_span.png) no-repeat left top;
	padding-left: 10px;
	display: block;
}
#wrapper h3 {
	margin: 0px 0px 8px;
	font-size: 80%;
	background: #DFDFDF;
	padding: 3px;
	line-height:160%;
}
#wrapper h4 {
	margin: 0px 0px 5px;
	font-size: 90%;
	padding: 0px 0px 0px 5px;
	color: #666;
	line-height: 160%;
}
#wrapper h5 {
	margin: 0px 0px 10px;
	font-size: 90%;
	overflow:hidden;
	border-bottom: 3px solid #333;
	padding: 0px 3px 5px 0px;
	line-height: 160%;
}
#wrapper .photo {
	float: left;
	border: 1px solid #DDD;
	margin-right: 10px;
}

.button{
border:1px solid #d3d3d3; -webkit-border-radius: 3px; -moz-border-radius: 3px;border-radius: 3px;font-family:arial, helvetica, sans-serif; padding: 10px 10px 10px 10px; text-shadow: 1px 1px 0 rgba(255,255,255,0.3);font-weight:bold; text-align: center; color: #000000; background-color: #efefef;
 background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #efefef), color-stop(100%, #dedede));
 background-image: -webkit-linear-gradient(top, #efefef, #dedede);
 background-image: -moz-linear-gradient(top, #efefef, #dedede);
 background-image: -ms-linear-gradient(top, #efefef, #dedede);
 background-image: -o-linear-gradient(top, #efefef, #dedede);
 background-image: linear-gradient(top, #efefef, #dedede);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#efefef, endColorstr=#dedede);
}

.button:hover{
 border:1px solid #bcbcbc; background-color: #d6d6d6;
 background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d6d6d6), color-stop(100%, #c5c5c5));
 background-image: -webkit-linear-gradient(top, #d6d6d6, #c5c5c5);
 background-image: -moz-linear-gradient(top, #d6d6d6, #c5c5c5);
 background-image: -ms-linear-gradient(top, #d6d6d6, #c5c5c5);
 background-image: -o-linear-gradient(top, #d6d6d6, #c5c5c5);
 background-image: linear-gradient(top, #d6d6d6, #c5c5c5);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#d6d6d6, endColorstr=#c5c5c5);
}

.message {
	 background-color: #F2DEDE;
    color: #B94A48;
    border: 1px solid #EED3D7;
    border-radius: 4px 4px 4px 4px;
    color: #B94A48;
    margin-bottom: 20px;
    padding: 8px 35px 8px 14px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
#wrapper .content .left .block h2 a {
	color: #FFF;
}

#wrapper .content .left .block h2 a:hover {
		color: #FFF;

}

.button {
	background: -moz-linear-gradient(#f9f9f9, #f2f2f2); 
    background: -ms-linear-gradient(#f9f9f9, #f2f2f2); 
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f9f9f9), color-stop(100%, #f2f2f2));
    background: -webkit-linear-gradient(#f9f9f9, #f2f2f2);  
    background: -o-linear-gradient(#f9f9f9, #f2f2f2);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#f2f2f2');  
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#f2f2f2)";
    background: linear-gradient(#f9f9f9, #f2f2f2);
	box-shadow: 0 0 2px white inset, 0 0 1px #ccc;
	border: 1px solid #DDD;
	padding: 10px;
	color: #666;
	border-radius: 4px;
	text-decoration: none;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear 0;
	display:block;
	min-width: 8em;
	width: 8em;
	text-align: center
}
.button:hover {
	background: -moz-linear-gradient(#F2F2F2, #F9F9F9);
	background: -ms-linear-gradient(#F2F2F2, #F9F9F9);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #F2F2F2), color-stop(100%, #F9F9F9));
	background: -webkit-linear-gradient(#F2F2F2, #F9F9F9);
	background: -o-linear-gradient(#F2F2F2, #F9F9F9);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F2F2F2', endColorstr='#F9F9F9');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#F2F2F2', endColorstr='#F9F9F9)";
	background: linear-gradient(#F2F2F2, #F9F9F9);
	box-shadow: 0 0 2px white inset, 0 0 1px #ddd;
	border: 1px solid #ccc;
	padding: 10px;
	color: #444;
	border-radius: 4px;
}
.button:active {
	box-shadow: 0 0 3px #ccc inset, 0 0 1px #ddd;
	background: -moz-linear-gradient(#F9F9F9, #F2F2F2);
	background: -ms-linear-gradient(#F9F9F9, #F2F2F2);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #F9F9F9), color-stop(100%, #F2F2F2));
	background: -webkit-linear-gradient(#F9F9F9, #F2F2F2);
	background: -o-linear-gradient(#F9F9F9, #F2F2F2);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F9F9F9', endColorstr='#F2F2F2');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#F9F9F9', endColorstr='#F2F2F2)";
	background: linear-gradient(#F9F9F9, #F2F2F2);
}


#navi ul {
    background: url("/static/images/event/10/images/menu.png") no-repeat scroll left top transparent;
    height: 55px;
    margin: 0 auto;
    padding: 0;
    width: 760px;
}
#navi span {
    display: none;
}
#navi li, #navi a {
    display: block;
    height: 55px;
}
#navi li {
    display: inline;
    float: left;
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
#navi-01 {
    width: 156px;
}
#navi-02 {
    width: 152px;
}
#navi-03 {
    width: 152px;
}

#navi-04 {
    width: 150px;
}
#navi-05 {
    width: 150px;
}
#navi-01 a:hover {
    background: url("/static/images/event/10/images/menu.png") no-repeat scroll 0 -62px transparent;
}
#navi-02 a:hover {
    background: url("/static/images/event/10/images/menu.png") no-repeat scroll -156px -62px transparent;
}
#navi-03 a:hover {
    background: url("/static/images/event/10/images/menu.png") no-repeat scroll -308px -62px transparent;
}
#navi-04 a:hover {
    background: url("/static/images/event/10/images/menu.png") no-repeat scroll -460px -62px transparent;
}
#navi-05 a:hover {
    background: url("/static/images/event/10/images/menu.png") no-repeat scroll -610px -62px transparent;
}
.footer {
	border-top: 1px solid #CCC;
	text-align:center;
	font-size: 80%;
	line-height: 160%;
}