@charset "UTF-8";

body {
	margin-left: 25px;
	margin-top: 50px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#ffffff;
}
#logo_div {
	position: absolute;
	height: 77px;
	width: 139px;
}
#btn_div {
	position: absolute;
	width: 139px;
	height:56px;
	top:142px;
}
#work_div {
	position: absolute;
	height: 600px;
	width: 850px;
	left:180px;
	display:none;

}

#about_div {
	position: absolute;
	height: 600px;
	width: 850px;
	top:140px;
	left:180px;
	display:none;
	text-align: left;
	vertical-align: top;
	padding-left:30px;
}
#contact_div {
	position: absolute;
	height: 600px;
	width: 850px;
	top:140px;
	left:180px;
	display:none;
	text-align: left;
	vertical-align: top;
	padding-left:30px;
}
.site_text {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	line-height: 17px;
	font-weight: normal;
	color: #666666;
}

.site_text a {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	line-height: 17px;
	font-weight: normal;
	color: #910050;
	text-decoration:none;
}

.site_text a:hover{
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	line-height: 16px;
	font-weight:normal;
	color: #910050;
	text-decoration:none;
}
