@charset "utf-8";
/*
style.css
*/


/* ////////////////////////////////////////////////
  Font Style
//////////////////////////////////////////////// */
body {
font-size:13px;
font-family: 'メイリオ',Meiryo,'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','ＭＳ Ｐゴシック',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: 1.5em;
}

h1 {
font-size: 93%;
line-height: 1.5em;
}
h2 {
font-size: 93%;
line-height: 1.5em;
}
h3 {
font-size: 93%;
line-height: 1.5em;
}
h4 {
font-size: 93%;
line-height: 1.5em;
}
h5 {
font-size: 93%;
line-height: 1.5em;
}
h6 {
font-size: 93%;
line-height: 1.5em;
}

table {
font-size: 93%;
line-height: 1.5em;
}

ul,ol,dl {
font-size: 93%;
line-height: 1.5em;
}

strong {
font-weight:bold;
}
sub {
font-size:64%;
line-height:1em;
}
sup {
font-size:64%;
line-height:1em;
}
form {
line-height: 1.5em;
}

/* 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;
}


/*
class
*/
.asteriskS {
font-size: 77%;
}

.txt_nb {
font-weight: bold;
}
.txt_r,
.txt_rb {
color: #ca0000;
}
.txt_rb {
font-weight: bold;
}
.txt_b {
color: #2b86e3;
}




/*-------------------------------------------------
  Links 
-------------------------------------------------*/
/* Links */
a:link {
color: #ff8605;
text-decoration: none;
}
a:visited {
color: #ffa444;
text-decoration: none;
}
a:hover, a:active {
color: #ffa444;
text-decoration: underline;
}
/*-------- PNG alpha channel fix for IE6 ---------*/
* html .iepngfix {
	behavior: expression(IEPNGFIX.fix(this));
