@charset "utf-8";

/* TOPy[WCSS */

@import url(../common/layout.css);
@import url(../common/common.css);
@import url(../common/header.css);
@import url(../common/footer.css);
@import url(../menu/menu.css);

#top_img{
	width:100%;
	background-color:#D8ECE7;
}
*html #top_img{
	width:100%;
	background-color:#D8ECE7;
	margin-top:4px;
}

#top_img img{
	vertical-align:bottom;
}
#contents{
	background:url(staff_img.jpg) no-repeat right bottom;
}
#info_box{
	width:685px;
	float:left;
	padding-top:15px;
}
#company_info{
	width:200px;
	float:right;
	padding-top:15px;
}
#msg{
	clear:both;
}
#article_info_title{
	padding: 0 0 10px 4px;
}
#search_bnr{
	list-style:none;
	padding-left:4px;
	float:left;
}
#search_bnr li{
	float:left;
	padding-right:15px;
}
#update{
	float:right;
	background-color:#f3f3f3;
	width:350px;
}
#update h3{
	padding:20px 15px 15px 15px ;
}
#update p{
	padding:0 15px 20px 15px ;
	width:320px;
	color:#32a397;
	line-height:1.8em;
}
#info{
	width:484px;
	float:right;
}
#info h2{
	padding:10px 0 ;
}
.info_list{
	width:484px;
	height:165px;
	overflow:auto;
	margin-bottom:5px;
}
.info_list ul{
	list-style:none;
}
.info_list ul li{
	line-height:1.5em;
	padding:5px 0 6px 0 ;
	border-bottom:solid #999 1px;
	width:450px;
	font-size:10px;
}
*html .info_list ul li{
	line-height:1.5em;
	padding:5px 0 6px 0 ;
	border-bottom:solid #999 1px;
	width:450px;
	font-size:75%;
}
+*html .info_list ul li{
	line-height:1.5em;
	padding:5px 0 6px 0 ;
	border-bottom:solid #999 1px;
	width:450px;
	font-size:75%;
}

.info_list ul li span{
	color:#32a397;
	padding-right:10px;
}
.info_list ul li a{
	color:#626160;
	text-decoration:none;
}
.info_list ul li a:hover{
	color:#32a397;
	text-decoration:none;
}

#company_info h3{
	padding:0 0 10px 0 ;
}
#company_info p{
	line-height:1.6em;
	padding-bottom:10px;
	color:#626160;
}
#company_info p img{
	vertical-align:bottom;
}
#msg{
	padding:15px 0 0 4px ;
}
#msg h3 img{
	vertical-align:bottom;
}
#msg p{
	background: url(staff_msg_bottom.gif) no-repeat bottom left ;
	line-height:1.7em;
	padding:3px 200px 44px 30px;
	color:#626160;
}


