@charset "Shift_JIS";

/* basic
_____________________________________________________________________ */
html{ 
	min-width: 981px;
	margin:0;
	padding:0;
}



body {
	text-align: center;
	margin: 0 auto 0;
	padding: 0px 0px 0px 2px;
	border: 0px;
	color: #666666;
	font:normal small/1.4em Osaka,"MS UI Gothic",sans-serif;
	background: #ffffff url(../images/dot_v.gif) repeat-y top center;
}




div,img,hr,h1,h2,h3,h4,h5,h6,p,ul,li{
	margin: 0px;
	padding: 0px;
	border: 0px;
	display: block;
	font-weight: normal;
}


		/* basic
		_____________________________________________________________________ */
		
		/* \*/
		* html body {
			margin-left:3px;
		}
		/* */
		
		*:first-child+html body {
			margin-left:2px;
		}
		html>/**/body body{
			margin-left:0px;
		}



/* layout
_____________________________________________________________________ */
div#container {
	margin:0 auto;
	text-align: center;
	width: 980px;
	background: url(../images/bgd_c_2.gif) repeat-y top left;
}

div#left,
div#center,
div#right {
	float: left;	
	text-align: left;
}

div#left {
	width: 244px;
	background: url(../images/bgd_c.gif) repeat-y top left;
	position:relative;
}

div#center {
	width: 530px;
	height:100%;
	background:#fff;
	margin-left:244px;
}
* html div#center{ margin-left:0px;}

div#right {
	width: 205px;
	position:relative;
	background:#fff;
}

div.center_margin{
	margin-bottom:100px;
}

.back_top{
	margin-top:25px;
	margin-right:48px;
	text-align:right;
}

.back_top a{
	font-size: 9px;
	line-height: 18px;
	list-style-type: none;
	color: #666666;
	text-decoration: none;
}

		/* layout IE5.5 6 7 Firefox Safari Hack 
		_____________________________________________________________________ */

		/* \*/
		* html div#container {
			background: url(../images/bgd_c.gif) repeat-y top left;
			padding-left:1px;
			width:981px;
		}
		/* */
		
		
		*:first-child+html div#container {
			background: url(../images/bgd_c.gif) repeat-y top left;
			padding-left:1px;
			width:981px;
		}
		
		html[xmlns*=""] body:last-child div#container {
			padding-left:1px;
			width:981px;
			background: url(../images/bgd_c.gif) repeat-y top left;
		}
		
		
		html>/**/body div#container {
			padding-left:-1px;
		}
		
		html:\66irst-child div#container {
			padding-left:-1px;
		}

		html>/**/body div#left{
			margin-left:0px;
			margin-right:1px;
			background:#f7f7f7;
		}

		html[xmlns*=""] body:last-child div#left {
			margin-left:0px;
			background:none;
		}

		
		/* \*/
		* html div#left {
			background: none
		}
		/* */
		
		*:first-child+html div#left {
			background:none;
		}



/* contact
_____________________________________________________________________ */
div#contact{
	margin: 17px 0px 0px 10px;
	width: 70px;
	height: 9px;
}



/* logo
_____________________________________________________________________ */
div#logo {
	margin: 0px 0px 13px 10px;
}

div#logo img {
	width: 189px;
	height: 212px;
	border: 0px;
}



/* navigation
_____________________________________________________________________ */
div#navigation {
	margin:229px 0px 0px 10px;
}

		/*Position:fixed*/
		
		div#logo,div#navigation{
			position:fixed;
		}
		*html div#logo{
			position:static;
		}
		*html div#navigation{
			position:static;
			margin-top:0px;
		}
		/**/



/* recruit
_____________________________________________________________________ */
li#recluit{
	width:225px;
	position:absolute;
	top:539px;
	left:9px;
}



/* footer
_____________________________________________________________________ */
div#footer {
	clear: both;
	text-align: left;
	width: 980px;
	overflow:hidden;
	margin: 1px 0px 0px 1px;
	-margin: 0px 0px 0px 1px;
	padding: 11px 0px 10px 9px;
	background: #ffffff url(../images/dot_h.gif) repeat-x 0px 0px ;
}
*html div#footer{
	padding-left:2px;
}
div#footer p	{ float:left; padding:0px 14px 0px 0px; line-height:12px; font-size:9px; color:#666; letter-spacing:1px;}
div#footer a	{ margin:0; padding:0; line-height:12px; font-size:9px; text-decoration:none; color:#666;}
div#footer a:hover	{ text-decoration:underline;}



