@charset "Shift_JIS";


/* BASE SET
******************************************************************************************** */
body{
font-family: "‚l‚r ‚oƒSƒVƒbƒN", "ƒqƒ‰ƒMƒmŠpƒS Pro W3", Osaka
}

div,img,h1,h2,h3,h4,h5,h6,p,ul,ol,dl,dt,dd,li,th,address,blockquote{
margin: 0px;
padding: 0px;
border: 0px;
font-style: normal;	
}


/* TITLE SET
******************************************************************************************** */
h2{
margin: 3px 0px;
padding: 0px;
}
th{
text-align: left;
}

/* FONT SET
******************************************************************************************** */
.fontL{
font-size: 15px;
line-height: 140%;
}
.fontLB{
font-size: 15px;
line-height: 140%;
font-weight: bold;
}
.fontM{
font-size: 13px;
line-height: 140%;
}
.fontMB{
font-size: 13px;
line-height: 140%;
font-weight: bold;
}
.fontS{
font-size: 11px;
line-height: 140%;
}
.fontSB{
font-size: 11px;
line-height: 140%;
font-weight: bold;
}

/* COLOR SET
******************************************************************************************** */
.white{
color: #FFF;
}
.red{
color: #C03;
}
.yellow {
color: #FFEA00;
}
.gray{
color: #888;
}
.green{
color: #093;
}
.pink{
color: #F6C;
}
.blue{
color: #06C;
}
.orange{
color: #F93;
}
.lightblue{
color: #09C;
}