@charset "utf-8";

#mainWrapper #imgArea {
	height: 225px;
	width: 801px;
	padding-top: 45px;
	background: url(../../images/06_back.jpg) no-repeat 2px top;
}


/*---------- end [#imgArea] ----------*/

h4 {
	margin-bottom: 15px;
}


#leftList {
	float: left;
	width: 380px;
	margin-top: 15px;
}


#leftList li {
	height: 24px;
	padding-left: 15px;
	font-size: 12px;
	line-height: 24px;
	background: url(../../images/sq03.gif) no-repeat left center;
}


#leftList li a {
	color: #F39950;
	text-decoration: underline;
}


/*---------- end [#leftList] ----------*/

#rightList {
	float: left;
	width: 380px;
	margin-top: 15px;
}


#rightList li {
	height: 24px;
	padding-left: 15px;
	font-size: 12px;
	line-height: 24px;
	background: url(../../images/sq04.gif) no-repeat left center;
}


#rightList li a {
	color: #6CBB5A;
	text-decoration: underline;
}


#colorList {
	position: relative;
	clear: both;
	padding-top: 15px;
}


#colorList ul {
	position: absolute;
	right: 0px;
}


#colorList li {
	float: left;
	width: 75px;
	padding-left: 15px;
	color: #F39950;
	background: url(../../images/sq03.gif) no-repeat left center;
}


#colorList .greenSq {
	width: 50px;
	color: #6DBB5B;
	background: url(../../images/sq04.gif) no-repeat left center;
}


/*---------- end [#rightList] ----------*/

#contentsArea dt {
	height: 30px;
	padding-left: 22px;
	font-size: 14px;
	line-height: 30px;
}


#contentsArea #zaishitu dt {
	background: url(../../images/sq01.gif) no-repeat left center;
}


#contentsArea #kouhou dt {
	background: url(../../images/sq02.gif) no-repeat left center;
}


#contentsArea dd {
	padding-bottom: 1em;
}


#contentsArea table {
	margin-top: 15px;
}


#contentsArea th {
	padding-right: 7px;
	vertical-align: top;
}

#topBack02 {
	position: fixed;
	right: 30px;
	bottom: 30px;
	padding: 5px;
	border: 1px solid gray;
	background-color: #eee;
}


* html body {
	background: url(null) fixed;
}

* html #topBack02 {
	position: expression('absolute');
	left: expression(documentElement.scrollRight + 30 + 'px');
	top: expression(documentElement.scrollTop + 30 + 'px');
}
