/*menu*/
.menu{
	width:538px;
	height:29px;
	margin:0px;
	padding:0px;
	background-repeat: no-repeat;
	list-style:none;
	background-image: url(/img/menu.jpg);
}

.menu li a{ display: block; width:100%; height:0px; padding-top:29px; text-decoration:none; overflow: hidden;}
.menu li a:hover{background:url(/img/menu.jpg);}

.menu li#home{float:left; width:89px; height:29px;}
.menu li#outline{float:left; width:90px; height:29px; background:url(/img/menu.jpg); background-position:-89px -29px;}
.menu li#business{float:left; width:90px; height:29px;}
.menu li#result{float:left; width:90px; height:29px;}
.menu li#recruit{float:left; width:90px; height:29px;}
.menu li#inquiry{float:left; width:89px; height:29px;}

.menu li#home a:hover{background-position:0 -29px;}
.menu li#outline a:hover{background-position:-89px -29px;}
.menu li#business a:hover{background-position:-179px -29px;}
.menu li#result a:hover{background-position:-269px -29px;}
.menu li#recruit a:hover{background-position:-359px -29px;}
.menu li#inquiry a:hover{background-position:-449px -29px;}

/*content*/

#content {
    background-image: url(/img/second/second_bg.gif);
	background-repeat: repeat-y;
	background-position: left;
	width: 860px;
	margin-top: 30px;
}

#content .l_menu{
	width: 210px;
	float: left;
}

#content .main{
	width: 650px;
	float: left;
}

.outline_left {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #00A63E;
}

.outline_right {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}

.outline_left2 {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #00A63E;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #00A63E;
}

.outline_right2 {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

/*s_yajirusi*/

.s_yajirusi{
	width:180px;
	text-align: left;
}

.s_yajirusi a{
	display:block;
	width:100%;
	background-color: #ffffff;
	padding-top: 8px;
	padding-bottom: 8px;
	color:#4c4c4c;
	text-decoration:none;
	background-image: url(/img/second/s_yajirusi.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

.s_yajirusi a:hover{
	display:block;
	width:100%;
	background-color: #E8E8E8;
	padding-top: 8px;
	padding-bottom: 8px;
	color:#5FAE23;
	text-decoration:none;
	background-image: url(/img/second/s_yajirusi.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
