/**
* job-squareCSS
* @author haruhide.iwamoto 2008/07/011
*/

* {
	margin:0px;
	padding:0px;
}

body{
	text-align:center;
    font-family:sans-serif;
	background-color:#999999;
	background:url(../images/bg.jpg) repeat-x;
}

a{
    font-size:10pt;
    color:#0099ff;
    text-decoration:none;
    
}


td{
font-size:10pt;
line-height:1.5;
}

img {
	border:0px none;
}


#head {
	width:810;
	height:20;
	font-family:sans-serif;
	font-size:12;
	text-align:left;
    padding:2px;
    color:#ffffff;
    background-color:#333333;
	margin-bottom:10px;
}

#footer {
	width:810;
	height:40;
	font-family:sans-serif;
	font-weight:bold;
	font-size:12;
	text-align:center;
	padding-top:4px;
    color:#ffffff;
    background-color:#333333;
}

#login {
	text-align:center;
}

#result {
	text-align:center;
}

.left {
	width:160px;
	padding:5px;
}

.button_submit {
	border-style:none;
	background-color:transparent;
	width:67px;
	margin-right:4px;
}

.button_reset {
	border-style:none;
	background-color:transparent;
	width:67px;
	margin-left:4px;
}

.button_submit_img {
	border-style:none;
	background-color:transparent;
}

.button_reset_img {
	border-style:none;
	background-color:transparent;
}

.switch_3 {
	background-repeat:no-repeat;
	text-align:center;
}

ul{
	list-style:none;
}

li{
	padding:5px;
}