@charset "UTF-8";



/* common.css



memo: font-size
==================================================
09px = 70%    // .fs-sss
10px = 77%    // .fs-ss
11px = 85%    // .fs-s
12px = 93%    // .fs-m
13px = 100%
14px = 108%   // .fs-l
15px = 116%
16px = 123.1% // .fs-ll
17px = 131%
18px = 138.5% // .fs-lll
19px = 146.5%
20px = 153.9%
21px = 161.6%
22px = 167%
23px = 174%
24px = 182%
25px = 189%
26px = 197%
36px = 273.5%
*/



/* KIHON
================================================== */

body {
	margin:0;
	padding:0;
	text-align: center;
	backGround-color:#000;
}
#wrapper {
	margin:0;
	padding:0;
	height:100%;
	/*background:url(../images/bg01.gif) repeat-y center top;*/
}

#wrapperInner{
	margin:0;
	padding:0;
	/*background: url(../images/bg02.png) no-repeat center 1px;*/
}

/* ANCHOR
================================================== */
a        { color:#FFF; text-decoration: none; border-bottom: 1px solid #999; }
a:hover,
a:active { color:#FFF; text-decoration: none; border-bottom: 1px solid #FFF;  }


/* MISC
================================================== */
