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

	1. Common
-----------------------------------------------------------------
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
===============================================================*/

/*		Basic Layout
---------------------------------------------------------------*/

#noFlash{
	position:relative;
	width:1010px;
	height:630px;
	background:url(/images/scrapbook/bg_noflash.jpg) top left no-repeat;
}
#noFlash p.text{
	position:absolute;
	top:154px;
	left:389px;
}
#noFlash p.get{
	position:absolute;
	top:352px;
	left:436px;
}
