@charset "utf-8";
/* CSS Document */

html>body {
height: auto;
min-height: 100%;
}
#wrapper{ width:740px; text-align:left; background-color:#eee; background-image:url(../img/body_bg.gif); background-repeat:repeat-y;}

/***********************************************
general-class
***********************************************/
.hide{
display: none;
}

.inline{
display: inline;
}
.left{
float:left;
}

.right{
float:right;
}

.clear{
clear: both;
}

.clearLeft{
clear:left;
}

.clearRight{
clear:right;
}

.block{
display:block;
}

.tleft{
text-align:left;
}

.tright{
text-align:right;
}

.tcenter{
text-align:center;
}


