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

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

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

a{
    color:#0099ff;
    text-decoration:none;
    
}


td{
line-height:1.5;
}

img {
	border:0px none;
}

#wrapper{
	clear:both;
	margin:0px auto;
	width:810px;
	border:1px solid #cccccc;
	background-color:#ffffff;
	text-align:center;
}

#contents{
	margin:0px auto;
	width:800px;
}

#left{
	width:577px;
	float:left;
	text-align:left;
	padding-left:20px;
}

#right{
	width:193px;
	float:right;
	text-align:left;
	padding-right:10px;
}

#head {
	width:806px;
	height:16px;
    background-color:#333333;
	margin-bottom:10px;
    padding:2px;
	font-size:100%;
	text-align:left;
    color:#ffffff;
}

h1{
	width:806px;
	height:16px;
    background-color:#333333;
	margin-bottom:10px;
    padding:2px;
	font-size:100%;
	text-align:left;
    color:#ffffff;
}

h2{
	font-size:100%;
}

#header{
	text-align:left;
	padding-left:10px;
	padding-bottom:5px;
}

#header2{
	background-image:url(../images/menu_bg.gif);
	text-align:center;
	vertical-align:bottom;
}

#footer {
	width:810px;
	height:auto;
	font-weight:bold;
	text-align:center;
	padding-top:4px;
    color:#ffffff;
    background-color:#333333;
	clear:both;
}
#footer ul{
	list-style:none;
	margin-left:10px;
	margin-top:10px;
	text-align:center;
}
#footer li{
	float:left;
	width:120px;
}
.credit{
	clear:both;
	margin-bottom:5px;
}


#login {
	text-align:center;
}

#result {
	text-align:center;
}

#login_2 {
	width:180px;
	height:270px;
	text-align:left;
	background:url(../images/login_bk.png) repeat-x;
	margin-bottom:20px;
	margin-top:15px;
}

#login_2 ul{
	list-style:none;
	padding-left:10px;
	width:160px;
}
#login_2 li{
	padding-top:5px;
	margin-bottom:5px;
}
#login_2 .li1{
	text-align:center;
}
#login_2 .li2{
	text-align:center;
	background:url(../images/bk_01.gif) no-repeat;
}
#login_2 .li2{
	padding:5px 0px;
}
#login_2 p{
	text-align:left;
	padding:10px 15px;
}

#link {
	width:180px;
	text-align:left;
	background:url(../images/link_bk.gif) repeat-y;
	margin-bottom:20px;
}

#link ul{
	list-style:none;
	width:160px;
	margin-left:10px;
}
#link li{
	padding-top:5px;
	margin-bottom:5px;
	text-align:center;
}

#search {
	width:548px;
	text-align:left;
	background:url(../images/search_bk.gif) repeat-y;
	margin-bottom:20px;
}

#search p{
	text-align:left;
	padding:0px 0px 10px 15px;
}

#search table{
	width:518px;
	border: 1px solid #cccccc;
	margin-top:5px;
	margin-left:15px;
	text-align:center;
}
#search th{
	font-weight:normal;
    background-color:#dddddd;
	padding:5px;
}
#search td{
	padding:5px;
}

#result2 {
	width:548px;
	text-align:left;
	background:url(../images/search_bk.gif) repeat-y;
}
#result2 table{
	width:520px;
	border: 1px solid #cccccc;
	margin:8px 0px;
}
#result2 th{
	font-weight:normal;
    background-color:#dddddd;
	padding:5px;
}
#result2 td{
	padding:5px;
}
#result2 .th1{
	width:70px;
}
#result2 .td1{
	text-align:right;
}
#result2 .td2{
	width:450px;
}
#result2 p{
	text-align:center;
}

#result3 {
	padding-left:15px;
}

#login3 {
	margin:0px auto;
	text-align:left;
	width:548px;
	background:url(../images/search_bk.gif) repeat-y;
	margin-top:15px;
}
#login3 table{
	width:518px;
	border: 1px solid #cccccc;
	margin-top:5px;
	margin-left:15px;
	text-align:center;
}
#login3 th{
	width:100px;
	font-weight:normal;
    background-color:#dddddd;
	padding:5px;
}
#login3 td{
	padding:5px;
}
#login3 .td1{
	width:398px;
	text-align:left;
}
#login3 p{
	text-align:left;
	padding-left:15px;
	color:#ff0000;
}

#site_add_form {
	margin:0px auto;
	text-align:left;
	width:725px;
	background:url(../images/register_bk.gif) repeat-y;
	margin-top:15px;
}
#site_add_form table{
	width:695px;
	border: 1px solid #cccccc;
	margin-top:5px;
	margin-left:15px;
	text-align:center;
}
#site_add_form th{
	width:100px;
	font-weight:normal;
    background-color:#dddddd;
	padding:5px;
}
#site_add_form td{
	padding:5px;
}
#site_add_form .td1{
	width:575px;
	text-align:left;
}
#site_add_form p{
	text-align:left;
	padding-left:15px;
	color:#ff0000;
}

#job_search {
	width:548px;
	margin:0px auto;
	margin-top:15px;
}

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

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

.button_submit2 {
	border-style:none;
	background-color:transparent;
	width:145px;
	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;
}
