html {
}
body {
	background-color:#000000;
	font-size:0em;
    font-family:Verdana, Arial, Helvetica, sans-serif;
}
#wrapper {
	width:1260px;
	height:900px;
	margin-left:auto;
	margin-right:auto;
}



/* -------------------ヘッダーに関するcss------------------*/

#header {
}





/* -------------------ナビに関するcss------------------*/




#nav {
    border-bottom-width: 1px;
	list-style-type:none;
	list-style-position:outside;
	position:relative;
	line-height:1.5em;
	margin-bottom:7px;
}
#nav li {
	padding:0px 0px 0px 20px;
	
}
#nav #last {
	margin-top:10px;
}
#nav #last a {
	margin-right:10px;
}
#info {
	width:165px;
	}
#company {
	width:165px;
	height:135px;
	margin-bottom:5px;
}
#map {
	width:50px;
	float:left;
}


/* -------------------フッタに関するcss------------------*/


