@charset "utf-8";
#main {
	position:relative;
	width:750px;
	height:2450px;
	margin-left: -375px;
	margin-bottom: 50px;
	left: 50%;
}
#cont-1 {
	position:absolute;
	width:750px;
	height:600px;
}
#cont-2 {
	position:absolute;
	width:750px;
	height:700px;
	top: 700px;
}
#cont-3 {
	position:absolute;
	width:750px;
	height:600px;
	top: 1400px;
}
.main-con {
	position:absolute;
	top:120px;
	width:550px;
	height: 410px;
	right: 0px;
}
.main-con a {
	color: #FF6600;
}
.link {
	position:relative;
	width:550px;
	height:23px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	padding-top: 20px;
}
.link-name {
	height: 20px;
	width: 230px;
	left: 10px;
	position: absolute;
}
.link-add {
	text-align: right;
	height: 20px;
	width: 300px;
	right: 0px;
	position: absolute;
}
.c-1, .c-2, .c-3 {
	width:80px;
	height:15px;
	position: absolute;
	text-align: center;
	border-bottom-width: thin;
	border-left-width: thick;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #666666;
	border-left-color: #666666;
	top: 80px;
}
.c-1 {
	right: 180px;
}
.c-2 {
	right: 90px;
}
.c-3 {
	right: 0px;
}
#tai1, #tai2, #tai3 {
	position:absolute;
	top:80px;
	width:100px;
	height:450px;
	background-repeat: no-repeat;
}
#tai1 {
	background-image: url(../image/architect.gif);
}
#tai2 {
	background-image: url(../image/modeler.gif);
}
#tai3 {
	background-image: url(../image/other.gif);
}
