@charset "utf-8";

/* -------------------------------------------------------
	* 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;
}
h1{
	font-size: 1.15em;
	line-height: 1.3;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	margin-bottom: 10px;
}
img {
	border:none;
}
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;
}

/*-----------------------------------------------
	*02 link
-------------------------------------------------*/

a {
	text-decoration: underline;
}
a:link {
	color: #666666;
}
a:visited {
	color: #666666;
}
a:hover {
	color: #000066;
}
a:active {
	color: #000066;
}

/*-----------------------------------------------
	*05 top
-------------------------------------------------*/
body{
	font-family: "ＭＳ Ｐゴシック", osaka;
	font-size: small;
	margin: 10px;
	line-height: 1.5;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: 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;
}

table.border {
	border-top: 1px solid #CCC;
	border-left: 1px solid #CCC;
	border-collapse:collapse;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
}
table.border td, table.border th {
	padding:3px;
	border-right:1px solid #CCC;
	border-bottom:1px solid #CCC;
	vertical-align: top;
	text-align: left;
}
table.border th {
	background:#EEE;
	font-weight: normal;
	text-align: left;
}
.waku{
	padding: 8px;
	margin: 10px;
	border: 1px solid #EEE;
}
p.border_bg{
	margin: 0px;
	padding-top: 8px;
	padding-bottom: 8px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #EEE;
	border-bottom-color: #EEE;

}

