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

/**
 * YUI 3.4.0 (build 3928)
 * Copyright 2011 Yahoo! Inc. All rights reserved.
 * Licensed under the BSD License.
 * http://yuilibrary.com/license/
 */

html{color:#000;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,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}li{list-style:none}caption,th{text-align:left}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}q:before,q:after{content:''}abbr,acronym{border:0;font-variant:normal}sup{vertical-align:text-top}sub{vertical-align:text-bottom}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit}input,textarea,select{*font-size:100%}legend{color:#000}

body{font:13px/1.231 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small}select,input,button,textarea{font:99% arial,helvetica,clean,sans-serif}table{font-size:inherit;font:100%}pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%}

/**
 * 1.Structure Element
 */

html { overflow-y:scroll; } /* Show ScrollBar for Fx */

body { line-height:1.5; }

/**
 * 2.Text Element
 */

/* Font Family */

body{font-family:Helvetica,Arial,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;}
pre,code,kbd,samp,tt{font-family:"ＭＳ ゴシック","Osaka－等幅",monospace;}
select,input,button,textarea{font-family:Helvetica,Arial,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;}

/* Font Size */

h1 { font-size:189%; }     /* 25px */
h2 { font-size:161.6%; }   /* 21px */
h3 { font-size:138.5%; }   /* 18px */
h4 { font-size:123.1%; }   /* 16px */
h5, h6 { font-size:108%; } /* 14px */

p, pre, blockquote, address, cite { font-size:100%; } /* 13px */

dt, dd, dd dt, dd dd, dd li, dd p, dd pre, li, li dt, li dd, li li, li p, li pre { font-size:100%; } /* 13px */

/* Base Style */

h1, h2, h3, h4, h5, h6, strong { font-weight:bold; }

h1, h2, h3, h4, h5, h6, p, address { margin:0.5em 0; }

sup, sub { margin:0 0.1em; }
sup { vertical-align:0.4em; }
sub { vertical-align:-0.1em; }

em { font-style:italic; }

/**
 * 3.Hypertext Element
 */

a {
	overflow:hidden; /* Delete link line for Fx */
	cursor:pointer;
}

/*a:link, a:visited {
	color:#666;
	text-decoration:underline;
}
*/
a:hover {
	color:#999;
	text-decoration:underline;
}

a:active {
	color:#333;
	text-decoration:none;
}

/**
 * 4.List Element
 */

dl, ul, ol {
	margin:1em 0;
	padding:0;
	list-style-position:outside;
}

dd ul, dd ol, dd dl, dd p, li ul, li ol, li dl, li p { margin:0 10px; }

/**
 * 5.Table Element
 */

table {
	margin:0.5em 0 1em;
	background-color:#FFF;
}

caption {
	margin-bottom:0.5em;
	text-align:center;
}

th, td {
	padding:0.3em 8px;
	border:1px solid #CCC;
}

th { background-color:#F9F9F9; }

td { background-color:#FFF; }

/**
 * 6.Image Element
 */

img { vertical-align:text-bottom; }
img, a img, a:hover img { border:0; }

/**
 * 7.Other Elements
 */

object, param {
	border:0;
	outline:none;
	vertical-align:text-bottom;
}

hr { display:none; }

dl, ul, ol, h1, h2, h3, h4, h5, h6, p, address, pre, blockquote, table, form {
	margin-top:0;
	margin-bottom:0;
}
</pre></body></html>