/* CSS Document */

/****************************************************
* Start!
*****************************************************/
*{
    line-height: 1.3em;
    letter-spacing: 0.08px;
    padding: 0px;
    margin: 0px;
    color:#000000;
   /* font-size: 13px; */
    font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
    font-weight:normal;
    list-style-type:none;
    text-decoration:none;
    /*IEバグ対策*/
    zoom:1;
}

body  {
	background:url(/common/images/recruitagent/body_background.gif) repeat-x;
	background-color:#ebf0f4;
    margin:0 0 0 10px;
    color: #000000;
    font-size:13px;
}

/*--共通文字修飾--*/
.big {
    font-weight:bold;
}

span.red {
    color:#FF0000;
}

p {
    line-height:1.3;
    /*アルファベット対策*/
    word-break:break-all;
    overflow:hidden;
}

/****************************************************
a Start! 
*****************************************************/
a {
    color:#336699;
}

a:visited {
    color:#660099;
}
a:hover {
    color:#FFCC00;
    text-decoration:underline;
}



/*画像の枠を削除*/
a:link img,
a:visited img,
a:active img,
a:hover img {
    border:0;
}

/****************************************************
#container Start! ※３段組み
*****************************************************/
.thrColLiqHdr #container { 
    width: 950px; 
    background: #FFFFFF;
    text-align: left;
    margin:0 auto;
} 

.thrColLiqHdr #bigLeft{
    width:730px;
    float:left;
}

.thrColLiqHdr #mainContent { 
    width:535px;
    margin: 15px 0 0 15px;
    float:right;
/*    overflow:hidden;*/
}

/****************************************************
#container Start! ※２段組み
*****************************************************/
.twoColFixRtHdr #container { 
    width: 950px;  
    background: #FFFFFF;
    margin: 0 auto; 
    text-align: left; 
} 

.twoColFixRtHdr #mainContent { 
    float:left;
    width:715px;
    margin:15px 0 0 0;
    padding:0 15px 0 10px;
}

/****************************************************
#container Start! ※1段組み
*****************************************************/
.oneColFixRtHdr #container { 
    width: 950px;  
    background: #FFFFFF;
    margin: 0 auto; 
    text-align: left; 
} 

.oneColFixRtHdr #mainContent { 
    margin: 0;
}

/****************************************************
#sitePromo Start!　
*****************************************************/
#sitePromo {
  height:25px;
}

#sitePromo h1 {
  width:950px;
  margin:0 auto;
  padding-top:5px;
  text-align:center;
  font-size:12px;
  color:#666666;
}

/****************************************************
#header Start!　
*****************************************************/
#header { 
  width:950px;
  height:115px;
  background:url(/common/images/recruitagent/header_background.gif) no-repeat left;	
} 

#header p {
  float:left;
  width:300px;
  height:115px;
  text-indent:-9999px;
  overflow:hidden;
}

#header p a{
  display:block;
  width:300px;
  height:115px;
}

#header div{
  padding-top:36px;
  text-align:right;
}

/****************************************************
#footer Start!　
*****************************************************/
#footer {
  padding-top:3px;
  background-color:#ebf0f4;
  text-align:center;
}

#footer span {
    color:#336699;
}
