/*
20110213 쐬


*/


#block{
	width : 800px;
	height : 600px;
	position : absolute;
	matgin : 0;
/*	background-color : #666666;*/
	background-image : url(picture/002-001.jpg);
	background-repeat : no-repeat;
	
}

#navigation{
	position : absolute;
	top : 100px;
	left : 0px;
	width : 200px;
	height : 400px;
/*	background-color : #66ffff;*/

}

#menu{
	position : absolute;
	top : 50px;
	left : 50px;
	width : 100px;
	height : 40px;
/*	background-color : #666fff;*/
	background-image : url(picture/Navi-Button-Menu.jpg);
	
}

#main{
	position : absolute;
	top : 140px;
	left : 50px;
	width : 100px;
	height : 40px;
/*	background-color : #666fff;*/
/*	background-image : url(./picture/Navi-Button-Main.jpg);*/
}

#link{
	position : absolute;
	top : 230px;
	left : 50px;
	width : 100px;
	height : 40px;
/*	background-color : #666fff;*/
	background-image : url(picture/Navi-Button-Link.jpg);
}

#mail{
	position : absolute;
	top : 320px;
	left : 50px;
	width : 100px;
	height : 40px;
/*	background-color : #666fff;*/
	background-image : url(picture/Navi-Button-Mail.jpg);
}

#contents{
	position : absolute;
	top : 100px;
	left : 202px;
	width : 598px;
	height : 400px;
/*	border : 2px solid #000000;*/

}

#footer{
	position : absolute;
	top : 500px;
	left : 200px;
	width : 600px;
	height : 100px;
/*	background-color : #6666ff;*/
	text-align : center ;
/*	margin-left : auto ; margin-right : auto ;*/

}

#since{
	font-size: large;
	
}

#copyright{
	font-size: x-small;
	
}


