@charset "UTF-8";
/*
style.css
*/


/* ////////////////////////////////////////////////
  Font Style
//////////////////////////////////////////////// */
body {
color: #666666;
font-size:13px;
font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
*font-size: small;
*font: x-small;
line-height:0;　/* margin fix for include file */
}

/* text size sample *10-26 number is pixel number */
.text10 { font-size: 77%; }
.text11 { font-size: 85%; }
.text12 { font-size: 93%; }
.text13 { font-size: 100%; }
.text14 { font-size: 108%; }
.text15 { font-size: 116%; }
.text16 { font-size: 123.1%; }
.text17 { font-size: 131%; }
.text18 { font-size: 138.5%; }
.text19 { font-size: 146.5%; }
.text20 { font-size: 153.9%; }
.text21 { font-size: 161.6%; }
.text22 { font-size: 167%; }
.text23 { font-size: 174%; }
.text24 { font-size: 182%; }
.text25 { font-size: 189%; }
.text26 { font-size: 197%; }

p {
font-size: 93%;
line-height: 2.2em;
}

h1 {
font-size: 93%;
line-height: 1.6em;
}
h2 {
font-size: 93%;
line-height: 1.6em;
}
h3 {
font-size: 93%;
line-height: 1.6em;
}
h4 {
font-size: 93%;
line-height: 1.6em;
}
h5 {
font-size: 93%;
line-height: 1.6em;
}
h6 {
font-size: 93%;
line-height: 1.6em;
}

table {
font-size: 93%;
line-height: 1.6em;
}

ul,ol,dl {
font-size: 93%;
line-height: 1.6em;
}
ul ul,
ul ol,
ul dl,
ol ul,
ol ol,
ol dl,
dl ul,
dl ol,
dl dl { font-size: 100%;}

strong {
font-weight:bold;
}
sub {
font-size:64%;
line-height:1em;
}
sup {
font-size:64%;
line-height:1em;
}
form {
line-height: 1.6em;
}

/* setting a consistent width, 160px; 
   control of type=file still not possible */
input[type=text],input[type=password],textarea {
font-size: 93%;
width:12.25em;
*width:11.9em;
}

/*-------------------------------------------------
  Links 
-------------------------------------------------*/
/* Links */
a:link {
text-decoration: none;
}
a:visited {
text-decoration: underline;
}
a:hover, a:active {
text-decoration: none;
}
