@charset "Shift_JIS";

/***************************************************************

* base.css

***************************************************************/

/* タグの初期化設定
***************************************************************/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {  
	margin: 0; 
	padding: 0; 
} 
table {
	width: 100%;
	border-collapse: collapse; 
	border-spacing: 0;
	font-size: 100%;
} 
fieldset,img {  
	border: 0; 
}
li img {
	vertical-align: top;
}
address,caption,cite,code,dfn,em,strong,th,var { 
	font-style: normal; 
	font-weight: normal; 
} 
ol,ul { 
	list-style: none;
} 
 
caption,th { 
	text-align: left; 
} 

h1,h2,h3,h4,h5,h6 { 
	font-size: 100%; 
	font-weight: normal; 
} 
q:before,q:after { 
	content: ''; 
} 
abbr,acronym {
	border: 0; 
} 
 
 
 
 /* body
***************************************************************/

body {
	font-size: 12px;
	font-family		: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',Osaka,sans-serif;
	color:#666;
	line-height: 1.6em;
}
/* ie6 hack */
* html body {
	font-size: 75%;
	letter-spacing:0.1em;
	line-height: 1.6em;
}
/* ie7 hack */
*:first-child+html body {
	font-size: 75%;
	letter-spacing: 0.1em;
	line-height: 1.8em;
}

/* フロートクリアー処理
***************************************************************/
div{
    zoom:1;
}
div:after{
    content:".";
    display: block;
    height:0px;
    clear:both;
    visibility:hidden;
	overflow:hidden;
	font-size:0.1em;
	line-height:0;
}
/* リンク設定
***************************************************************/
a{
	color:#051034;
	text-decoration:underline;
}
a:hover{
	color:#051034;
	text-decoration: none;

}

/* wrapper
***************************************************************/
body > #wrapper {
	height:auto;
}
html,body {
	height: 100%;
}
#wrapper {
	height:100%;
	min-height:100%;
	background:url(../img/common/bg_wrapper.gif) repeat-y;
}

/* container
***************************************************************/
#container{
    width: 990px;
}
/* main
***************************************************************/
#main{
	float:right;
	width:540px;
	padding:130px 50px 150px;
}
#contents {
	margin: 0 0 50px;
}
/* sidebar
***************************************************************/
#sidebar{
	background:url(../img/common/bg_nav.gif) repeat-x;
	padding:40px 30px 0;
	width:290px;
	height:100%;
	float:left;
}
#logo {
	margin: 0 0 30px;
}
#logo a {
    background: url(../img/common/logo.png) no-repeat;
	display: block;
    width: 280px;
    height: 62px;
    text-indent: -5000px;
}

/* nav
***************************************************************/
#nav {
	margin:0 0 30px;
}
#nav li {
	zoom:1;
	margin:0 0 10px;
}
#nav a {
    display: block;
    text-indent: -5000px;
    height: 30px;
	width:290px;
    line-height: 30px;
    background-image: url(../img/common/nav.png);
}
#nav a:hover,
#nav a.current {
    background-image: url(../img/common/nav_hover.png);
}
.info a {
    background-position: 0 0;
}
.service a {
    background-position: 0 -40px;
}
.recruit a {
    background-position: 0 -80px;
}
.company a {
    background-position: 0 -120px;
}
.contact a {
    background-position: 0 -160px;
}
.privacy a {
    background-position: 0 -200px;
}
#nav .service ul a {
    background-image: url(../img/service/sub_nav.png);
}
#nav .service ul a:hover,
#nav .service ul a.current {
    background-image: url(../img/service/sub_nav_hover.png);
}
#nav .recruit ul a {
    background-image: url(../img/recruit/sub_nav.png);
}
#nav .recruit ul a:hover,
#nav .recruit ul a.current {
    background-image: url(../img/recruit/sub_nav_hover.png);
}
#nav .company ul a {
    background-image: url(../img/company/sub_nav.png);
}
#nav .company ul a:hover,
#nav .company ul a.current {
    background-image: url(../img/company/sub_nav_hover.png);
}
#nav .contact ul a {
    background-image: url(../img/contact/sub_nav.png);
}
#nav .contact ul a:hover,
#nav .contact ul a.current {
    background-image: url(../img/contact/sub_nav_hover.png);
}

#nav li ul {
	margin: 10px 0 5px;
}
#nav li li {
	margin: 0 0 5px;
}
#nav li li a {
    display: block;
    text-indent: -5000px;
    height: 21px;
    line-height: 21px;
	width:270px;
	margin: 0 0 0 20px;
}
#nav li li.sn01 a {
	background-position: 0 0;
}
#nav li li.sn02 a {
	background-position: 0 -26px;
}
#nav li li.sn03 a {
	background-position: 0 -52px;
}
#nav li li.sn04 a {
	background-position: 0 -78px;
}
#nav li li.sn05 a {
	background-position: 0 -104px;
}
#nav li li.sn06 a {
	background-position: 0 -130px;
}
#nav li li.sn07 a {
	background-position: 0 -156px;
}

/* banner
***************************************************************/
#banner {
	height: 240px;
	text-align: center;
}
#banner p {
	margin: 0 0 20px;
}


/* page
***************************************************************/
#page-nav {
	width:540px;
	height:17px;
	position:relative;
	background:url(../img/common/line_page.gif) no-repeat top center;
}
#page-nav .home a {
	width:44px;
	height:9px;
	position:absolute;
	left:0;
	top:7px;
}
#page-nav .pagetop a {
	width:91px;
	height:10px;
	position:absolute;
	right:0;
	top:7px;
}


/*turn-page
***************************************************************/
#turn-page{
	margin:0 0 20px;
}

#turn-page li {
	text-align: center;
	line-height: 31px;
}
#turn-page .prev {
	background:url(../img/common/bg_turn_prev.gif) no-repeat;
	width:200px;
	height:31px;
	float:left;
}
#turn-page .next {
	background:url(../img/common/bg_turn_next.gif) no-repeat;
	width:200px;
	height:31px;
	float:right;
}


/* footer
***************************************************************/
#footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
	z-index:100;
}
#footer .wrap {
    height: 50px;
    background-color: #051034;
	position:relative;
}
#footer #copyright {
	margin:left;
	background:url(../img/common/copyright.gif) no-repeat;
	text-indent:-9000px;
	width:333px;
	height:23px;
	position:absolute;
	left:14px;
	top:14px;
}
#footer #evgin {
	float:right;
	position:absolute;
	right:0;
	top:0;

}

