@charset "utf-8";


img.wallpaper_thumb {
	vertical-align: bottom;
}

.wrapper_dl{
	width: 552px;
	height: 358px;
	margin: 0 auto;
}

#wrapper_top {
	width: 510px;
	height: 222px;
	margin: 0 auto;
	clear: both;
}

#wallpaper_left {
	width: 230px;
	height: 222px;
	padding-right: 50px;
	float: left;
}

#wallpaper_right {
	width: 230px;
	height: 222px;
	float: left;
}

.wallpaper_size {
	width: 230px;
	height: 26px;
	padding-top: 10px;
}

#wrapper_bottom {
	clear: both;
	width: 552px;
	height: 120px;
	padding: 8px 0;
}

#dl_win {
	width: 265px;
	margin-right: 20px;
	float: left;
}

#dl_mac {
	width: 265px;
	float: left;
}

/* wallpaper_size_menu */

ul.button_size {
	list-style: none;
	width: 230px;
	height: 26px;
}

ul.button_size li{
	float: left;
	height: 26px;
}

ul.button_size a{
	display: block;
	height: 26px;
	background-repeat: no-repeat;
} 

a.small {
	width: 109px;
	background-image: url("img/button_1280x1024.gif");
	padding-right: 12px;
}
a.small:hover {
	background-position: 0px -26px;
}

a.large {
	width: 109px;
	background-image: url("img/button_1600x1200.gif");
}
a.large:hover {
	background-position: 0px -26px;
}

a span {
	display: none;
}


