@charset "utf-8";

/*default*/

body,h1,h2,p,ul,li{
  margin:0;
  padding:0;
}

ul {
	list-style-type: none;
}
img{
	border-style: none;

}
a {
	color: #a70503;
	text-decoration: none;
}

pre {
	font-family:'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', Sans-Serif;
	white-space: -moz-pre-wrap; /* Mozilla */
	white-space: -pre-wrap;     /* Opera 4-6 */
	white-space: -o-pre-wrap;   /* Opera 7 */
	white-space: pre-wrap;      /* CSS3 */
	word-wrap: break-word;      /* IE 5.5+ */
	width: 100%;
	overflow:auto;
	margin: 0px;
	padding: 0px;
	color: #333333;
}

body{
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size:80%;
	margin:0;
	padding:0;
	width:100%;
	text-align:center;
	background-color: #FFFFFF;
	background-image: url(/images/special/layoff/layoff_bg.gif);
	background-repeat: repeat-x;
	color: #666666;
	line-height: 1.6em;
	background-position: top;
}
#special_header {
	width: 830px;
	margin: 18px auto 10px auto;
	text-align: left;
}

h1{
	display: none;	
}

#big_title {
	padding: 0px;
	background-image: url(/images/special/layoff/layoff_title.gif);
	height: 136px;
	width: 830px;
	margin: 20px auto 5px auto;
	
}

#content_box{
	width:810px;
	text-align:left;
	background-color: #EAECEC;
	margin: 0 auto;
	padding: 15px 10px;
}

#content_box h2 {
	font-size: 17px;
	background-image: url(/images/special/layoff/layoff_title_obi.gif);
	background-repeat: no-repeat;
	height: 22px;
	padding: 9px;
}

#content_box .all_listbox {
	width: 780px;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
}

.notice{
	text-align: right;
}

.clearfloat {
  clear:both;
  height:0;
  font-size:1px;
  line-height:0px;
}


