body{
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

h1{
	color: #333333;
}

/* Cfg */
#left5px{
	margin-left:  5px;
}

#left10px{
	margin-left:  10px;
}

#left20px{
	margin-left: 20px;
}

#left25px{
	margin-left: 25px;
}

#left30px{
	margin-left: 30px;
}

/* eLXgx */
.level1{
	color: #333333;
}

.level1b{
	color: #333333;
}

.level2{
	color: #333333;  
	font-weight:bold; 
	padding-bottom: 5px;
}

.level3{
	color: #006699;  
	font-weight:bold; 
	padding-bottom: 5px;
}

.level4{
	color: #333333;  
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	padding-bottom: 5px;
}

.level5{
	color: #666666;  
	font-weight:bold; 
	padding-bottom: 5px;
}

.level3b{
	font-size:14px;
	color: #FF6060;  
	font-weight:bold; 
	padding-bottom: 5px;
}

/* N */
a:link{
	color: #003399;
}

a:active{
	color: #003399; 
	text-decoration: none;
}

a:visited{
	color: #003399;
}

a:hover{
	color: #003399; 
	text-decoration: none;
}

/* tb^[ */
#english{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-selif;
}

#white{
	color: #ffffff;
}

#white a:link{
	color: #ffffff;
}

#white a:active{
	color: #ffffff; 
	text-decoration: none;
}

#white a:visited{
	color: #ffffff;
}

#white a:hover{
	color: #ffffff; 
	text-decoration: none;
}

/*201102追記*/

.gray {
	color: #FFFFFF;
	}

.gray a:link{
	color: #ff0000;
}

.gray a:active{
	color: #ffffff; 
	text-decoration: none;
}

.gray a:visited{
	color: #ff0000;
}

.gray a:hover{
	color: #000000; 
	text-decoration: none;
}


/*募集要項*/
 p.subtitle {
	margin: 10px 0px -10px 27px;
	color: #071849;
	font-size: 12px;
	}
	
table.recruit {
	margin: 10px 0px 0px 25px;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	width: 483px;
	}
	
table.recruit th {
	padding: 5px;
	background-color: #fdae6b;
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	font-size: 12px;
	font-weight:100;
	line-height: 160%;
	text-align: center;
	vertical-align: middle;
	width: 8em;
	}
table.recruit td {
	padding: 5px;
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	font-size: 12px;
	line-height: 160%;
	}
div.orange{
	background-color:#FDF3C4;
	border: 1px solid #e6e6e6;
	margin-left: 5px;
	margin-top: 5px;
	width: 400px;
}


/*印刷設定*/
@media print {
	body{background-image:none;}
}

