@charset "utf-8";

a{}
a:hover{}
a img{border:none;}

h1,h2{
	margin:0;
	padding:0;
	font-size:100%;
	line-height:150%;
	font-weight:normal;
}

p,form{
	margin:0;
	padding:0;
}
.clear{clear:both;
	margin:0;
	padding:0;}

html,body{
	width:100%;
	}
body{
	margin: 0px;
	padding: 0px;
	font-size: 90%;
	line-height: 150%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-repeat: no-repeat;
	background-position: center;
}

#index{
	background-position: center top;
	background-repeat: no-repeat;
	background-image: url(../images/bg.jpg);
}
#about{
	background-position: center top;
	background-repeat: no-repeat;
	background-image: url(../images/bg.jpg);
}
.container{width:100%;
position: relative;
height:auto !important; /*IE6対策*/
     height: 100%; /*IE6対策*/
     min-height: 100%;}

.header{
	margin:0px auto;
	width:1000px;
	overflow:hidden;
	zoom:1;
}
#index .header{}

.logo{float:left;}
.login{float:right;}
.recruit{float:right;margin:269px 29px 0px;}

#navibar{
	width: 100%;
	height: 56px;
	background-color: #a4db4c;
	margin-top:60px;
}

.navi{
	width:1000px;
	margin:0px auto;
	}

.navi ul{
	padding:0px;
	margin:0px;
	list-style-type:none;
	}
	
.navi li{
	float:left;
	width:194px;
	height:43px;
	border-radius:10px;
	background-color:#fff;
	margin: 6px 0px 0px 74px;
	}
.navi li img{padding:10px 0 0 7px;}

#wrap{
	width:1000px;
	margin:0 auto;}
	
.main{
     padding-bottom:100px; /*フッターの高さと同じ*/}
	 	
#index .main ul{
	height:443px;
	margin:0px;
	padding: 0px;
	list-style-type:none;}

#index .main li{
	float:left;
	width:238px;
	height:443px;
}
.main .main1{
	margin: 25px 0px;
	background-image: url(../images/main1.jpg);
	background-repeat: no-repeat;
	background-position: left top;}
	.mainlitxt{padding:240px 20px 20px 20px;
	font-size:80%;}
	.main .main1 img{margin:54px 0 10px 185px;}
.main .main2{
	margin:25px 0 0 16px;
	background-image: url(../images/main2.jpg);
	background-repeat: no-repeat;
	background-position: left top;}
	.main .main2 img{margin:94px 0 10px 185px;}
.main .main3{
	margin:25px 0 0 16px;
	background-image: url(../images/main3.jpg);
	background-repeat: no-repeat;
	background-position: left top;}
	.main .main3 img{margin:54px 0 10px 185px;}
.main .main4{
	margin:25px 0 0 16px;
	background-image: url(../images/main4.gif);
	background-repeat: no-repeat;
	background-position: left top;}
	
#footer{width:100%;
	background-color: #a4db4c;
	height:100px;
	text-align:center; }

#footer .foot{
	width:1000px;
	margin:0px auto;
	color:#fff;
	padding-top:20px;}
	
#footer .foot ul{
	margin:0px 0 0 300px;
	padding: 0px;
	list-style-type:none;}

#footer .foot li{
	float:left;
	font-size:80%;
}
#footer .foot a{color:#fff;}
#footer .foot a:hover{color:green;}
#footer .foot a img{border:none;}