@charset "utf-8";
/*------------------------------------------------------------
	トップページ
------------------------------------------------------------*/
#header {
	border-bottom: 1px solid #000066;
}

.mainImg {
	margin: 0;
	padding: 0 0 4px;
	height: auto;
	text-align: center;
	background: url(../img/index/mainimg_bg.gif) repeat-x left top;
}

#portfolio {
	margin: 0 auto;
	width: 980px;
	height: 398px;
	overflow: hidden;
	zoom: 1;
}

#portfolio li {
	left: 0;
}

#gNavi {
	padding-bottom: 18px;
	background: url(../img/index/gnavi_bg.gif) repeat-x left top;
}

#main {
	padding: 0;
	width: 975px;
}

#conts {
	width: 703px;
	padding: 0;
	background: none;
}

#conts h2 {
	margin-bottom: 13px;
}

#conts .dis {
	display: block;
	vertical-align: baseline;
}

#conts .contents {
	padding: 4px 4px 7px;
	background-color: #fff;
	border-left: 4px solid #03369F;
	border-right: 4px solid #03369F;
}

#conts .contents table {
	margin-left: 13px;
	width: 660px;
	border-collapse: collapse;
}

#conts .contents table th,
#conts .contents table td {
	padding: 7px;
	font-size: 1.4em;
	line-height: 1.2;
	vertical-align: middle;
	text-align: left;
	background: url(../img/common/line01.gif) repeat-x left bottom;
}

#conts .contents table th {
	padding-right: 21px;
	width: 62px;
}

#conts .contents table td a {
	color: #000;
}

#conts .contents table .last th,
#conts .contents table .last td {
	background: none;
}
