@charset "utf-8";
/*-------------------------------------------
「美 にゃんダフル求人サイト」index用CSS
【作成日】2007/10/23
【更新日】2007/10/23
【designer】Hayami
【coder】Hayami
 Copyright (C) Lavan7 All Rights Reserved.
-------------------------------------------*/

/*/////////////////////////////////////////*/

/* + start 基本設定 + */
	*{
		margin:0px;
		padding:0px;
	}
	
	body{
		color:#797979;
		font-size:14px;
		font-family:"ＭＳ Ｐゴシック", Osaka;
		background-image:url("../img/bodybg.jpg");
		background-repeat:repeat-x;
		margin:0px auto;
		text-align:center;
	}
	
	h1{
		font-size:14px;
		font-weight:normal;
		margin:8px 0px 0px 20px;
	}
	
	br{
		clear:both;
	}
	
	hr{
		width:740px;
		border-top:solid 1px #C4C4C4;
		border-bottom:solid 1px #FFFFFF;
		margin:0px auto;
	}
	
	img{
		border:0px;
	}
	
	div#divbody{
		width:780px;
		height:376px;
		background-image:url("../img/divbody_bg.jpg");
		background-repeat:no-repeat;
		text-align:left;
		margin:0px auto;
	}
	
	p#enter{
		margin:100px 0px 0px 153px;
		float:left;
	}
	
	html[xmlns] p#enter{
		margin:105px 0px 0px 305px;
		float:left;
	}
	
	p#enter a{
		display:block;
		width:109px;
		height:31px;
		background-image:url("../img/index_enter.gif");
		background-repeat:no-repeat;
	}
	
	p#enter a:hover{
		background-image:url("../img/index_enter_on.gif");
		background-repeat:no-repeat;
	}
	
	p#k18{
		margin:97px 0px 0px 18px;
		float:left;
	}
	
	html[xmlns] p#k18{
		margin:102px 0px 0px 18px;
		float:left;
	}
	
	p#exit{
		margin:100px 0px 0px 17px;
		float:left;
	}
	
	html[xmlns] p#exit{
		margin:105px 0px 0px 17px;
		float:left;
	}
	
	p#exit a{
		display:block;
		width:109px;
		height:31px;
		background-image:url("../img/index_exit.gif");
		background-repeat:no-repeat;
	}
	
	p#exit a:hover{
		background-image:url("../img/index_exit_on.gif");
		background-repeat:no-repeat;
	}
	
	p#cmmtxt{
		width:530px;
		line-height:200%;
		margin:50px 0px 0px 22px;
	}
	
	/* safari only \*/
	html:\66irst-child p#cmmtxt{
		width:530px;
		line-height:200%;
		letter-spacing:-1px;
		margin:50px 0px 0px 22px;
	}
	/* end safari only */
	
	html[xmlns] p#cmmtxt{
		width:530px;
		line-height:180%;
		margin:50px 0px 0px 22px;
	}
	
	p#atttxt{
		font-size:12px;
		margin:10px 0px 0px 22px;
	}
	
	/* safari only \*/
	html:\66irst-child p#atttxt{
		font-size:12px;
		letter-spacing:-1px;
		margin:10px 0px 0px 22px;
	}
	/* end safari only */
	
	p#copyright{
		font-size:12px;
		margin-top:10px;
	}
	
	.driver_bn{
		padding:10px 0px 0px;
	}
/* + end 基本設定 + */

/*/////////////////////////////////////////*/


