@charset "UTF-8";

/*--------------------	
Target
	enjoy.html
---------------------*/

h3.wall_t {
	width: 535px;
	height: 24px;
	margin-bottom: 10px;
	background: url(../img/wallpaper/dotline.jpg) bottom no-repeat;
}

div.walllist {
	padding-top: 40px;
}

ul {
	padding: 0px;
	margin: 0px;
}

ul.wall01 {
	width: 200px;
	float: left;
	list-style: none;
}

ul.wall02 {
	left: 284px;
	float: right;
	list-style: none;
}

		li.wallimg {
			margin-bottom: 10px;
		}
		
		li.size1 a {
			display: block;
			width: 178px;
			height: 30px;
			background: url(../img/wallpaper/btn1280.gif) no-repeat;
			text-indent: -5555px;
		}
		
		li.size1 a:hover {
			background: url(../img/wallpaper/btn1280.gif) no-repeat bottom ;
		}
		
		li.size2 a {
			display: block;
			width: 178px;
			height: 30px;
			background: url(../img/wallpaper/btn1024.gif) no-repeat;
			text-indent: -5555px;
		}
		
		li.size2 a:hover {
			background: url(../img/wallpaper/btn1024.gif) no-repeat bottom ;
		}
		
		li.size3 a {
			display: block;
			width: 178px;
			height: 30px;
			background: url(../img/wallpaper/btn800.gif) no-repeat;
			text-indent: -5555px;
		}
		
		li.size3 a:hover {
			background: url(../img/wallpaper/btn800.gif) no-repeat bottom ;
		}

h3.download {
	width: 525px;
	margin-top: 60px;
	padding: 5px;
	background: #999;
}

table.download {
	width: 535px;
	border: 1px solid #999;
}

		table.download td.img {
			padding: 18px 0px 0px 10px;
		}
		
		table.download td.text1 {
			width: 20px;
			padding: 8px 0px 0px 10px;
		}
		
		table.download td.text2 {
			padding: 10px 0px 0px 10px;
		}
		
		table.download td.text1_1 {
			padding: 8px 10px 10px 0px;
		}
		
		table.download td.text2_1 {
			padding: 10px 10px 0px 0px;
		}

.to_top_g {
	width: 535px;
	height: 50px;
	text-align: right;
	margin-top: 30px;
	padding-top: 10px;
	background: url(../img/dotline535.gif) no-repeat;
}	















