@charset "utf-8";
/* CSS Document */

ul#navMain {
	position:absolute;
	left:17px;
	background:url(../images/main/horizontal-line.png) no-repeat top right;
	width:205px;
	height:329px;
	padding:0;
	margin:0;
	list-style-type:none;
	font-size:0%;
}

ul#navMain li a {
	background-position:top left;
	width:191px;
	height:29px;
	display:block;
	padding:0;
	outline:none;
	margin:0 0 5px 0;	
}

ul#navMain li a:hover {
	background-position:bottom left;
	padding:0;
	margin:0 0 5px 0;	
}

.line {
	background:url(../images/nav/line.png) no-repeat top center;
	width:186px;
	height:2px;
	margin-left:6px;
}

li#button1 a {
	background:url(../images/nav/button-1.png) no-repeat bottom left;
}

li#button2 a {
	background:url(../images/nav/button-2.png) no-repeat bottom left;
}

li#button3 a {
	background:url(../images/nav/button-3.png) no-repeat bottom left;
}

li#button4 a {
	background:url(../images/nav/button-4.png) no-repeat bottom left;
}

li#button5 a {
	background:url(../images/nav/button-5.png) no-repeat bottom left;
}

li#button6 a {
	background:url(../images/nav/button-6.png) no-repeat bottom left;
}

li#button7 a {
	background:url(../images/nav/button-7.png) no-repeat bottom left;
}