@charset "utf-8";
/**************************************************************************************************
GLOBAL SETTING
**************************************************************************************************/
*{
margin:0;
padding:0;
color:#000;
}

body {
background:#fff none;
font-size:10pt;
color:#000000;
}

a:link,
a:visited{
text-decoration:underline;
color:#000;
}

/**************************************************************************************************
DISPLAY SETTING
**************************************************************************************************/
#pagetop{
display:none;
}


/**************************************************************************************************
REWRITE SETTING
**************************************************************************************************/

.user_resumePreview #content{
width:651px;
margin:0 auto;
background:none;
}

.user_resumePreview h1{
padding:34px 0 0;
background:none;
}

.user_resumePreview p.date{
left:100px;
}

.user_resumePreview p.photo{
left:503px;
}

.user_resumePreview .inner{
padding:0;
background:none;
}

* html .user_resumePreview .inner .tableSmall{
width:455px;
}
*:first-child+html .user_resumePreview .inner .tableSmall{
width:455px;
}

