@charset "utf-8";
/*-----------------------------------------------
 __default style clear
-----------------------------------------------*/

* {
	margin:0;
	padding:0;
	font-family: "ＭＳ ゴシック", "Osaka－等幅";
}

body {
	background:#ffffff;
	margin: 20px 0 auto;
	line-height:150%;
	color:#666666;
	text-align:center;
	font-size: 14px;
}

html {
	overflow-y:scroll;
}

p	{
	margin-bottom:1em;
}

h1, h2, h3, h4, h5 {
	margin:0;
	padding:0;
}

img,
fieldset {
	border:0;
	padding:0px;
	margin:0px;
	text-decoration:none;
}

table, td, th	{
	padding:1px;
}

h5	{
	font-size:14px;
}

/*-----------------------------------------------
 __Base Link Color Setting
-----------------------------------------------*/

a {
	color:#0033cc;
	text-decoration:underline;
}

a:link {
	color:#0033cc;
	text-decoration:underline;
}

a:visited {
	color:#0033cc;
	text-decoration:underline;
}

a:hover {
	color:#cc3300;
	text-decoration:none;
}

a:active {
	color:#cc3300;
	text-decoration:none;
}

table#recruit_tables	{
	border-collapse: collapse;
	width:400px;
}

table#recruit_tables th	{
	background-color:#999999;
	color:#FFFFFF;
	text-align:center;
	margin:0 auto;
	font-size:12px;
}

table#recruit_tables tr td	{
	background-color:#ffffff;
	font-size:12px;
	text-align:left;
}

table#recruit_tables td.center	{
	text-align:center;
	margin:auto 0;
	font-size:12px;
}


