@charset "utf-8";





/* --------------------------------------------------

event

-------------------------------------------------- */


.imgRight{
	float: right;
	border: 2px solid #DFE3D9;
	padding: 5px;
	margin-left: 10px;
	clear: both;
}
.imgLeft{
	float: left;
	border: 2px solid #DFE3D9;
	padding: 5px;
	margin-right: 10px;
	clear: both;
}


.link{
	font-weight: bold;
	color: #DE605E;
}
.link a{

	text-decoration: none;
	color: #DE605E;
}
.link a:hover{
	text-decoration: underline;
	color: #DE605E;
}

#event dl{
	clear: both;
}
#event dt{
	background-image: url(../img/dot_orange.gif);
	background-repeat: repeat-y;
	padding-left: 15px;
	font-size: 120%;
	font-weight: bold;
}
#event h2{
	font-weight: bold;
	color: #000000;
}
#event dd{
	background-image: url(../img/dot.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	margin-bottom: 25px;
	padding-top: 25px;
	padding-bottom: 25px;
}
.date{
	font-size: 80%;
}
#bkNunber a{
	margin-left: 10px;
}
#eventDetail {
}
#eventDetail h2{
	font-size: 110%;
	color: #333333;
	padding-left: 20px;
	background-image: url(../img/dot_orange.gif);
	background-repeat: repeat-y;
	margin-bottom: 20px;
	margin-top: 20px;



}
#eventDetail div{
	clear: both;
	margin-bottom: 10px;
	margin-top: 10px;
}

#goBack{
    margin-top:20px;
	float:right;
	clear: both;
}
.btnSyousai{
	float: right;
	margin-top: 10px;
}

#bkNunber{
	text-align: right;
	padding-top: 5px;
	padding-bottom: 5px;
}
#bkNunber a{
	margin-left: 10px;
}
#photo{ 
    margin-top:20px;
	padding-top:20px;
	margin-bottom:10px;

	}
#photo li{
    display:inline;
	}	
#photo img{
	border: 2px solid #DFE3D9;
	padding: 5px;
	margin-right: 5px;

}
#photo img.end{
	margin-right:0px;
}
	
/* --------------------------------------------------

tab

-------------------------------------------------- */
#tab{
	background-image: url(../olympic/img/tab_bg.jpg);
	background-repeat: no-repeat;
	height: 57px;
	padding-left: 15px;
	margin-bottom: 20px;
}

#tab ul{}

#tab li{
	display: inline;
}
#tab li img{
	vertical-align:bottom;
	margin-top: 11px;
}

