/* ================================================================
 ナビゲーションCSS
================================================================ */

#SideNavi{
	float: left;
	width: 180px;
	margin-top: 10px;
	background-color: #FFFFFF;
	margin-bottom: 10px;
	padding: 0px;
	height: auto;
}

#SideNavi h2{
	height: 20px;
	width: 180px;
	display: block;
	margin: 0px;
	padding: 0px;
}

/* ------------------------- *
	Global Navi
 * ------------------------- */

#navigation {
	margin:0px;
	padding:0px;
	text-indent:0px;
	width:180px;
	background-color: #FFF;
	border: 1px solid #CCC;
}

/* ------------------------- *
	head(no link)
 * ------------------------- */

#navigation a.head {
	cursor:pointer;
	border:1px dotted #CCCCCC;
	color:#333;
	display:block;
	font-weight:bold;
	margin:0px;
	text-indent:14px;
	text-decoration: none;
	background-attachment: scroll;
	background-color: #FFF;
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 1px 4px;
	font-size: 1.2em;
	_font-size: 12px;
	line-height: 20px;
}

*:first-child+html
#navigation a.head {
	font-size: 12px;
	line-height: 20px;
}

#navigation a.head:hover {
	color:#C00;
	background-image: url(../images/arrow_over.gif);
}

#navigation a.selected {
	background-image: url(../images/arrow_over.gif);
}

#navigation a.current {
	background-color:#eee;
}

/* ------------------------- *
	head2(link)
 * ------------------------- */

#navigation a.head2 {
	cursor:pointer;
	border:1px dotted #CCCCCC;
	color:#333;
	display:block;
	font-weight:bold;
	margin:0px;
	text-indent:14px;
	text-decoration: none;
	background-attachment: scroll;
	background-color: #FFF;
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 1px 4px;
	font-size: 1.2em;
	_font-size: 12px;
	line-height: 20px;
}

*:first-child+html
#navigation a.head2 {
	font-size: 12px;
	line-height: 20px;
}

#navigation a.head2:hover {
	color:#C00;
	background-image: url(../images/arrow_over.gif);
}

#navigation a.selected {
	background-image: url(../images/arrow_over.gif);
}


/* ------------header2------------- */


#navigation ul {
	border-width:0px;
	margin:0px;
	padding:0px;
	text-indent:0px;
}

#navigation li {
	list-style:none outside none;
	display:inline;
}

#navigation li li a {
	color:#333;
	display:block;
	text-decoration: none;
	font-size: 1.2em;
	_font-size: 1.1em;
	text-indent: 10px;
	padding: 0px;
	line-height: 18px;
}

*:first-child+html
#navigation li li a  {
	font-size: 1.1em;
}

#navigation li li a:hover {
	background-color:#eee;
	color:#C00;
}

@media print {
	#navigation ul{
		display: block!important;
		height: auto!important
	}
}

/* ------------------------- *
	slider
 * ------------------------- */

#slider{
	padding: 0px;
	margin-left: 17px;
}	

#slider ul, #slider li{
	padding:0;
	list-style:none;
	margin: 0;
	}
	
#slider li{
	width:700px;
	height:170px;
	overflow:hidden;
	}
	
#prevBtn, #nextBtn{
	display:block;
	width:17px;
	height:170px;
	position:absolute;
	left:0px;
	top:0px;
	margin: 0px;
	padding-left: -17px;
	text-indent:-8000px;
	}	
	
#nextBtn{
	left:717px;
	}	
	
#prevBtn a, #nextBtn a{
	display:block;
	width:17px;
	height:170px;
	background-image: url(../images/btn_prev.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	margin: 0px;
	padding: 0px;
	}	
	
#nextBtn a{
	background-image: url(../images/btn_next.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	}	
		
	
/* ------------------------- *
	banner Navi
 * ------------------------- */
 
#bannerNavi{
	display: block;
	padding: 0px;
	margin: 10px 0px;

	}	
