@charset "utf-8";
/* =======================
 company
==========================  */
#page_icon {
    position: absolute;
    left: 30px;
    top: 30px;
    z-index: 102;
}

#company_box{
    right: 80px;
    top: 65px;
    position: absolute;
    z-index: 102;
	width:401px;
}

#company_box h1{
	background:url(../img/page_title_border.png) repeat-x;
	background-position:bottom;
	padding-bottom:18px;
}

#company_box #list_right_border{
	padding-right:16px;	
	border-right:#e6e6e6 solid 2px;
	
	
} 

#company_box dl{
	display:table;
	border-bottom:1px dotted #cacaca;
	padding:15px 0px;
	width:401px;
	
	font-size:11px;
}


#company_box dl dt{
	display:table-cell;
	
	width:5em;
}

#company_box dl dt p{
	display:block;
	background:url(../img/company_dot.png) no-repeat;
	background-position:right center;
}

#company_box dl dd{
	display:table-cell;
	vertical-align:middle;
	padding-left:10px;
}

#company_box dl.fl{
	float:left;
	width:193px;
}
#company_box dl.fr{
	float:right;
	width:193px;
}
#company_box dl.clear{
	clear:both;
}

.vali_top{
	vertical-align:text-top;
}


/* contents */
#top {
/* display: none; */
width: 100%; position: absolute; left: 0; top: 0; overflow: hidden; }
#top .about {
/* display: none; */
position: absolute; z-index: 102; left: 0; top: 50%; margin-top: -270px; width: 100%; text-align: center; }
#top .about .top_message { padding-left:250px; }
#top #topImg { width: 100%; height: auto; z-index: 0; }
