/*-------------------
基本設定
---------------------*/


* {
	margin: 0px;
	padding: 0px;
	font-style: normal;
}
html {
	background: #FFF;
	overflow-y:scroll;
}
body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 70%;
	line-height: 1.6;
	color: #666666;
	background: #FFF;
	font-weight: bold;
}
img {
	vertical-align: bottom;
	border-style: none;
}


a:link {
	color: #333;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	color: #FFCC33;
	text-decoration: none;
}
a:active {
	color: #FFCC33;
	text-decoration: none;
}
h3 {
	font-size: 36px;
	font-weight: bold;
	color: #CC0;
	padding-left: 20px;
}
h4 {
	font-size: 22px;
	color: #333;
}
.color_orn{
	color: #EC6538;
}
.color_pa{
	color: #74499A;
}
.color_gre{
	color: #94C33A;
}
.color_ye{
	color: #FFF465;
}
.color_red{
	color: #E2244B;
}
.color_pink{
	color: #EE96BD;
}
.color_blue{
	color: #4A57A5;
}
.color_sky{
	color: #7ACBDF;
}



/*-------------------
wrapper
---------------------*/
#wrapper {
	background: #fff;
	margin: 0px auto;
	width: 1000px;
	overflow: hidden;
	border: 1px solid #F5F5F5;
}
/*-------------------
header
---------------------*/
#header {
	height: 102px;
	overflow: hidden;
	display: block;
}
#header h1 {
	float: left;
margin:20px 0 0 0 ;
}

#header ul {
margin:20px 0 0 0 ;
}



#header ul li {
	list-style: none;
}

#header ul .home {
	float: right;
}

#header .hermanmiller a {
	background: url(img/hermanmiller_logo.jpg) no-repeat;
	text-indent: -9999px;

	float: right;
}
#header .hermanmiller a:hover {
	background: url(img/hermanmiller_logo_on.jpg) no-repeat;
	
}

#header .hermanmiller a:active {
	background: url(img/hermanmiller_logo_on.jpg) no-repeat;
	
}
/*-------------------
gloval_navi
---------------------*/
#global_navi {
	height:35px;
	width: 1000px;
	background: #fdfaf5 no-repeat;
	border-bottom: 2px solid #d3a527;
	padding-left: 180px ;
}
#global_navi ul {
	height: 35px;
	width: 1000px;
	list-style: none;	
}
#global_navi ul li {
	float: left;
	
}
#global_navi ul li a {
	text-indent: -9999px;
	display: block;
	height: 35px;
	width: 74px;
	overflow: hidden;
	padding-right: 20px;
	padding-left: 20px;
}
#global_navi #home {
	background: url(img/home_off.jpg) no-repeat;
}
#global_navi #home:hover {
	background: url(img/home_on.jpg) no-repeat;
}
#global_navi #profile {
	background: url(img/profile_off.jpg) no-repeat;
}
#global_navi #profile:hover {
	background: url(img/profile_on.jpg) no-repeat;
}
#global_navi #service {
	background: url(img/service_off.jpg) no-repeat;
}
#global_navi #service:hover {
	background: url(img/service_on.jpg) no-repeat;
}
#global_navi #project {
	background: url(img/project_off.jpg) no-repeat;
}
#global_navi #project:hover {
	background: url(img/project_on.jpg) no-repeat;
}
#global_navi #contact {
	background: url(img/contact_off.jpg) no-repeat;
}
#global_navi #contact:hover {
	background: url(img/contact_on.jpg) no-repeat;
}
#global_navi #recruit {
	background: url(img/recruit_off.jpg) no-repeat;
}
#global_navi #recruit:hover {
	background: url(img/recruit_on.jpg) no-repeat;
}




/*-------------------
main contents
---------------------*/
#main_contents {
	width:1000px;
	margin-top: 20px;
	margin-bottom: 20px;
}

#index_page #main_contents img {
	margin-right: auto;
	margin-left: auto;
	display: block;	
}

/*-------------------
footer
---------------------*/
#footer {
	background: #FFF;
	height: 40px;
	border-top: 1px solid #F5F5F5;
}

#footer li {
	float: left;
	list-style: none;
	overflow: hidden;
	margin-right: 20px;
	margin-left: 20px;
}
#footer address {
	float: right;
}
/*--------各ページメニューオーバー設定--------*/
#index_page #global_navi #home {
	background: url(img/home_on.jpg) no-repeat;
}
#profile_page #global_navi #profile {
	background: url(img/profile_on.jpg) no-repeat;
}
#service_page #global_navi #service {
	background: url(img/service_on.jpg) no-repeat;
}

#project_page #global_navi #project {
	background: url(img/project_on.jpg) no-repeat;
}
#contact_page #global_navi #contact {
	background: url(img/contact_on.jpg) no-repeat;
}
#recruit_page #global_navi #recruit {
	background: url(img/recruit_on.jpg) no-repeat;	
}


/*--------service-------*/
#service_page #main_contents {
	background: url(img/total_relocation_service.jpg) no-repeat;
	width: 1000px;
	height: 628px;
}
/*--------contact-------*/

#contact_page #main_contents {
	background: url(img/_los_angel.jpg) no-repeat;
	width: 999px;
	height: 1054px;
}

#contact_page #los_angels {
	float: left;
	width: 400px;
	padding-left: 100px;
	margin-top: 35px;
}
#contact_page #new_york {
	float: right;
	width: 399px;
	padding-left: 100px;
	margin-top: 10px;
	
}
#contact_page #san_fransisco {
	float: left;
	width: 400px;
	padding-left: 100px;
	margin-top: 100px;
}
#contact_page #chicago {
	float: right;
	width: 399px;
	padding-left: 100px;
	margin-top: 100px;
}
#contact_page #london {
	float: left;
	width: 400px;
	padding-left: 100px;
	margin-top: 230px;
}


#contact_page #main_contents p {
	padding-left: 20px;
	line-height: 2em;
}

#main_contents p {
	padding-left: 20px;
	line-height: 2em;
}

/*--------recruit-------*/
#recruit_page #main_contents p {
	text-align: center;
}

/*--------profile-------*/
#profile_page #main_contents {
	background: url(img/plofile_back.jpg) no-repeat;
	height: 500px;
}

/*--------project-------*/

#project_page #main_contents ul li {
	float: left;
	list-style: none;
	margin-right: 5px;
	margin-left: 5px;
}
#project_page #main_contents {
	height: 850px;
}

