<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "shift_jis";

/*======================================

	1-1.Copyright (c) 2009, Yahoo! Inc. All rights reserved.
	Code licensed under the BSD License:
	http://developer.yahoo.net/yui/license.txt
	version: 2.8.0r4

	Font-size Adjustment
	
	10px ----- 77%
	11px ----- 85%
	12px ----- 93%
	13px ----- 100%
	14px ----- 108%
	15px ----- 116%
	16px ----- 123.1%
	17px ----- 131%
	18px ----- 136%
	19px ----- 144%
	20px ----- 152%
	21px ----- 159%
	22px ----- 167%
	23px ----- 174%
	24px ----- 182%
	25px ----- 189%
	26px ----- 197%

=======================================*/

/**
 * Percents could work for IE, but for backCompat purposes, we are using keywords.
 * x-small is for IE6/7 quirks mode.
 */
body {

	/* for IE6/7 */ 
	*font-size:small; 
	font-family: "�ｭ�ｳ �ｰ繧ｴ繧ｷ繝�け",sans-serif;
	/* for IE Quirks Mode */
	*font:x-small; 
	font-family: "�ｭ�ｳ �ｰ繧ｴ繧ｷ繝�け",sans-serif;
}

/**
 * To help tables remember to inherit
 */
table {
	font-size:inherit;
	font:100%;
}


/*======================================

	1-2.Universal selector

=======================================*/

body,html,h1,h2,h3,p,address,em,strong,div,ul,li,dl,dt,dd,a{
	margin:	 0;
	padding: 0;
	line-height: 1.6;
	font-weight: normal;
	font-style: normal;
	font-family: "�ｭ�ｳ �ｰ繧ｴ繧ｷ繝�け",sans-serif;
}


/*======================================

	1-3.Structure Module

=======================================*/


html {
	overflow-y: scroll;
	}
body {
	background-color: #fff;
	color: #CCCCCC;
	font-family: "�ｭ�ｳ �ｰ繧ｴ繧ｷ繝�け",sans-serif;
}
/* IE7 */



/*======================================

	1-4.Text Module

=======================================*/
p,address{
	font-size: 100%;
}
h1,h2,h3{
	font-weight: normal;
	line-height: 1.2;
}
strong,em {
	font-weight: bold;
}


/*======================================

	1-5.Hypertext Module

=======================================*/

a:link {
	color: #000000;
}
a:visited {
	color: #000000;
}
a:hover {
	color: #FF6633;
}
a img{
	border: none;
}


/*======================================

	1-6.List Module

=======================================*/

ul,
dl {
	list-style: none;
}
li li,
li p,
li dt,
li dd,
dd li,
dd p,
dd dt,
dd dd {
	font-size: 100%;
}
</pre></body></html>