@charset "UTF-8";

/* layout */
#contents {
	background: #FFFFFF url(../download/image/background.gif);
	width: 680px !important;
	padding: 10px;
	}

#contentsInner {
	background:#FFFFFF;
	}

h2#downloadTitle {
	text-indent: -9999px;
	background: url(../download/image/download_top.jpg) no-repeat;
	width: 680px;
	height: 255px;
	}

h3#wallPaper {
	text-indent: -9999px;
	background: url(../download/image/wallpaper.gif) no-repeat;
	width: 620px;
	height: 23px;
	margin: 15px auto 0px auto;
	}

ul.wallpaperBox {
	position: relative;
	width: 620px;
	height: 160px;
	border-top: solid 1px #CCCCCC;
	border-right: solid 1px #CCCCCC;
	border-bottom: solid 1px #CCCCCC;
	margin: 15px 24px 0 24px;
	}
	
li.wallpaperNumber {
	margin: 16px 0 18px 15px;
	font-size: 197%;
	color: #000000;
	font-weight: bold;
	}

li.thumbNailWallpaper {
	position: absolute;
	left: 432px;
	top: 13px;
	border: solid 5px #999999;
	}
	
li.thumbNailWallpaper img {
	vertical-align: bottom;
	}
	
li.designCredit {
	color: #FF0000;
	margin: 0.25em 0 0 15px;
	line-height: 1.5em;
	}
	
.designerName {
	color: #000000;
	font-weight: bold;
	font-size: 146.5%;
	}

ul.listSize{
	margin: 7px 0 25px 0;
	padding-left: 239px;
	background: url(../download/image/arrow_small.gif) no-repeat 226px center;
	overflow: hidden;
	}

li.paperSize {
	float: left;
	}

/* link */
li.paperSize a {
	display: block;
	width: 124px;
	height: 24px;
	line-height: 24px;
	margin-left: 15px;
	text-align: center;
	color: #FFFFFF;
	font-size: 116%;
	text-decoration: none;
	background: #000000;
	}
	
li.paperSize a:hover {
	background: #FF0000;
	}

/*back to top*/
.backToTop {
	position: relative;
	background: url(../download/image/page_top_back.gif) no-repeat;
	width: 680px;
	height: 55px;
	margin:40px 0 0 0;
	}

.backToTop p {
	position: absolute;
	left: 542px;
	top: 3px;
	margin: 0;
	}

.backToTop p a {
	color:#000000;
	text-decoration: none;
	}

.backToTop p a:hover {
	color: #FF0000;
	text-decoration:none;
	}

/* wallpaper borders*/

ul#wallpaper1 {
	border-left: solid 12px #6F0102;
	} 

ul#wallpaper2 {
	border-left: solid 12px #3D3727;
	}

ul#wallpaper3 {
	border-left: solid 12px #E4423D;
	}

ul#wallpaper4 {
	border-left: solid 12px #66A0AB;
	}
	

