@charset "UTF-8";



/*
font-size percent/px (100% = 14px)
 72% = 10px
 79% = 11px
 86% = 12px
 93% = 13px
100% = 14px
108% = 15px
115% = 16px
122% = 17px
129% = 18px
136% = 19px
143% = 20px
150% = 21px
158% = 22px
165% = 23px
172% = 24px
179% = 25px
186% = 26px
*/



body {
margin: 0;
padding: 0;
font-size: 14px;
line-height: 1em;
color: #000000;
}

h1,h2,h3,h4,h5,h6,p,th,td,dl,ul,ol,caption,blockquote,input,select,textarea {
margin: 0;
padding: 0;
font-size: 100%;
line-height: 1.8em;
}

article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary {
display: block;
margin: 0;
padding: 0;
}

input[type=text],select,textarea {
margin: 0;
padding: 0;
height: 1.8em;
}

*:focus {
outline: none; 
}

img {
border: none;
}

form {
margin: 0;
padding: 0;
}

li {
list-style-type: none;
}

blockquote {
margin: 0 0 0 30px;
}

small {
font-size: 86%;
line-height: 1.5em;
}

strong, em {
font-style: normal;
font-weight: bold;
}



/* ClearFix  --------------------------------------------------- */

.ClearFix {
zoom: 1;
}

.ClearFix:after {
content: ""; 
display: block; 
clear: both;
}

#Header, #Footer, #GlobalNav, #Stage, .IndexMenu, .TabMenu {
zoom: 1;
}

#Header:after, #Footer:after, #GlobalNav:after, #Stage:after, .IndexMenu:after, .TabMenu:after {
content: ""; 
display: block; 
clear: both;
}