*{
	margin :0;
	padding: 0;
}

body{
	background:url(../images2/grid_back_02.gif);
}

#warp{
	width:770px;
	height:560px;
}

#menu{
	width:140px;
	height:210px;
	background: #ffffff;
}

/* li 높이 조절을 하지 않으면 게스트 버튼이 안보인다
line-height  /  height 2개중 아무거나 1개 사용해도 무관
*/
li{
	line-height:0px;
}

.box1_3{
	width:70px;
	height:210px;
}

.fl{
	float:left;
}

.box1_1{
	width:70px;
	height:70px;
}

.box3_1{
	width:210px;
	height:70px;
}

.box3_3{
	width:210px;
	height:210px;
}



.color1{
	background: #ffff99;
}

.color2{
	background: #ffcc00;
}

.color3{
	background: #ff9900;
}

#title{
	width:210px;
	height:140px;
}



