/*================================================
	基本設定
================================================*/

html {
	overflow-y: scroll;
}


body, h1, h2, h3, h4, h5, h6, h7, ul, li, p {
	margin: 0;
	padding: 0;
}
body {
	background-image: url(images/back.jpg);
	background-repeat: repeat;
}

hr {	display: none;		}
li {	list-style: none;	}

#container {
	width: 840px; /* 770px - padding 20px */
	text-align: left;
	margin: 0 auto;
	padding: 0 10px;
}


/*================================================
	ヘッダー設定
================================================*/

#header {
	position: relative;
	top:  15px;
	width: 840px;
	height:  352px;
	background-image: url(images/top_02.jpg);
	z-index: 1;
}

#header h1 {
	position: absolute;
	left: 48px;
	top: 16px;
}

#header li {
	position: absolute;
	top: 59px;
}

#header .n01 {
	left: 570px;
}
#header .n02 {	left: 690px;	}


/*================================================
	ナビ
================================================*/

#navi {
	position: relative;
	width: 765px;
	height: 21px;
	top: -250px;
	left: 40px;
	z-index: 2;
	display: block;
}

#navi li {
	position: absolute;
	width: 153px;
	height: 21px;
	top: 3px;
}

#navi .n01 {	left: 0;		}
#navi .n02 {	left: 153px;	}
#navi .n03 {
	left: 306px;
}
#navi .n04 {	left: 459px;	}
#navi .n05 {	left: 612px;	}


/*================================================
	フラッシュ
================================================*/

#flash {
	position: absolute;
	top: 33px;
	width: 765px;
	height: 0px;
	left: 0px;
	z-index: 3;
}


/*================================================
	コンテンツ
================================================*/


/*top.html*/

#contents-top {
	position: relative;
	top: -6px;
	width: 840px;
	height: 490px;
	background-image: url(images/top_16.jpg);
}

#contents-top #information {
	display: block;
	position: absolute;
	height: 437px;
	width: 334px;
	top: 20px;
	left: 38px;
	background-image: url(images/info_03.jpg);
	padding:10px 0 0 0;
	
}
	
#contents-top #infoCont{
	height:410px;
	overflow:scroll;
	overflow-x: hidden; 
	
	}
#information .title {
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	padding-top: 20px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
}

#information .honbun {
	font-size: 12px;
	vertical-align: 150%;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 8px;
	padding-left: 15px;
	color: #666666;
}


#contents-top #photo01 {
	height: 170px;
	width: 400px;
	position: absolute;
	left: 400px;
	top: 30px;
}
#contents-top  #photo02 {
	height: 170px;
	width: 400px;
	position: absolute;
	left: 400px;
	top: 220px;
}
#contents-top  #buttom {
	height: 37px;
	width: 400px;
	position: absolute;
	left: 395px;
	top: 427px;
}



/*company.html*/

#aisatu01 {
	position: absolute;
	width: 760px;
	left: 42px;
	top: 20px;
	height: 29px;
}
#aisatu02 {
	position: absolute;
	width: 760px;
	left: 42px;
	top: 60px;
	height: 202px;
}
#enkaku01 {
	position: absolute;
	width: 760px;
	left: 42px;
	top: 585px;
	height: 29px;
}
#enkaku02 {
	position: absolute;
	width: 380px;
	left: 37px;
	top: 623px;
	height: 660px;
	background-image: url(images/gaiyou_back.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
#enkaku03 {
	position: absolute;
	width: 370px;
	left: 437px;
	top: 623px;
	height: 400px;
}
#contents-company {
	position: relative;
	top: -6px;
	width: 840px;
	background-image: url(images/top_16.jpg);
	height: 1360px;
}

#rinen01 {
	position: absolute;
	width: 760px;
	left: 42px;
	top: 300px;
	height: 29px;
}
#rinen02 {
	position: absolute;
	width: 760px;
	left: 42px;
	top: 341px;
	height: 202px;
}


/*mail.html*/

#mail-form {
	display: block;
	position: absolute;
	height: 350px;
	width: 700px;
	top: -215px;
	left: 80px;
	font-size: small;
	color: #333333;
	text-align: center;
	z-index: 30;
}
.singleform {
	height: 14px;
	width: 250px;
}
.doubleform {
	height: 45px;
	width: 250px;
}
#contents-mail {
	position: relative;
	top: -6px;
	width: 840px;
	height: 150px;
	background-image: url(images/top_16.jpg);
	z-index: 20;
}


/*staff.html*/
#contents-staff {
	position: relative;
	top: -6px;
	width: 840px;
	background-image: url(images/top_16.jpg);
	text-align: center;
}
#contents-staff .staff {
	width: 765px;
	position: relative;
	margin: 0 auto;
}
#contents-staff .staff-head {
	height: 29px;
	width: 765px;
	position: relative;
	left: 0px;
	background-position: bottom;
	text-align: center;
	margin: 0 auto;
	padding-top: 9px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 0px;
}
	
	
/*menu.html*/
#contents-menu {
	position: relative;
	top: -6px;
	width: 765px;
	background-image: url(images/top_16.jpg);
	padding-right: 30px;
	padding-left: 45px;
	padding-top: 10px;
}


/*link.html*/
#contents-link {
	position: relative;
	top: -10px;
	width: 840px;
	height: 350px;
	background-image: url(images/top_16.jpg);
	padding-top: -15px;
	display: block;
	z-index: 50;
}
#contents-link .bunner01 {
	height: 120px;
	width: 600px;
	position: absolute;
	top: -195px;
	left: 125px;
	text-align: center;
	z-index: 60;
}
#contents-link .bunner02 {
	width: 600px;
	position: absolute;
	top: -50px;
	left: 125px;
	text-align: center;
	z-index: 70;
}


/*link.html*/
#contents-recmail {
	position: relative;
	top: -6px;
	width: 840px;
	height: 790px;
	background-image: url(images/top_16.jpg);
	z-index: 2;
}

#rec-form {
	display: block;
	position: absolute;
	height: 380px;
	width: 700px;
	top: 70px;
	left: 80px;
	font-size: small;
	color: #333333;
	text-align: center;
	z-index: 4;
}

#rec-hyou {
	display: block;
	position: absolute;
	height: 290px;
	width: 700px;
	top: -220px;
	left: 80px;
	font-size: small;
	color: #333333;
	text-align: center;
	z-index: 50;
	vertical-align: 150%;
}


/*================================================
	フッター
================================================*/

#footer {
	position: relative;
	width: 840px;
	height:  46px;
	background-image: url(images/top_18.jpg);
	margin-top: -10px;
	margin-right: 0;
	margin-bottom: -10px;
	margin-left: 0px;
}
#rec-hyou table {
	font-size: 12px;
	color: #666666;
	vertical-align: 150%;
	z-index: 4;
}
#contents-check {
	position: relative;
	top: -6px;
	width: 840px;
	background-image: url(images/top_16.jpg);
	z-index: 20;
	font-size: small;
	color: #666666;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
#mail-check {
	position: absolute;
	width: 700px;
	top: -215px;
	left: 80px;
	font-size: small;
	color: #333333;
	text-align: center;
	z-index: 30;
}
#header-check {
	position: relative;
	top:  15px;
	width: 840px;
	height:  100px;
	background-image: url(images/top_02.jpg);
	z-index: 1;
}
#header-check h1 {
	position: absolute;
	left: 48px;
	top: 16px;
}
#container #contents-staff .staff td {
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
