/******************* index ********************/

.index-main {
	position: relative;
	height: 240px;
}
.index-main h2 {
	font-size: 77%;
	font-weight: normal;
}
.index-main h2 a, .index-main h2.com2 {
	display: block;
	width: 320px;
	height: 230px;
	position: absolute;
	top: 0;
	color: #999;
}

.index-main .sb a {
	background: url(/images/common/index_img_sb.jpg) no-repeat 0 0;
	left: 0;
}

.index-main .oc a {
	background: url(/images/common/index_img_oc.jpg) no-repeat 0 0;
	left: 320px;
}
.index-main .com a {
	background: url(/images/common/index_img_pg_new20100531.jpg) no-repeat 0 0;
	left: 640px;
}
.index-main .com2 {
	background: url(/images/common/index_img_pg_re.jpg) no-repeat 0 0;
	left: 640px;
}
.index-main .sb a span, .index-main .oc a span, .index-main .com a span, .index-main .com2 span {
	position: absolute;
	bottom: 10px;
	right: 5px;
}
.index-main .sb a:hover, .index-main .oc a:hover,.index-main .com a:hover {
	text-decoration: none;
	color: #000;
}

.index-news01, .index-news02 {
	margin: 10px 0 0 0;
}
.index-news01 dl, .index-news02 dl {
	margin: 0 0 5px 0;
}
.index-news01 dt, .index-news02 dt {
	float: left;
	width: 90px;
	line-height: 1.2;
	border-right: 1px dotted #999;
}
.index-news01 dd, .index-news02 dd {
	float: left;
	line-height: 1.2;
	padding-left: 15px;
}
.index-news01 dd {
	width: 580px;
}

.index-news02 dt.product {
	width: 180px;
	padding-left: 15px;
}

.index-right-banner {
	margin: 10px 0 0 0;
	line-height: 0;
}
.index-right-banner li {
	margin: 0 0 10px 0;
}

.index-footer {
	border-top: 1px solid #ccc;
	padding: 10px 0;
}

.index-footer ul {
	border-left: 1px solid #ccc;
}
.index-footer li {
	float: left;
	margin: 0 0 0 10px;
	padding: 0 10px 0 0;
	border-right: 1px solid #ccc;
	font-size: 93%;
}

.errorpage-box {
	margin: 20px 0 0 0;
	padding: 20px 20px 20px 23px;
	border: 1px solid #ccc;
}
.errorpage-box ul {
	margin: 10px 0 0 0;
}
.errorpage-box ul li {
	margin: 0 0 5px 0;
}
.errorpage-box ul a {
	background: url(/images/common/icon_arrow_blue.gif) no-repeat 0 50%;
	padding: 0 0 0 13px;
	font-size: 93%;
}

