@charset "UTF-8";
/* CSS Document */
div.text_dot {
	border-bottom:dotted 1px #333333;
	padding-top:20px;
	padding-bottom:20px;
}
div.text_dot h1 {
	color:#FF0000;
}
div.text_dot h2 {
	color:#333333;
	font-weight:bold;
}
div.text_dot a {
	color:#FF0000;
	text-decoration:none;
}
div.text_dot a:hover {
	text-decoration:underline;
}
div.text_dot img {
	margin:10px auto 10px;
}
div.right {
	padding-top:10px;
	text-align:right;
	background-color:#FFFFFF;
}
div.center {
	text-align:center;
}
div.center a.to_guid {
	background-image:url(img/btn_recruit_ao.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	width:200px;
	height:45px;
	display:block;
	text-align:center;
	margin:0px auto;
}
div.center a.to_form {
	background-image:url(img/btn_recruit_bo.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	width:200px;
	height:45px;
	display:block;
	text-align:center;
	margin:0px auto;
}
div.center a:hover img {
	visibility:hidden;
}
div.center a img {
	margin:0px;
	padding:0px;
}
