

#mainRight {
	float:right;
	padding:0 0 0 10px;
}

.marginLeft20 {
	margin:0 0 0 20px;
	_margin:0 0 0 10px;
}

/* work *//* Setting
==================================================*/

div#work ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	float: left;
}

div#work ul li.workTitle {
	background-image:url(../img/btn/subBtnExample.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	text-indent:-20000px;
	width:200px;
	text-align:left;
}

div#work ul li.workList {
	width:175px;
	margin: 0px;
	padding: 9px 0 0 25px;
	margin:0;
	_margin:0 0 -9px 0;
	float: left;
	background-image:url(../img/btn/subBtnBg.gif);
	background-position:left top;
	background-repeat:no-repeat;
	font-size:0.9em;
	font-weight:bold;
}

div#work ul li.workList a:link{
	color:#555555;
	text-decoration:underline;
}
div#work ul li.workList a:visited{
	color: #551A8B;
}
div#work ul li.workList a:hover{
	color: #FFF;
	background:#0066CC;
	text-decoration:none;
}
div#work ul li.workList a:active{
	color: #0066CC;
}


/* other *//* Setting
==================================================*/

div#other ul {
	margin: 20px 0 0 0;
	padding: 0px;
	list-style-type: none;
	float: left;
}

div#other ul li.otherTitle {
	background-image:url(../img/btn/subBtnOther.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	text-indent:-20000px;
	width:200px;
	text-align:left;
}

div#other ul li.otherList {
	width:175px;
	padding: 9px 0 0 25px;
	margin:0;
	_margin:0 0 -9px 0;
	float: left;
	background-image:url(../img/btn/subBtnBg.gif);
	background-position:left top;
	background-repeat:no-repeat;
	font-size:0.9em;
	font-weight:bold;
}

div#other ul li.otherList a:link {
	color:#555555;
	text-decoration:underline;
}
div#other ul li.otherList a:visited {
	color: #551A8B;
}
div#other ul li.otherList a:hover {
	color: #FFF;
	background:#0066CC;
	text-decoration:none;
}
div#other ul li.otherList a:active {
	color: #0066CC;
}
