/*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;}
.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;
}


/*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;
}

/*news*/
.date {
	margin-right: 15px;
	color: #99D545;
}

.newstitle {
	width:650px;
	background-image: url(/news/img/title_bg.gif);
	background-repeat: repeat-x;
	background-color: #CCCCCC;
}
.newstitle table{
	padding-top: 4px;
	padding-bottom: 4px;
	margin-left: 10px;
	margin-right: 10px;
}

.news_photo {
	border-color:#f2f2f2;
	border-style:solid;
	border-width:3px;
	margin-right:15px;
	margin-bottom:5px;
	float:left;
}

/*policy*/
.policy {
	width:650px;
	background-image: url(/news/img/title_bg.gif);
	background-repeat: repeat-x;
	background-color: #CCCCCC;
}
.p_content {
	width:650px;
	background-image: url(/img/second/midasi_bg.gif);
	background-repeat: repeat-x;
	background-color: #F2F2F2;
}

/*iso*/
#iso_content{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #cccccc;
	padding: 15px;
	width: 620px;
}
#iso_content .line{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
}

#iso_content .mgn{
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
}

#iso_content .right_mgn{
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #05A837;
	padding-left: 10px;
}

/*environment*/
.e_list01{
	background-image: url(../environment/img/01.jpg);
	background-repeat: no-repeat;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 38px;
}
.e_list02{
	background-image: url(../environment/img/02.jpg);
	background-repeat: no-repeat;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 38px;
}
.e_list03{
	background-image: url(../environment/img/03.jpg);
	background-repeat: no-repeat;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 38px;
}
.e_list04{
	background-image: url(../environment/img/04.jpg);
	background-repeat: no-repeat;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 38px;
}
.e_list05{
	background-image: url(../environment/img/05.jpg);
	background-repeat: no-repeat;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 38px;
}