/*Links*/
/*Based on techniques developed by Steve Clay < www.mrclay.org >.*/

/********* all rollover types *********/
#linklist a {
	border:none;
}
#linklist a:hover img {
	visibility:hidden;
}

/* both IE/win and mac */
#linklist a {display:inline-block;}
/* \*/
html #linklist a {display:block;}
html #inline-images a {display:inline;}
/* end hiding from IE/mac */

/********* both lists ************/
#vertical-list,
#horizontal-list,
#footer-a,
#footer-b {
	margin:0;
	padding:0;
	list-style:none;
}
#vertical-list li,
#horizontal-list li,
#footer-a,
#footer-b {
	margin:0;
	padding:0;
}

/******** all rollover images: hover images ********/
.burogu { background:url('http://www.nishigawakobo.com/0000/0049_01_BJ.gif') bottom left no-repeat; }
.blog { background:url('http://www.nishigawakobo.com/0000/0049_01_BE.gif') bottom left no-repeat; }
.syuppanbutu { background:url('http://www.nishigawakobo.com/0000/0049_02_BJ.gif') bottom left no-repeat; }
.books { background:url('http://www.nishigawakobo.com/0000/0049_02_BE.gif') bottom left no-repeat; }
.essei { background:url('http://www.nishigawakobo.com/0000/0050_03_BJ.gif') bottom left no-repeat; }
.essays { background:url('http://www.nishigawakobo.com/0000/0050_03_BE.gif') bottom left no-repeat; }
.ietoniwa { background:url('http://www.nishigawakobo.com/0000/0050_04_BJ.gif') bottom left no-repeat; }
.home { background:url('http://www.nishigawakobo.com/0000/0050_04_BE.gif') bottom left no-repeat; }
.matitoinaka { background:url('http://www.nishigawakobo.com/0000/0050_05_BJ.gif') bottom left no-repeat; }
.away { background:url('http://www.nishigawakobo.com/0000/0050_05_BE.gif') bottom left no-repeat; }
.imeji { background:url('http://www.nishigawakobo.com/0000/0050_06_BJ.gif') bottom left no-repeat; }
.images { background:url('http://www.nishigawakobo.com/0000/0050_06_BE.gif') bottom left no-repeat; }
.eikaiwa { background:url('http://www.nishigawakobo.com/0000/0049_07_BJ.gif') bottom left no-repeat; }
.conversation { background:url('http://www.nishigawakobo.com/0000/0049_07_BE.gif') bottom left no-repeat; }
.hensyuu { background:url('http://www.nishigawakobo.com/0000/0049_08_BJ.gif') bottom left no-repeat; }
.editing { background:url('http://www.nishigawakobo.com/0000/0049_08_BE.gif') bottom left no-repeat; }
.renraku { background:url('http://www.nishigawakobo.com/0000/0049_09_BJ.gif') bottom left no-repeat; }
.contact { background:url('http://www.nishigawakobo.com/0000/0049_09_BE.gif') bottom left no-repeat; }
.purofiru { background:url('http://www.nishigawakobo.com/0000/0049_10_BJ.gif') bottom left no-repeat; }
.profile { background:url('http://www.nishigawakobo.com/0000/0049_10_BE.gif') bottom left no-repeat; }


/******** vertical list **********/
#vertical-list {
    w\idth:171px; /* must hide from IE5.5/win, instead use container to limit width */
}

#vertical-list ul {
	margin:0;
	padding:0;
}

#vertical-list li {
	border:none;
	 list-style-type: none;
	margin:0;
	padding:0;
}
#vertical-list li a {
    display:block;
	height:20px;
	border:none;
	text-decoration:none;
}
#vertical-list li a img {
    border:none;
	vertical-align:bottom; /* for IE6 */
}
#vertical-list li a:hover img {
	visibility:visible;
}
#vertical-list li a:hover img/**/ {
    visibility:hidden; /* hide from IE5.0/win */
}
/* fix for IE/win \*/
* html #vertical-list li a:hover {
	height:1%;
}
/* */

/********** horizontal list ********/
#horizontal-list {
	height:32px;
	width:750px;
	margin-bottom:15px;
}
#horizontal-list li {
	display:block;
	width:75px;
	float:left;
}
#horizontal-list li a img {
    border:none;
	vertical-align:bottom; /* for IE6 */
}
#horizontal-list a:hover img {
	visibility:hidden;
}
#horizontal-list a {
	display:block;
	border:none;
	text-decoration:none;
}
#horizontal-list a/**/ {
	height:32px; /* hide from IE5.0/win */
}
/* fix for IE/win \*/
* html #horizontal-list li a:hover {
	height:1%;
}
/* */

/********** footer first line ********/
#footer-a {
	height:32px;
	width:748px;
	margin-bottom:0px;
}
#footer-a li {
	display:block;
	width:187px;
	float:left;
}
#footer-a li a img {
    border:none;
	vertical-align:bottom; /* for IE6 */
}
#footer-a a:hover img {
	visibility:hidden;
}
#footer-a a {
	display:block;
	border:none;
	text-decoration:none;
}
#footer-a a/**/ {
	height:32px; /* hide from IE5.0/win */
}
/* fix for IE/win \*/
* html #footer-a li a:hover {
	height:1%;
}
/* */

/********** footer second line ********/
#footer-b {
	height:32px;
	width:748px;
	margin-bottom:0px;
}
#footer-b li {
	display:block;
	width:187px;
	float:left;
}
#footer-b li a img {
    border:none;
	vertical-align:bottom; /* for IE6 */
}
#footer-b a:hover img {
	visibility:hidden;
}
#footer-b a {
	display:block;
	border:none;
	text-decoration:none;
}
#footer-b a/**/ {
	height:32px; /* hide from IE5.0/win */
}
/* fix for IE/win \*/
* html #footer-b li a:hover {
	height:1%;
}
/* */


