@charset "utf-8";
/* CSS Document */
body {
	background-image: url(img/bg.png);
	background-repeat: repeat;
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	margin: 0px;
	font-size: 18px;
	line-height: 25px;
}
#box {
	height: 160px;
}
.logotitle {
	height: 152px;
	width: 152px;
	background-color: #FF0000;
	float: left;
	margin-top: 8px;
	margin-left: 8px;
}
.title01{
	margin-top: 10px;
	margin-left: 12px;
	font-style: normal;
	font-size: 14px;
	line-height: normal;
}
.title02{
	margin-top: 72px;
	margin-left: 12px;
	font-weight: bold;
}
.worklink_out{
	background-color:#969696;
	height: 145px;
	width: 140px;
	float: left;
	padding-top: 7px;
	padding-left: 12px;
	margin-top: 8px;
	margin-left: 8px;
}
.worklink_over{
	background-color:#FF0000;
	height: 145px;
	width: 140px;
	float: left;
	padding-top: 7px;
	padding-left: 12px;
	margin-top: 8px;
	margin-left: 8px;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
