@charset "UTF-8";


/*--- サブメニュー ---*/

#menuArea {
	width: 155px;
	padding: 0 4px 4px 4px;
	background: #f6eaea;
	border-left: 1px solid #deb4b4;
	border-right: 1px solid #deb4b4;
}


/* ONブロック */
.onMenu {
	font-size: 0.85em;
	line-height: 19px;
	text-indent: 5px;
	color: #fff;
	background:url(../menu/lumirep_on.gif) no-repeat;
	margin-bottom: 2px;
}


/* ONタイトルブロック */
.onTtlMenu {
	font-size: 0.85em;
	line-height: 19px;
	text-indent: 5px;
	color: #333;
	background:url(../menu/lumirep_onttl.gif) no-repeat;
	margin-bottom: 2px;
}


/* リンク */
a.menu:link {
	text-indent: 5px;
	color: #333;
	text-decoration: none;
	display: block;
}

a.menu:visited {
	text-indent: 5px;
	color: #333;
	text-decoration: none;
	display: block;
}

a.menu:hover {
	text-indent: 5px;
	color: #333;
	text-decoration: none;
	display: block;
	background: url(../menu/lumirep_ov.gif) no-repeat;
}

a.menu:active {
	text-indent: 5px;
	color: #333;
	text-decoration: none;
	display: block;
}


/* ONタイトルリンク */
a.onTtl:link {
	text-indent: 5px;
	color: #333;
	text-decoration: none;
	background: url(../menu/lumirep_onttl.gif) no-repeat;
	display: block;
}

a.onTtl:visited {
	text-indent: 5px;
	color: #333;
	text-decoration: none;
	background: url(../menu/lumirep_onttl.gif) no-repeat;
	display: block;
}

a.onTtl:hover {
	text-indent: 5px;
	color: #333;
	text-decoration: none;
	display: block;
	background: url(../menu/lumirep_ov.gif) no-repeat;
}

a.onTtl:active {
	text-indent: 5px;
	color: #333;
	text-decoration: none;
	background: url(../menu/lumirep_onttl.gif) no-repeat;
	display: block;
}


/* ONリンク */
a.on:link {
	text-indent: 5px;
	color: #fff;
	text-decoration: none;
	background: url(../menu/lumirep_on.gif) no-repeat;
	display: block;
}

a.on:visited {
	text-indent: 5px;
	color: #fff;
	text-decoration: none;
	background: url(../menu/lumirep_on.gif) no-repeat;
	display: block;
}

a.on:hover {
	text-indent: 5px;
	color: #333;
	text-decoration: none;
	display: block;
	background: url(../menu/lumirep_ov.gif) no-repeat;
}

a.on:active {
	text-indent: 5px;
	color: #fff;
	text-decoration: none;
	background: url(../menu/lumirep_on.gif) no-repeat;
	display: block;
}



/* サブタイトル */
.subTtl1 {
	background: #c5e597;
	padding: 6px 10px;
	line-height: 1em;
	margin-bottom: 10px;
}

.subTtl2 {
	background: #73a639;
	padding: 2px 10px;
	line-height: 1em;
	margin-bottom: 10px;
	color: #FFFFFF;
}



#topImg {
	background: url(../../lumistage/repair/img/topbg.jpg) no-repeat;
}

#topTxt {
	padding: 160px 0 0 15px;
	width:455px;
}

#bann1 {
	position: absolute;
	top: 82px;
	right: 0;
}

#bann2 {
	position: absolute;
	top: 140px;
	right: 0;
}


.check {
	color: #7b1352;
	font-weight: bold;
	border-bottom: 1px dotted #7b1352;
	padding: 0 0 3px 3px;
	margin-bottom: 7px;
}

.nos {
	color: #2e5600;
	padding: 2px 0 0 27px;
	margin-bottom: 5px;
	line-height: 2em;
	font-size: 1.1em;
}


.no1 {
	background: url(../../lumistage/repair/img/no1.gif) no-repeat left center;
}

.no2 {
	background: url(../../lumistage/repair/img/no2.gif) no-repeat left center;
}

.no3 {
	background: url(../../lumistage/repair/img/no3.gif) no-repeat left center;
}

.no4 {
	background: url(../../lumistage/repair/img/no4.gif) no-repeat left center;
}



/* ボーダー囲み */
.borderArea {
	width: 593px;
	padding: 10px 15px;
	border: 1px solid #bbb;
	clear: both;
	overflow: auto;
}

.borderBlock {
	clear: both;
	width: 593px;
}

.border1 {
	float: left;
	width: 175px;
}

.border2 {
	float: right;
	width: 189px;
}

.border3 {
	float: left;
	width: 229px;
}


.w300 {
	width: 300px;
}

.w183 {
	width: 183px;
}

