@charset "UTF-8";

/* ---------------------------------------------
作成日: 2009.09.21
最終更新日: 2010.03.02
作成者: SN
最終編集者: SN

library-wallpaper-mainArea.css： wisの設定
--------------------------------------------- */
#library-wallpaper #wallpaper-section {
	width: 660px;
	margin: 0px auto;
	padding: 0;
}

/* ----------------------------------------------------
 壁紙ボックス
---------------------------------------------------- */
#wallpaper-section dl {
	width: 310px;
	margin: 10px 0px 10px 0px;
	padding: 0;
	background: url(../image/wallpaper_set.jpg) no-repeat left -75px;
	display: inline-block;
}
*:first-child+html #wallpaper-section dl {
	display: inline;
	zoom: 1;
}
#wallpaper-section dl.first {
	margin-left: 10px;
}
#wallpaper-section dl.second {
	margin-left: 16px;
}
*:first-child+html #wallpaper-section dl.second {
	margin-left: 20px;
}
* html #wallpaper-section dl.second {
	margin-left: 20px;
}
#wallpaper-section dl dt img {
	margin: 5px 0px 0px 5px;
	padding: 0;
	vertical-align: bottom;
}
#wallpaper-section dl dd {
	width: 310px;
	height: 35px;
	margin: 0;
	padding: 0;
	background: url(../image/wallpaper_set.jpg) no-repeat left -40px;
	text-indent: -9999px;
	font-size: 0;
	line-height: 0;
}
#wallpaper-section dl dd ul {
	width: 300px;
	height: 20px;
	margin: 0 auto;
	padding: 0;
	clear: both;
}
#wallpaper-section dl dd ul li {
	width: 100px;
	height: 20px;
	float: left;
}
#wallpaper-section dl dd ul li a {
	display: block;
	width: 100px;
	height: 20px;
	margin: 6px 0px 0px;
	padding: 0;
}
a.size1024:link,
a.size1024:visited {
	background: url(../image/wallpaper_set.jpg) no-repeat 0 0;
}
a.size1024:hover,
a.size1024:active {
	background-position: 0 -20px;
}
a.size1280:link,
a.size1280:visited {
	background: url(../image/wallpaper_set.jpg) no-repeat -100px 0;
}
a.size1280:hover,
a.size1280:active {
	background-position: -100px -20px;
}
a.size1920:link,
a.size1920:visited {
	background: url(../image/wallpaper_set.jpg) no-repeat -200px 0;
}
a.size1920:hover,
a.size1920:active {
	background-position: -200px -20px;
}



