@charset "utf-8";
/* Global Setting */
* { line-height: 1.667em; padding: 0; margin: 0px; }

/**
 * YUI Fonts css
 * Percents could work for IE, but for backCompat purposes, we are using keywords.
 * x-small is for IE6/7 quirks mode.
 * 10 77% 11 85% 12 93% 13 100% 14 108% 15 116% 16 123.1% 17 131%
 */
body { margin: 0; padding: 0; font:13px/1.231 "メイリオ","ＭＳ Ｐゴシック",Arial, "ヒラギノ角ゴ Pro W3", Osaka; 
*font-size:small;*font:x-small;
color: #333333; background-color: #FFFFFF;
text-align: center;
}
table {font-size:inherit;font:100%;}
h1,h2,h3,h4,h5 { font-size: 100%; font-weight:normal; text-indent:0;}

/**
 * Bump up IE to get to 13px equivalent
 */
p { font-size: 93%; margin: 0px; padding: 0px; }
pre,code,kbd,samp,tt {font-family:monospace;*font-size:108%;line-height:100%; }
img { border-style: none; border-width: 0; vertical-align: bottom; }

li { list-style: none; font-size: 92%; }

ol { margin: 0;	padding: 0; }

ol li {	font-size: 1.0em; margin: 0 0 0.3em; padding: 0 0 0 15px; list-style: decimal inside; }

ul { margin: 0; padding: 0; }

form { margin: 0px; padding: 0px; }
input {	margin: 0px;padding: 0px;}
label {	font-size: 85%;}
address {font-size: 92%; font-style: normal; margin: 0px; padding: 0px; }
strong { font-weight: bold; line-height: 130%; font-size: 123.1%; }
.clear { clear: both; line-height: 1px; }

/* Link style */
a {outline: 0;}
a:link { color:#333333; text-decoration:none;}
a:visited { color:#333333; text-decoration:none; }
a:hover { color:#000000; text-decoration:underline; }
a:active { color:#000000; text-decoration:underline; }
