@charset "utf-8";

/* global style css */
/*----------------------------------------------------
 *[font size]
 defult "small"- about 13px
 size 116%- about 15px
 size 100%- about 13px
 size 85%- about 11px
 size 85%>116%- about 13px

----------------------------------------------------*/


/* global style
====================================================*/

/*=== value reset ===*/
* {
margin         :0;
padding        :0;
font-size:100%;

}

h1,h2,h3,h4,h5,h6,em,strong {
font-weight    :normal;
font-style     :normal;
}
th {
font-weight:normal;
text-align:left;
vertical-align:top;
}
ul,ol,li {
list-style-type:none;
}
img {
border         :0;
vertical-align:bottom;
}
a img {
vertical-align :middle;
}
em {
color          :#f00;
}
strong {
font-weight    :bold;
}
hr {
display        :none;
}


/*=== body & base font ===*/
body {

text-align:center;
font-family: "ヒラギノ角ゴ Pro W3",verdana,"Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
_font-family: "ヒラギノ角ゴ Pro W3",verdana;/* winIE5.x only */
_fo\nt-family: "ヒラギノ角ゴ Pro W3",verdana;/* winIE6 only */
}

.red    { color:#CC0000;}
.red02    { color:#900;}
.orange { color:#f60;}

.mbottom5 {
margin-bottom:5px;
}
.mbottom10 {
margin-bottom:10px;
}
.mbottom15 {
margin-bottom:15px;
}
.mbottom20 {
margin-bottom:20px;
}
.mbottom30 {
margin-bottom:30px;
}
.centerstyle {
text-align:center;
}
/*=== link style === */
a:link, a:visited {
color          :#135880;
text-decoration:underline;
}
a:hover, a:active {
color          :#135880;
text-decoration:underline;
}


/* clearfix */
.clearfix {
height         :auto !important;
height         :1px;
min-height     :1%;  /* for IE 7*/
/*\*//*/display:inline-table;/**/
}
.clearfix:after {
content        :".";
display        :block;
clear          :both;
height         :0;
font-size      :1%;
line-height    :1%;
visibility     :hidden;
}

