@charset "UTF-8";



/* universal selector
=================================================================== */
* { font-size:100%; }



/* body
=================================================================== */
body { font-size:76%; line-height:140%; }
html>/**/body { font-size:12px; } /* Modern browser only (Win IE7 is excluded) */
body#subwindow * { font-size:100%; line-height:150%; }
html>/**/body#subwindow * { font-size:12px; } /* Modern browser only (Win IE7 is excluded) */



/* link
=================================================================== */
a:link,.pagelink a:link,.pagelink a:visited { color:#0033cc; text-decoration:underline; }
a:visited { color:#616dd8; text-decoration:underline; }
a:hover,a:active,.pagelink a:hover,.pagelink a:active { color:#d10000; text-decoration:none; }



/* other
=================================================================== */
img,th,td { border-width:0; }
img { vertical-align:middle; }
h1,h2,h3,h4,h5,h6,p,form,ul,ol,dl { margin:0; padding:0; }
ul { list-style-type:none; }
ol { list-style-type:decimal; margin-left:34px; }
table { border-width:0; border-collapse:separate; border-spacing:0; }
input,select,textarea { line-height:130%; }
input[type=checkbox],input[type=radio] { margin-right:3px; }



/* [Hack] clearfix
http://www.positioniseverything.net/easyclearing.html
http://www.kuroduction.com/doc/translation/position_is_everything/easyclearing.html
=================================================================== */
.clearfix:after { content:"."; display:block; height:0; clear:both; visibility:hidden; }
.clearfix { display:inline-table; }
/* Mac IE 5.x is excluded \*/
* html .clearfix { height:1%; }
.clearfix { display:block; }
/* End Mac IE 5.x is excluded */
