@charset "utf-8";
@import "./table.css";

/* -------------------------------------------------------
	* Date : 2008/03
	* File : second.css
	* Copyright 2008 MAC InterNet All Rights Reserved. 
------------------------------------------------------- */
/*-----------------------------------------------
	*01 reset
-------------------------------------------------*/

h1,h2,h3,h4,h5,h6{
	margin:0px;
	padding:0px;
}

img{
	border:none;
	/*vertical-align:top;*/
}

p, hr, blockquote, address, noscript{
	margin: 0px;
	padding: 0px;
	font-style: normal;
	font-weight: normal;
	border: none;
}
ul, li , ol, dl, dt, dd , pre, table, form {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

.clear{
	clear:both;
	font-size:0px;
	line-height:0px;
}

/*-----------------------------------------------
	*05 top
-------------------------------------------------*/
body{
	font-family: "ＭＳ Ｐゴシック", osaka;
	font-size: small;
	margin: 0px auto;
}

div#popup,
div#recruit{
	width:580px;
	text-align:left;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

div#popup dl{
	width: 580px;
	margin: 0px;
	padding: 0px;
}

div#popup dl dt{
	margin: 0px;
	padding: 0px;
	background-image: url(../../popup/img/header.gif);
	background-repeat: no-repeat;
	background-position: top;
	height: 134px;
}
div#popup dl dd{
	background-image: url(../../popup/img/bg.gif);
	background-repeat: repeat-y;
	text-align: center;
	line-height:1.5;
	margin: 0px;
	padding: 0px;
}
div#popup dl dd.btm img{
	padding-bottom: 0px;
}

img.mrg20{
	padding-bottom: 20px;
	margin: 0px;
}
/*recruit*/
body#recruit #header{
	height: 68px;
	width: 580px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}

body#recruit #contents{
	background-color: #FFCC66;
	width: 580px;
	margin-right: auto;
	margin-left: auto;
}

body#recruit #footer{
	background-color: #FF0000;
	height: 50px;
	width: 580px;
	margin-right: auto;
	margin-left: auto;
}
/*
div#recruit dl{
	width: 580px;
	margin: 0px;
	padding: 0px;
}

div#recruit dl dt{
	margin: 0px;
	padding: 0px;
	background-image: url(../../recruit/img/recruit_bg.gif);
	background-repeat: no-repeat;
	background-position: top;
	height: 68px;
}
div#recruit dl dd{
	text-align: center;
	line-height:1.5;
	margin: 0px;
	padding: 0px;
	background-color: #FFCC99;
}
*/

