@charset "euc-jp";
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td
	{
	margin:0;
	padding:0;
	}
table
	{
	border-collapse:collapse;
	border-spacing:0;
	}
fieldset, img
	{
	border:0;
	}
address, caption, cite, code, dfn, em, strong, th, var
	{
	font-style:normal;
	font-weight:normal;
	}
ol, ul
	{
	list-style:none;
	}
caption, th
	{
	text-align:left;
	}
q:before, q:after
	{
	content:¡É;
	}
abbr, acronym
	{
	border:0;
	}
/* ************************************************ 
 * 1-2 Font-size Adjustment
 * 
 * 77% = 10px	| 	122% = 16px	|	167% = 22px	
 * 85% = 11px	|	129% = 17px	|	174% = 23px
 * 92% = 12px	|	136% = 18px	|	182% = 24px
 * 100% = 13px	|	144% = 19px	|	189% = 25px
 * 107% = 14px	|	152% = 20px	|	197% = 26px
 * 114% = 15px	|	159% = 21px	|
 * ************************************************ */
html
	{
	font:13px/1.22 "£Í£Ó £Ð¥´¥·¥Ã¥¯",arial,helvetica,clean,sans-serif;
	*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:99%;
	}
/* ************************************************ 
 * 1-3 Library
 * ************************************************ */
h1, h2, h3, h4, h5, h6
	{
	font-weight:normal;
	}
img
	{
	border:0px;
	}
hr
	{
	width:1px;
	height:1px;
	color:#FFFFFF;
	border:none;
	padding:7px 0px 7px 0px;
	clear:both;
	}
*+html hr
	{
	border:none;
	padding:0px;
	}
.clear
	{
	clear:both;
	}
.left
	{
	text-align:left;
	}
.right
	{
	text-align:right;
	}
.center
	{
	text-align:center;
	}
.bold
	{
	font-weight:bold;
	}