* {
	margin: 0;
	padding: 0;
}
BODY {
	margin:0px;
	scrollbar-arrow-color: #ffffff;
	scrollbar-face-color: #cccccc;
	scrollbar-highlight-color: #ffffff;
	scrollbar-shadow-color: #ffffff;
	scrollbar-3dlight-color: #ffffff;
	scrollbar-darkshadow-color: #ffffff;
	scrollbar-track-color: #ffffff;
	background-color : #FFFFFF;
}

font {
	font-family: "Meiryo", "MS UI Gothic" , "Segoe UI", "verdana", "Arial";
	color="#666666";
}
font.bold{
	font-weight:bold;
}
div.center{
	text-align:center;
}
div.right{
	text-align:right;
}

a:link {text-decoration:none;color:#999999;}
a:visited {text-decoration:none;color:#999999;}
a:active {text-decoration:none;color:#999999;}
a:hover {text-decoration:none;color:#999999;}

textarea{
	border-width: 1px; border-style: solid;
	font-size:10px;
	letter-spacing:2px;
	color:#DBD8C1;
	font-family: "Meiryo", "MS UI Gothic" , "Segoe UI", "verdana", "Arial";
	background-color : #FFFFFF;
}


input{
	font-size:9pt;
	color:#999999;
	background-color:#FFFFFF;
	border:1 solid #cccccc; 
}

select{
	font-size:9pt;
	color:#999999;
	background-color:#FFFFFF;
	border:1 solid #cccccc; 

}

table{
	border:none;
}

<!--主要素ー-->
div#wrapper{
    text-align:left;
    margin:0px;
    width:800px;
}

div#main{
	width:800px;
	background-image:url(images/back.jpg);
	background-repeat:repeat-y;
}

div#contents{
	width:740px;
	margin-top:0px;
	margin-left:30px;
	margin-right:30px;
}
#footer{
	width:800px;
	height:100px;
	background-image:url(images/footer.jpg);
	background-repeat:no-repeat;
	clear: both;
}

<!--ヘッダーナビゲーション-->

#title{
	position:relative;
	width: 466px;
	height: 181px;
	z-index: 1;
	vertical-align: middle;
	float:left;
}

#about{
	position:absolute;
	left:466px;
	top:0px;
	width: 55px;
	height: 70px;
	z-index: 2;
	float:left;
}

#profile{
	position:absolute;
	left:521px;
	top:0px;
	width: 55px;
	height: 70px;
	z-index: 3;
	float:left;
}

#photo{
	position:absolute;
	left:576px;
	top:0px;
	width: 55px;
	height: 70px;
	z-index: 4;
	float:left;
}

#database{
	position:absolute;
	left:631px;
	top:0px;
	width: 54px;
	height: 70px;
	z-index: 5;
	float:left;
}

#blog{
	position:absolute;
	left:685px;
	top:0px;
	width: 55px;
	height: 70px;
	z-index: 6;
	float:left;
}

#link{
	position:absolute;
	left:740px;
	top:0px;
	width: 60px;
	height: 70px;
	z-index: 7;
	float:left;
}

#film{
	position:absolute;
	left:466px;
	top:70px;
	width: 334px;
	height: 111px;
	z-index: 8;
	float:clear;
}