@charset "utf-8";
/* CSS Document */

img{	border-style:none;}

html>/**/body {
	font-size: 12px;
}

ul	{ margin:0px; padding:0px; list-style-type:none; }

/* ----------------------- ナビゲーション要素  */



#navi { 
	display: block;
	text-align: center;
	width: 900px;
    position: absolute;
    top:auto;
	_left:13.5%;
	font-size: 12px;
	
}


#navi li {
	width: 140px;
	_width: 138px;
	float: left;
	background: #fff;
	font-weight: bold;
	color: #000; 
	
	cursor:pointer;
}

#navi li a {
	width: 138px;
	background: #fff;
	border-bottom:dotted #999 1px;
	font-weight: bold;
	color: #000; 
	cursor:pointer;
	padding:5px 0px 5px 0px ;
}


#navi li ul {
}


#navi li ul li { 
	display: block;
	float: none;
	clear: both;
	
}

#navi li ul li a {
	display:block;
	color: #000;
	font-weight:normal;
	text-decoration:none;
	border-right:solid #999 1px;
	border-left:solid #999 1px;
}
#navi li ul li a:hover { 
	text-decoration: underline;
	color: #FF33CC;
	
}
