﻿@charset "utf-8";
/* gide-navi rule */

#gide_navi {
	background-color:#FFFFFF;
	width: 148px;
	height: auto;
	float: left;
}

#gide_navi p {
	background-image: url(../../images/basic/column_bottom.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	width: 146px;
	float: left;
	border: 1px solid #FFFFFF;
}

#gide_navi li{
	height: 50px;
	width: 148px;
	float: left;
	list-style-type: none;
}

#gide_navi li a {
	background-color: #FFFFFF;
	display: block;
	line-height: 39px;
	height: 39px;
	width: 136px;
	padding: 5px;
	border-bottom: 1px solid #EEEEEE;
	border-left: 1px solid #EEEEEE;
	border-right: 1px solid #EEEEEE;
	text-align: left;
}

#gide_navi li a:hover {
	line-height: 38px;
	height: 38px;
	background-color: #EEEEEE;
	border-bottom: 2px solid #EEFFEE
}

/* recruit rule */
#right_recruit {
	float: right;
	width: 750px;
	height: auto;
	display: block;
}

#recruit_outline{
	width: 750px;
	height: auto;
	float: right;
}

#section1 {
	width: 580px;
	height: auto;
	float: left;
}

.recruit_table {
	font-weight: normal;
	width: 580px;
	height: auto;
	padding-top: 10px;
	padding-bottom: 10px;
}

.recruit_table h3 {
	font-weight: normal;
	width: 550px;
	height: 23px;
	padding-left: 30px;
	background-image: url(../../images/basic/label_h3_recruit_bar.gif);
	background-position: top;
	background-position: left;
	background-repeat: no-repeat;
	line-height: 23px;
	text-align: left;
}

.recruit_table h3 a {
	width: 350;
	float: left;
}

.recruit_table h3 span {
	width: 200;
	float: right;
}

.recruit_table table {
	width: 570px;
	height: auto;
	text-align: left;
	border-collapse: collapse;
	border: 1px solid #DDDDDD;
}

.recruit_table table tr th {
	width: 110px;
	padding: 5px;
	border: 1px solid #DDDDDD;
	background-color: #EEEEEE;
	font-weight: normal;
}

.recruit_table table tr td{
	width: 440px;
	padding: 5px;
	border: 1px solid #DDDDDD;
}

/* right bannr rule */
#right_banner {
	float: right;
	padding-top: 80px;
	width: 160px;
	height: auto;
}

#banner_border {
	border: 1px solid #EEEEEE;
}

#link_title {
	color: #FFFFFF;
	font-weight: bold;
	background-color: #999999;
}

#link_title img {
	padding-right: 3px;
	vertical-align: middle;
}

#banner_column {
	widht: 160px;
	height: auto;
	padding-top: 10px;
}

#banner_column img {
	padding-bottom: 10px;
}


