html {
}
body {
	background-color:#000000;
	font-size:0.85em;
    font-family:Verdana, Arial, Helvetica, sans-serif;
}
#wrapper {
	background-image:url(../images/back.png);
	background-repeat:no-repeat;
	width:1231px;
	height:855px;
	padding-left:50px;
	padding-right:50px;
	margin-left:auto;
	margin-right:auto;
}



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

#header {
}





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


#side {
	width:165px;
	margin-top:320px;
	float:left;
}

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


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


