

/**************************************************************************************************
INITIALIZATION
**************************************************************************************************/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,table,td,th,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;
}

ul,li,dl,dt,dd,ol {
list-style:none;
}

caption,th {
text-align:left;
}

input, textarea, select{
font-family:inherit;
font-size:inherit;
font-weight:inherit;
}

.nodisp, hr {
display: none;
}

/* FONT-SIZE
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	|
-------------------------------------------------------------------------------------------------*/
body {
font-size: 11px;
*font-size: small;
*font: x-small;
font: normal 90% 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック';
}

table {
font-size: inherit;
font: 100%;
}

select,
input,
textarea {
font-size: 99%;
}

* {
font-size: 100%;
font-weight: normal;
font-style: normal;
}

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

h2 a,h3 a { 
font-weight: bold;
}

img {
border: 0px;
color:#FFF;
background:transparent;
vertical-align: bottom;
}

p {
font-size: 107%;
line-height: 140%;
}

td {
font-size: 107%;
}

th {
font-size: 107%;
}

dt {
font-weight: normal;
}

dd {
line-height: 1.3em;
}

li {
line-height: 1.3em;
}


/* CLEARFIX
-------------------------------------------------------------------------------------------------*/
.clearfix:after{
display:block;
clear:both;
height:0;
visibility:hidden;
content:".";
line-height:0;
}

.clearfix{
display:inline-table;
min-height:1%;
}

/* FOR MAC IE \*/
* html .clearfix{
height:1%;
}

.clearfix{
display: block;
}
/* END OF FOR MAC IE */


/* LINK
-------------------------------------------------------------------------------------------------*/
a:link {
text-decoration:none;
}

a:active {
text-decoration:none;
}

a:visited {
text-decoration:none;
}

a:hover {
text-decoration:underline;
}

