@charset "UTF-8";
/*---------------------------------------------------------------
local.css
-----------------------------------------------------------------
table of contents

	1. Common
	2. wallpaper

-----------------------------------------------------------------
font-size table

	10px :   77%		16px : 123.1%
	11px :   85%		17px :    131%
	12px :   93%		18px : 138.5%
	13px : 100%		19px : 146.5%
	14px : 108%		20px : 153.9%
	15px : 116%		21px : 161.6%
---------------------------------------------------------------*/

/*==============================================================
	1.	Common
===============================================================*/

#contents{
	padding-bottom:29px;	
}

/*==============================================================
	2.	wallpaper
===============================================================*/

#wallpaper{
	position:relative;
}
#wallpaper h2{
	position:absolute;
	top:0px;
	left:0px;
}
#wallpaper h3{
	clear:both;
	padding-bottom:10px;
}
#wallpaper #papers{
	padding-top:101px;
	margin-bottom:60px;
}
#wallpaper div.paper{
	overflow:hidden;
	width:100%;
}
#wallpaper div.image{
	float:left;
	width:455px;
}
#wallpaper div.download{
	float:right;
	width:455px;
}
#wallpaper p.description{
	float:right;
	width:455px;
	margin-top:-3px;
	margin-bottom:26px;
	font-size:93%;
	line-height:1.6;
}
#wallpaper dl.files{
	_zoom:1;
	overflow:hidden;
	float:right;
	width:455px;
}
#wallpaper dl.files dt{
	float:left;
	width:265px;
	height:52px;
	margin-top:-1px;
	padding-left:10px;
	background:url(/images/wallpaper/bg_dott.gif) top left repeat-x;
}
#wallpaper dl.files dt img{
	margin-top:18px;
}
#wallpaper dl.files dd{
	float:right;
	width:180px;
	margin-top:-1px;
	height:52px;
	background:url(/images/wallpaper/bg_dott.gif) top left repeat-x;
}
#wallpaper dl.files dd img{
	margin-top:10px;
}
#wallpaper table.usage{
	width:100%;
	margin-top:-1px;
}
#wallpaper table.usage th{
	width:246px;
	padding-top:8px;
	padding-left:10px;
	background:url(/images/wallpaper/bg_dott_usage.gif) bottom left no-repeat;
	vertical-align:top;
	font-weight:normal;
}
#wallpaper table.usage td{
	width:660px;
	padding-top:4px;
	padding-left:5px;
	background:url(/images/wallpaper/bg_dott.gif) bottom left repeat-x;
	vertical-align:top;
}
#wallpaper table.usage .last th,
#wallpaper table.usage .last td{
	font-size:93%;
	background:none;
}
#wallpaper table.usage ul{
	margin:0px;
}
#wallpaper table.usage li{
	margin-left:20px;
	margin-bottom:8px;
	list-style-type:decimal;
	line-height:1.8;
}
#wallpaper p.button{
	padding-bottom:10px;
}
