﻿@charset "utf-8";

/*=========================== トップページのみ ===========================*/

#topBody{
	background-image: url("../image/topbody.jpg");
	background-repeat: repeat-x;
}

#wrapper{
	width: 940px;
	margin: 0 auto 0 auto;
}

#mainArea{
	width: 940px;
	margin: 0 auto 0 auto;
	background-image: url("../image/topmain.jpg");
	background-repeat: no-repeat;
}

#topgoBanner{
	width: 440px;
	height: 88px;
	padding: 20px 410px 0 90px;
}

#workinfoArea{
	padding: 20px 410px 10px 90px;
}

.workinfo li{
	padding: 9px 0 9px 13px;
	background-image: url("../image/workinfobg.gif");
	background-repeat: no-repeat;
	background-position: 0 5px;
	text-align: left;
}

.workinfo li a{
	text-decoration: none;
}

.workinfo li a:hover{
	color: #009;
}

#workinfomore{
	text-align: right;
	margin: 5px 0 0 0;
}