@charset "shift_jis";


/*Initialize
=================================================================*/
* {
	margin: 0;
}
body {
	background-color: #eeeeee;
	font-size:12px;
	margin: 0px;
	padding: 0px;
}

/*(X)HTML Tag Define
=================================================================*/
body,td,th,{
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size:12px;
	line-height:150%;
	color: #333333;
}

h1,h3,h4,h5,h6,p,dl{
	margin: 0px;
	padding: 0px;
}



#container {
	width: 762px;
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	background:#FFFFFF;
	margin: 0 auto;
	text-align: left;
}

.text12 {
	font-size: 12px;
	color: #666666;
	line-height: 140%;
}
.style1 {font-size: 12px;
　　　　  color: #666666;
         font-weight: bold;
}

/* all*/
table.table01{
	border-top: 1px solid #999999;
	border-right: 1px solid #999999;
	border-collapse:collapse;
}
table.table01 th{
	padding:3px;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
	text-align:left;
	font-weight:normal;
	background:#EEEEEE;
	vertical-align: top;
}
table.table01 td{
	padding:3px;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
	text-align: left;
	vertical-align: top;
}
table.table01 td.borderCancel{
	border-left:none;
	border-bottom:none;
	border-right:none;
}
.txt10px {
	font-size: 10px;
}
.boder {
	border-bottom: 1px dotted #999999;
	font-size: 12px;
	line-height: 180%;
}
.dot-blue {
	border: 1px dotted #3366FF;
}

/* recruit*/
.recruit h2 {
	font-size: 12px;
	font-weight: bold;
	color: #006699;
	border-bottom-width: 1px;
	border-left-width: 7px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #006699;
	border-left-color: #006699;
	margin: 0px;
	padding: 3px 0px 3px 10px;
}
.recruit2 h2 {
	font-size: 12px;
	font-weight: bold;
	color: #CC0000;
	margin: 0px;
	padding: 3px 0px 3px 10px;
	border-bottom: 1px solid #CC0000;
	border-left: 7px solid #CC0000;
}

