@charset "UTF-8";


/* -------------------------------------------------------------------
Reset Default Style
 */

body,h1,h2,h3,h4,h5,h6,div,p,ul,ol,li,dl,dt,dd,table,tr,th,td,address,form,input,textarea {
	margin: 0;
	padding: 0;

	/* font,text >> */

	font-size: 100%;
	font-family:
		"メイリオ",
		"Meiryo",
		"ＭＳ Ｐゴシック",
		"MS Gothic",
		"ヒラギノ角ゴ Pro W3",
		"Hiragino Kaku Gothic Pro",
		"HiraKakuPro-W3",
		"Osaka－等幅",
		Sans-monospace;
	font-style: normal;
	font-weight: normal;
	/* << font,text */
	}
table,tr,th,td {
	border-width: 0;
	text-align: left;
	}
html {
	overflow-y: scroll;
	}
em {
	font-style: normal;
	}
img {
	margin: 0;
	padding:0;
	border-width: 0;
	}
a {
	cursor: pointer;
	}

/* -------------------------------------------------------------------
Initialize */

body {
    margin: 0;
	color: #FFFFFF;
	font-size: small;
	line-height: 1.7;
	background-color: #000000;
	}
li{
	list-style-type: none;
	vertical-align:top;
	}
br{
	letter-spacing: 0;
	}
a:link{
	color: #FFFFFF;
	text-decoration: none;
	}
a:visited{
	color: #FFFFFF;
	text-decoration: none;
	}
a:hover{
	color: #FFFFFF;
	text-decoration: underline;
	}
a:active{
	color: #FFFFFF;
	text-decoration: underline;
	}



/* -------------------------------------------------------------------
Yahoo User Interface Library */

/*
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.5.2
*/
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
/* to preserve line-height and selector appearance */
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}
/*to enable resizing for IE*/
input,textarea,select{*font-size:100%;}

/**
 * Percents could work for IE, but for backCompat purposes, we are using keywords.
 * x-small is for IE6/7 quirks mode.
 */
body {
	font-size:13px;
/*	line-height:1.231;*/
	*font-size:small;
	*font:x-small;
}
table {font-size:inherit;font:100%;}
/**
 * Bump up IE to get to 13px equivalent
 */
pre,code,kbd,samp,tt {font-family:monospace;*font-size:108%;line-height:100%;}

/* .test10 {font-size:77%;}    for setting 10px */
/* .test11 {font-size:85%;}    for setting 11px */
/* .test12 {font-size:93%;}    for setting 12px */
/* .test13 {font-size:100%;}   for setting 13px */
/* .test14 {font-size:108%;}   for setting 14px */
/* .test15 {font-size:116%;}   for setting 15px */
/* .test16 {font-size:123.1%;} for setting 16px */
/* .test17 {font-size:131%;}   for setting 17px */
/* .test18 {font-size:138.5%;} for setting 18px */
/* .test19 {font-size:146.5%;} for setting 19px */
/* .test20 {font-size:153.9%;} for setting 20px */
/* .test21 {font-size:161.6%;} for setting 21px */
/* .test22 {font-size:167%;}   for setting 22px */
/* .test23 {font-size:174%;}   for setting 23px */
/* .test24 {font-size:182%;}   for setting 24px */
/* .test25 {font-size:189%;}   for setting 25px */
/* .test26 {font-size:197%;}   for setting 26px */

