@charset "utf-8";
/* CSS Document */

html, body{ background-color:#eee; background-image:url(../img/body_bg.gif); background-repeat:repeat-y; height: 100%;
}
html>body {
height: auto;
min-height: 100%;
}
#wrapper{ width:740px; text-align:left;}
.breadcrumb{ font-size:77%;}

body,input,textarea {
font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐ明朝", sans-serif, serif;
font-size: 13px;
}

body{color:#111111;}

.pageTop{margin:10px; float:right; font-size:77%}
.pageTop img{vertical-align:middle; margin-right:3px}

/***********************************************
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;
}


