/* 全体
---------------------------------------------------------- */
h1,h2,h3,h4,h5,h6,p,ul,ol,li,dl,dt,dd,table,th,tr,form {   
    margin:0; padding:0; font-size:100%;   
}  

body {
	font-size: 14px;
	color: #333333;
	line-height: 1.5;
}
a:link {
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: underline;
}

/* フォント
---------------------------------------------------------- */
.style1 {font-size: 12px}
.style8 {font-size: 14px}
.style10 {font-size: 14px; color: #fff; }


/* テーブル
---------------------------------------------------------- */
.waku { border:solid 2px #063; border-collapse:collapse; }   
.waku td { border:solid 1px; } 

.waku2 { border:solid 1px #036; border-collapse:collapse; }   
.waku2 td { border:solid 1px #036; }


/* クローズ案内
---------------------------------------------------------- */
 #closeMes {
	background: url(play/item/close-message.gif) no-repeat left top;
	height: 311px;
	width: 469px;
}


#closeMes #text {
	font-size: 100%;
	line-height: 1.5;
	margin-top: 40px;
	margin-right: 90px;
	margin-left: 90px;
	text-align: center;
}
/*求人ページ*/
#jobmain {

}
#jobmain h2 {
	font-size: 25px;
	line-height: 1.5;
	color: #006600;
	border: 3px double #009900;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 20px;
	margin-bottom: 20px;
}
#jobmain h3 {
	color: #990000;
	border-left: 5px double #990000;
	padding-left: 8px;
}
#jobmain ul {
	list-style: decimal inside;
	margin-bottom: 20px;
}
#toiawase {
	padding: 5px;
	margin-top: 20px;
	border: 2px dotted #990000;
}
#toiawase strong {
	color: #009933;
	font-weight: bolder;
}

.aki_d20 {
	margin-bottom: 20px;
}

/*労働条件のリスト*/
#condition li {
	list-style: circle inside;
}
#calenda2010 {
	float: none;
	width: auto;
	margin-right: 0px;
	margin-left: auto;
}
#calenda2010 ul {
	list-style: none;
}
#calenda2010 ul li {
	display: block;
	float: left;
	margin-right: 10px;
	width: auto;
}
/*お知らせ文強調の赤字*/
strong {
	color: #FF0000;
}
