@charset "utf-8";

#primary {
	float: left;
	width: 254px;
	background: #ffffff url(../images/gi_nav01.gif) no-repeat;
}


#secondary {
	float: left;
	width: 253px;
	background: #ffffff url(../images/gi_nav02.gif) no-repeat;
}


#third {
	float: right;
	width: 253px;
	background: #ffffff url(../images/gi_nav03.gif) no-repeat;
}

#jigho_nav01 {
	width: 151px;
	height: 46px;
	padding: 36px 0 55px 65px;
}

#jigho_nav02 {
	width: 151px;
	height: 46px;
	padding: 36px 0 55px 52px;
}

#jigho_nav03 {
	width: 151px;
	height: 46px;
	padding: 36px 0 55px 43px;
}

#primary ul {
list-style: none;
}

#primary li {
	padding-left: 70px;
	margin-bottom: 2px;
}

#primary a {
	color: #333333;
	padding: 4px 0 4px 15px;
	background: #ffffff url(../images/list_marker_button01_01.gif) left center no-repeat;
	height: 8px;
}

#primary a:hover {
	color: #FF9900;
}

#secondary ul {
	list-style: none;
}

#secondary a {
	color: #333333;
	padding: 4px 0 4px 15px;
	background: #ffffff url(../images/list_marker_button02_01.gif) left center no-repeat;
	height: 8px;
}

#secondary a:hover {
	color: #FF9900;
}

#third ul {
	list-style: none;
}

#third li {
	padding-left: 59px;
}

#third a {
	color: #333333;
	padding: 4px 0 4px 15px;
	background: #ffffff url(../images/list_marker_button03_01.gif) left center no-repeat;
	height: 8px;
}

#third a:hover {
	color: #FF9900;
}

