@charset "shift_jis";
/*-------------------------------------------------
	base
-------------------------------------------------*/

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td{
    margin: 0; 
    padding: 0;
}
html{
    overflow-y: scroll;
}
h1, h2, h3, h4, h5, h6{
    font-size: 100%; 
    font-weight: normal;
}
ol, ul{
    list-style:none;
}
fieldset, img{
     border:0;
}
table{
    border-collapse: collapse; 
    border-spacing:0;
}
caption, th{
    text-align: left;
}
address, caption, cite, code, dfn, em, strong, th, var{
    font-style: normal; 
    font-weight: normal;
}
img{
	vertical-align:bottom;
	
}

/*-------------------------------------------------
	text color and size
-------------------------------------------------*/

body, th, td, h1, h2, h3, h4, h5, h6, pre, input, textarea, option, div, p, dt, dd, li, address {
font-family:"ƒqƒ‰ƒMƒmŠpƒS Pro W3", "Hiragino Kaku Gothic Pro",Osaka, "‚l‚r ‚oƒSƒVƒbƒN", "MS PGothic", sans-serif;
font-size: 12px;
line-height: 140%;
font-weight: normal;
font-style: normal;
color:#666666;
}
body {
text-align:center;
}


/*-------------------------------------------------
	usefull margin
-------------------------------------------------*/

.mtS { margin-top:10px; }
.mtS2 { margin-top:15px; }
.mbSS { margin-bottom:6px; }
.mbSS2 { margin-bottom:3px; }
.mbS { margin-bottom:10px; }
.mbS2 { margin-bottom:15px; }
.mbM { margin-bottom:20px; }
.mbML { margin-bottom:25px; }
.mbL { margin-bottom:40px; }
.mlS { margin-left:10px; }
.mlM { margin-left:20px; }
.mrS { margin-right:10px; }
.mrM { margin-right:20px; }

.top_tit{ margin-top:15px; margin-bottom:10px; clear:both;}

.pb35 { padding-bottom:35px; }

.mb_canceler { margin-bottom:0px !important; }
.ml_canceler { margin-left:0px !important; padding-left:0px !important; }

.last{ margin-right:0 !important; }

 /*-------------------------------------------------
	usefull item
-------------------------------------------------*/
.tar { text-align:right; }
.tac { text-align:center; }
.clearfix:after {
height: 0;
visibility: hidden;
content: ".";
display: block;
clear: both;
}
.clearfix {
_height: 1px;
min-height: 1px;/*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}
.clear{
	clear:both;
}
.ov a:hover img{
	 filter: alpha(opacity=80);
  -moz-opacity:0.8;
  opacity:0.8;
}