@charset "shift_jis";

body{ background:#FFFFFF url(../../../img_common/bg.gif) repeat-y; color:#333; margin:0; padding:0;}
hr {
display: none;
}

address{
font-style:normal;
}

div,p,span,a,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6{
padding:0;
margin:0;
} 

li{
list-style:none;
}

img {
/*img要素をブロック要素に変更＆ボーダー無し*/
border: 0; 
}


/***********************************************
 general-class
***********************************************/
.hide{
display: none;
}

.inline{
display: inline;
}

.indent{
text-indent:-9999px;
}


.tleft{
text-align:left;
}

.tright{
text-align:right;
}

.tcenter{
text-align:center;
}

.left{
float:left;
}

.right{
float:right;
}

.clear{
clear: both;
}

.clearLeft{
clear:left;
}

.clearRight{
clear:right;
}

.block{
display:block;
}

.verM{
vertical-align:middle;
}

.verB{
vertical-align:0.3em;
}



