@charset "utf-8";

/***************************************************
body setting
**************************************************/

body {
color: #333;
background: #e4e1dc url("/common/img/bg_body.gif") repeat-x left top;
text-align: center;
}

/***************************************************
font setting

10px => 77%       11px => 85%       12px => 93%
13px => 100%      14px => 108%      15px => 116%
16px => 123.1%    17px => 131%      18px => 138.5%
19px => 146.5%    20px => 153.9%    21px => 161.6%
22px => 167%      23px => 174%      24px => 182%
25px => 189%      26px => 197%

**************************************************/

body {
font: 13px/1.6 'ＭＳ Ｐゴシック',arial,helvetica,clean,sans-serif;
* font-size: small;
* font: x-small;
}

select,
input,
button,
textarea {
font: 99% arial,helvetica,clean,sans-serif;
}

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

pre,
code,
kbd,
samp,
tt {
font-family: monospace;
* font-size: 108%;
line-height: 100%;
}

/***************************************************
link text setting
**************************************************/

a:link,
a:visited {
color: #13678c;
text-decoration: underline;
}

a:hover,
a:active {
color: #b60030;
text-decoration: none;
}

/***************************************************
common class setting
**************************************************/

.clrFix { zoom: 1;}
.clrFix:after { content: '';display: block;clear: both;line-height: 0;font-size: 0.1em;}

.txtR {text-align: right;}