/* CSS Document */

.divide02 {
	clear:both;
}

#mainbox_out {
	text-align:center; 
	width:100%;
}

#mainbox_in {
	text-align:left; 
	margin:0px auto; 
	width:800px;
}

#box_logo {
	float:left; 
	background-color:#C6E9F1; 
	width:410px; height:410px; 
	text-align:center; 
	margin:150px 0 0 0;
}

h1 {
	margin:0 0 0 0;
	padding:185px 0 0 0;
}

#box_menu {
	float:left; 
	margin-top:150px;
	width:390px;
}

#box_menu img {
	visibility: hidden;
}

#box_menu a,
#box_menu a:link,
#box_menu a:visited {
	background-position: 0px 0px;
	float:left;
	margin:0;
	padding:0;
}
#box_menu a:focus,
#box_menu a:hover,
#box_menu a:active {
	background-position: 0px 410px;
	float:left;
	margin:0;
	padding:0;
}

#box_menu .concept a{
    background-image:url(../img/btn_index_concept_active.gif);
	float:left;
	width:98px;
}

#box_menu .works a{
    background-image:url(../img/btn_index_works_active.gif);
	float:left;
	width:98px;
}

#box_menu .service a{
    background-image:url(../img/btn_index_service_active.gif);
	float:left;
	width:97px;
}

#box_menu .company a{
    background-image:url(../img/btn_index_company_active.gif);
	float:left;
	width:97px;
}

#box_menu2 {
	margin:0;
}

#box_menu2 img {
	visibility: hidden;
}

#box_menu2 a,
#box_menu2 a:link,
#box_menu2 a:visited {
	background-position: 0px 0px;
	float:left;
}
#box_menu2 a:focus,
#box_menu2 a:hover,
#box_menu2 a:active {
	background-position: 0px 30px;
	float:left;
}

#box_menu2 .contactus a{
    background-image:url(../img/btn_index_contact_active.gif);
	margin:40px 23px 0 0;
}

#box_menu2 .recruit a{
    background-image:url(../img/btn_index_recruit_active.gif);
	margin:40px 0 0 0;
}

#copyright {
	float:right;
	margin:4px 0 0 0;
}

