@charset "utf-8";


/*--------------------------------------------*/
/* CSS RESET                                  */
/*--------------------------------------------*/

body, div, fieldset,
dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6,
pre, form, input, textarea,
p, blockquote, th, td {
margin: 0;
padding: 0;
}
table {
border-collapse: collapse;
border-spacing: 0;
font-size: 100%;
}
fieldset, img {
border: 0;
}
address, caption, cite, code, dfn, em, th, var {
font-style: normal;
font-weight: normal;
}
ol, ul {
list-style: none;
}
caption, th {
text-align: left;
}
h1, h2, h3, h4, h5, h6 {
font-size: 100%;
font-weight: normal;
}
q:before,
q:after {
content:'';
}
abbr,
acronym {
border: 0;
}


/*--------------------------------------------*/
/* clearfix                                   */
/*--------------------------------------------*/

.clearfix:after {
clear: both;
content:".";
display: block;
height: 0;
visibility: hidden;
}
.clearfix {
display: block;
min-height: 1%;
}
* html .clearfix {
height: 1%;
/*\*//*/
height: auto;
overflow: hidden;
/**/
}


/*--------------------------------------------*/
/* float                                      */
/*--------------------------------------------*/

.fltL {
float: left;
}
.fltR {
float: right;
}


/*--------------------------------------------*/
/* margin                                     */
/*--------------------------------------------*/

.mt03 {
margin-top: 3px;
}
.mt05 {
margin-top: 5px;
}
.mt07 {
margin-top: 7px;
}
.mt10 {
margin-top: 10px;
}
.mt12 {
margin-top: 12px;
}
.mt15 {
margin-top: 15px;
}
.mt20 {
margin-top: 20px;
}
.mt25 {
margin-top: 25px;
}
.mt30 {
margin-top: 30px;
}
.mt35 {
margin-top: 35px;
}
.mt40 {
margin-top: 40px;
}
.mt45 {
margin-top: 45px;
}
.mt50 {
margin-top: 50px;
}
.mt55 {
margin-top: 50px;
}
.mt60 {
margin-top: 60px;
}
.mt65 {
margin-top: 65px;
}
.mt70 {
margin-top: 70px;
}
.mt75 {
margin-top: 75px;
}
.mt80 {
margin-top: 80px;
}
.mt85 {
margin-top: 85px;
}


/*--------------------------------------------*/
/* tool                                       */
/*--------------------------------------------*/

.clear {
clear: both;
}
p.clear {
display: block;
height: 0;
visibility: hidden;
}
.block {
display: block;
}
.inline {
display: inline;
}
.nobg {
background: none !important;
}


/*--------------------------------------------*/
/* img                                        */
/*--------------------------------------------*/

.imgC {
text-align: center;
}
.imgL {
text-align: left;
}
.imgR {
text-align: right;
}

.imgL img,
.imgC img,
.imgR img {
display: inline;
}

.imgBoxR {
margin: 0 0 0 30px;
float: right;
text-align: center;
}
.imgBoxR img {
display: inline;
}

/*--------------------------------------------*/
/* font                                       */
/*--------------------------------------------*/

/*相対文字サイズ*/
.xx-small {
font-size: 70%;
}
.x-small {
font-size: 78%;
}
.small {
font-size: 85%;
}
.large {
font-size: 115%;
}
.x-large {
font-size: 130%;
}
.xx-large {
font-size: 143%;
}


/*--------------------------------------------*/
/* text                                       */
/*--------------------------------------------*/

.bold {
font-weight: bold;
}
.txtL {
text-align: left;
}
.txtC {
text-align: center;
}
.txtR {
text-align: right;
}

.ti1 {
text-indent: 1em;
}
.ti2 {
text-indent: 2em;
}
.ti3 {
text-indent: 3em;
}





body {
font-size: 13px;
line-height: 1.7em;
background: #f8f8f8;
}
#wrapper {
margin: 0 auto;
width: 660px;
background: url(../images/background-img.gif) repeat-y #fff;
}
h2 {
font-size: 16px;
clear: both;
}
h3, h4 {
font-weight: bold;
}
p, ul, h3 , h4 {
clear: both;
margin-left: 1em;
}
.ml2 {
margin-left: 2em;
}
.ml3 {
margin-left: 3em;
}
th, td {
text-align: center;
}

th, td {
border: 1px solid #bcbcbc;
}
th {
background: #f5f5f2;
}



