@charset "utf-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
}

h1 {font-size: 16px; font-weight: bold; color:#CC0000;}
p { font-size: 12px;}
#container {
	width: 760px;
	float:left;
}

#header {
	width: 760px;
	height: 220px;
	float:left;
	background:url(../includes/Nikkosystem.gif) no-repeat;
}

#nav {
	width: 760px;
	float:left;
}

#main-content {
	float: left;
	border: solid 1px;
	font-size: 12px;
	color: #000000;
	width: 760px;
	background:url(../includes/content.png) repeat-y;
	
}

.pic {
	float: left;
	width:195px;
	height:251px;
	margin: 10px;
}
.left-content {
	width: 500px;
	margin: 10px;
	float:left;
}
.right-content {
	width: 210px;
	float:right;
	margin:10px;
}
#footer {
	width: 760px;
	height: 40px;
	background:#333333;
	margin-top: 5px;
	float:left;
}
.copyright {
	width: 150px;
	margin: 15px;
	font-family: Arial, Helvetica, sans-serif;
	color:#6699FF;
	font-size: 10px;
	float:left;
	
}
