/* Information =====================================
   name:fotter.css
   dir:_root/common/css/
   descript: style for footer area
   history:
   -2010.10.01 created by saito@yohk
   -2010.10.26 changed by saito@yohk
   
   
   
   ================================================= */



/* -----------------------------------------------
              Footer
   ----------------------------------------------- */

#Footer {
	width: 100%;
	background-color: #f9fcf7;
}

/* -----------------------------------------------
              Utility
   ----------------------------------------------- */

.area_util {
	padding: 22px 10px 2px;
	line-height: 1;
	text-align: center;
	border-top: 4px solid #d1dfda;
	letter-spacing: 0; /*for IE7*/
}

#Utility {
	border-left: 1px solid #B5BFC8;
	width: auto;
	display: inline;
	padding-left: 2px;
}

*:first-child+html #Utility {  /*for IE7*/
	background: url(../img/util_bg.gif) left 1px repeat-x;
}

#Utility li {
	margin: 0;
	line-height: 1;
	padding: 0 12px 0 11px;
	display: inline;
	border-right: 1px solid #B5BFC8;
	cursor: pointer;
}

/* -----------------------------------------------
              Copyright
   ----------------------------------------------- */

#Copyright {
	padding: 12px 14px 46px;
	/*background: url(../img/foot_bg.jpg) center bottom no-repeat;*/
}

#Copyright p {
	padding-bottom: 11px;
	text-align: center;
	line-height: 1;
	margin-top: 0;
}

#Copyright .last_child {
	padding-bottom: 0;
}