@charset "utf-8";
/* CSS Document */

/**************************************************
	header,side,footer,及びTOPページCSS
**************************************************/
#wrapper {
	font-family:"メイリオ", Osaka, "ＭＳ Ｐゴシック";
	font-size:13px;
	color:#333333;
}
#header-upper {
	background-image: url(../image/bg-header-upper.jpg);
	background-repeat: repeat-x;
	height: 25px;
}
#header-upper h1 {
	font-size: 11px;
	font-weight: normal;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	line-height: 24px;
}
#header-lower {
	background-image: url(../image/bg-header-mid.jpg);
	background-repeat: repeat-x;
	height: 72px;
}
#header .inner {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
#gnav {
	background-image: url(../image/bg-gnav.jpg);
	background-repeat: repeat-x;
	height: 50px;
	margin-bottom: 20px;
}
#gnav .inner {
	width:960px;
	margin-right:auto;
	margin-left:auto;
	padding-top: 5px;
}
#gnav ul li {
	float: left;
}
#content {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 50px;
}
#mainContent {
	float: left;
	width: 700px;
}
#mainContent .inner {
	padding-right:10px;
	padding-left:10px;
}
#top-summary-text {
	float: left;
	width: 380px;
}
#top-summary-img {
	float: right;
	width: 280px;
}


#sideContent {
	float: right;
	width: 230px;
}
#footer {
	background-image: url(../image/bg-footer.jpg);
	background-repeat: repeat-x;
	background-color: #F8F8F8;
}
#footer .inner {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 30px;
	padding-bottom: 30px;
}
#footer .inner h2 {
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 10px;
}

#footer-copy {
	background-color: #333333;
	color: #FFFFFF;
	font-size: 12px;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}
#company-info {
	width: 100%;
}
#company-info td {
	padding: 10px;
	border: solid 1px #CCC;
}
#company-info .left {
	background-color:#F4F4F4;
	font-weight:bold;
	text-align:center;
}
.company-map {
	padding: 2px;
	border: 1px solid #CCCCCC;
	width: 274px;
	float:left;
}
.work-img {
	float: left;
	width: 300px;
}
.work-content {
	float: right;
	width: 360px;
}













/**************************************************
	各ページで利用するclass
**************************************************/
.date {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#CC0000;
}
.need {
	font-size:11px;
	color:#CC0000;
	margin-left:20px;
}
