/*-----------------------------------------------

	fix.css

-------------------------------------------------*/

/* base */
body {
	margin: 0 auto;
	background: url(../img/cmn_bodybg.jpg) #ffffff no-repeat center 124px;
	font-family: "ƒqƒ‰ƒMƒmŠpƒS Pro W3","Hiragino Kaku Gothic Pro","Osaka","‚l‚r ‚oƒSƒVƒbƒN","MS P Gothic",sans-serif;
	color: #333333;
	text-align: center;
	width: auto !important;
}

#J_body {
	width: auto !important;
}

p {
	font-family: "ƒqƒ‰ƒMƒmŠpƒS Pro W3","Hiragino Kaku Gothic Pro","Osaka","‚l‚r ‚oƒSƒVƒbƒN","MS P Gothic",sans-serif;
}

div#fix {
	min-width: 910px;
	margin: 0 auto;
}

/* header */

div.header_fix {
	min-width: 910px;
	height: 124px;
	text-align: center;
	background: url(../img/cmn_headerbg.gif) repeat-x top;
}

/* footer */
p#f_pagetop {
	margin: 0 auto;
	padding: 40px 0 20px 0;
	width: 910px;
	text-align: right;
	clear: both;
}
#footer{
	padding-top: 15px;
	min-width: 910px;
	background: url(../img/cmn_footerbg.gif) #ffffff repeat-x top;
}

#footer #footerlink_area {
	margin: 0 auto;
	padding-bottom: 15px;
	width: 910px;
	background-color: #ffffff;
	clear: both;
	text-align: left;
	position: relative;
}
/* Tax */
#footer #footerlink_area ul#tax {
	float: right;
	color: #666666;
}
#footer #footerlink_area ul#tax li {
	text-indent: -1em;
	margin-left: 1em;
}
/* Link */
#footer #footerlink_area #footerlink {
	width: 574px;
}
#footer #footerlink_area #footerlink ul {
	margin-left: 60px;
	text-align: left;
}
* html #footer #footerlink_area #footerlink ul {
	margin-left: 100px;
	text-align: left;
}
#footer #footerlink_area #footerlink ul li {
	padding: 0 5px 6px 0;
	float: left;
	font-size: 0;
	line-height: 0;
}
#footer #footerlink_area #footerlink ul li#recruit {
	padding: 0;
	position: absolute;
	top: 0;
	left: 0px;
}
/*	Regal Area
-----------------------------------------*/
#regal_area {
	padding: 15px 0 30px 0;
	background-color: #eeeeee;
	text-align: center;
}

#regal_area #rc_area {
	margin: 0 auto;
	width: 910px;
}
#regal_area #regal {
	width: 550px;
	color: #666666;
	float: left;
	font-size: 10px;
	text-align: left;
}
#regal_area p#copyright {
	width: 260px;
	float: right;
}

#footer li {
	list-style: none;
	vertical-align: bottom;
}

#footer li img, #footer dt img, #footer dd img {
	vertical-align: top;
}



/*----------------------------------------
	clearfix
-----------------------------------------*/

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	height: 0px;
	font-size: 0.1px;
	line-height: 0.1px;
}

.clearfix {
	display: inline-block;}

/* Hides from IE-mac \*/
.clearfix  {
	display: block; 
}
/* End hide from IE-mac */