@charset "UTF-8";
/* CSS Document */

a img {
	border:none;
}

a{
	text-decoration:none;
	color:#00CCFF;
}

a:active{
	color:#FF66CC;
}

a:visited{
	color:#800080;
}

a:hover{
	text-decoration:underline;
	color:#FF66FF;
}

#Wapper{
	background-color:#FFFFFF;
	width:339px;
	padding:10px 0px 10px 25px;
	/*display:inline;*/
	float:left;
}

#InfoFrameL{
	width:309px;
	padding:0px 0px 10px 0px;
	float:left;
}

#InfoFrameR{
	width:309px;
	padding:0px 0px 10px 0px;
	float:right;
}

#InfoFooter{
	width:309px;
	float:left;
}

#BtnWapper{
	width:309px;
	padding:0px 0px 10px 0px;
	/*display:inline;*/
	float:left;
}

#Btn{
	width:69px;
	height::27px;
	padding:0px 10px 0px 0px;
	float:left;
}

#BtnYear{
	width:69px;
	height::27px;
	padding:0px 10px 0px 0px;
	float:left;
}

