@charset "UTF-8";

/*--------------------------------------------------------------*/
/* リンク
/*--------------------------------------------------------------*/

#main{
	padding-top: 140px;
}


/* 見出し */

#intro h2{
	position: absolute;
	width: 300px;
	height: 45px;
	top: 78px;
	left: 70px;
	text-indent: -9999px;
	background-image: url(../img/dl/dl_intro_heading.png);
	background-repeat: no-repeat;
	z-index: 10;
}

#this_month h3{
	width: 187px;
	height: 41px;
	margin-bottom: 20px;
	text-indent: -9999px;
	background-image: url(../img/dl/dl_h3_wallpaper.png);
	background-repeat: no-repeat;
}

#backnumber h3{
	width: 187px;
	height: 41px;
	margin-bottom: 20px;
	text-indent: -9999px;
	background-image: url(../img/dl/dl_h3_bn.png);
	background-repeat: no-repeat;
}


/*--------------------------------*/

#wallpaper{
	position: relative;
	width: 658px;
	min-height: 600px;
	margin: 0 0 30px 60px;
	padding: 95px 80px 220px 70px;
	background-image: url(../img/dl/dl_bg_middle.png);
	background-repeat: repeat-y;
	background-position: 2px top;
	z-index: 50;
}

#wallpaper div.top{
	position: absolute;
	width: 782px;
	height: 80px;
	top: 0;
	left: 0;
	background-image: url(../img/dl/dl_bg_top.png);
	background-repeat: no-repeat;
	background-position: 2px top;
	z-index: 51;
}

#wallpaper div.bottom{
	position: absolute;
	width: 808px;
	height: 267px;
	bottom: 0;
	left: 0;
	background-image: url(../img/dl/dl_bg_bottom.png);
	background-repeat: no-repeat;
	z-index: 52;
}


/*--------------------------------*/

#this_month{
	position: relative;
	margin-bottom: 30px;
	padding-right: 350px;
	z-index: 60;
}

#this_month h4{
	margin-bottom: 15px;
	font-size: 140%;
	font-weight: bolder;
	color: #534E39;
}

#this_month p.image{
	position: absolute;
	top: 0;
	right: 0;
	width: 320px;
	height: 240px;
}

#this_month p.image img{
	border: solid 1px #878069;
}

#this_month p{
	margin-bottom: 15px;
	font-size: 85%;
	line-height: 1.4em;
}

#this_month ul{
	height: 6em;
}

#this_month li{
	list-style-position: inside;
	float: left;
	width: 10em;
}


/*--------------------------------*/

#backnumber dl{
	position: relative;
	float: left;
	width: 300px;
	margin: 0 0 45px 20px;
	z-index: 61;
}

#backnumber dt{
	font-size: 110%;
	font-weight: bold;
	color: #534E39;
}

#backnumber dd{
	display: list-item;
	font-size: 90%;
}

#backnumber dd.image{
	float: left;
	margin-right: 30px;
	display: block;
}

#backnumber dd.image img{
	border: solid 1px #878069;
}


/*--------------------------------*/

#exp{
	position: relative;
	width: 535px;
	margin: 0 auto;
	padding: 20px 25px 5px 25px;
	background-image: url(../img/dl/dl_exp_middle.png);
	background-repeat: repeat-y;
	z-index: 70;
}

#exp p{
	margin-bottom: 15px;
}

#exp div.top{
	position: absolute;
	top: 0;
	left: 0;
	width: 585px;
	height: 6px;
	background-image: url(../img/dl/dl_exp_top.png);
	background-repeat: no-repeat;
}

#exp div.bottom{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 585px;
	height: 8px;
	background-image: url(../img/dl/dl_exp_bottom.png);
	background-repeat: no-repeat;
}


/*--------------------------------*/

#igoogle{
	position: relative;
	width: 722px;
	margin: 0 0 40px 60px;
	padding: 30px 30px 60px 30px;
	background-image: url(../img/dl/igoogle_bg.png);
	background-repeat: repeat-y;
	background-position: left top;
	z-index: 50;
}

#igoogle h3{
	width: 256px;
	height: 42px;
	margin: 20px 0 20px 20px;
	text-indent: -9999px;
	background-image: url(../img/dl/h3_igoogle.png);
	background-repeat: no-repeat;
	background-position: left top;
}

#igoogle p.banner{
	width: 686px;
	margin: 0 auto 10px auto;
}
#igoogle p.banner a:hover{
	position: relative;
	top: 1px;
	left: 1px;
}

#igoogle p.text{
	width: 686px;
	margin: 0 auto;
	font-size: 90%;
	line-height: 1.5em;
}

#igoogle p.image img{
	position: absolute;
	right: -10px;
	bottom: -18px;
	z-index: 51;
}

#igoogle div.top{
	position: absolute;
	top: 0;
	left: 0;
	width: 782px;
	height: 17px;
	background-image: url(../img/dl/igoogle_bg_top.png);
	background-repeat: no-repeat;
}

#igoogle div.bottom{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 782px;
	height: 18px;
	background-image: url(../img/dl/igoogle_bg_bottom.png);
	background-repeat: no-repeat;
}