
/*メインナビ*/
#main_navi{
}
#main_navi h3 {
	display: none;
}
#main_navi ul {
	margin-left: 0;
	padding-left: 0;
	float: left;
	list-style-type: none;
	height: 50px;
	width: 770px;
}
#main_navi li {
	float: left;
}
#main_navi a {
	text-decoration: none;
	display: block;
	width: 128px;
	height: 50px;
	font-size: 3px;
	text-indent:-9999px;
}

/*アクティブページ用*/
#main_navi span {
	text-decoration: none;
	display: block;
	width: 128px;
	height: 50px;
	font-size: 3px;
	text-indent:-9999px;
}



#link1 a {
	background-color:transparent;
	background-image: url(../img/navi1.gif);
	background-repeat: no-repeat;
	color: #006600;
	
	
}
#link1 a:hover{
	background-color:transparent;
	background-image: url(../img/navi1.gif);
	background-repeat: no-repeat;
	color: #006600;
	background-position:0 -50px;
	
}

#link2 a {
	background-color: transparent;
	background-image: url(../img/navi2.gif);
	background-repeat: no-repeat;
	color: #006600;
	
}
#link2 a:hover{
	background-color: transparent;
	background-image: url(../img/navi2.gif);
	background-repeat: no-repeat;
	color: #006600;
	background-position:0 -50px;
}

#link3 a {
	background-color: transparent;
	background-image: url(../img/navi3.gif);
	background-repeat: no-repeat;
	color: #006600;
	
}
#link3 a:hover{
	background-color: transparent;
	background-image: url(../img/navi3.gif);
	background-repeat: no-repeat;
	color: #006600;
	background-position:0 -50px;
}

#link4 a {
	background-color:transparent;
	background-image: url(../img/navi4.gif);
	background-repeat: no-repeat;
	color: #006600;
	background-position:0 -50px;
}
#link4 a:hover{
	background-color: transparent;
	background-image: url(../img/navi4.gif);
	background-repeat: no-repeat;
	color: #006600;
	background-position:0 -50px;
}

#link5 a {
	background-color:transparent;
	background-image: url(../img/navi5.gif);
	background-repeat: no-repeat;
	color: #006600;
	
}
#link5 a:hover{
	background-color: transparent;
	background-image: url(../img/navi5.gif);
	background-repeat: no-repeat;
	color: #006600;
	background-position:0 -50px;
}

#link6 a {
	background-color:transparent;
	background-image: url(../img/navi6.gif);
	background-repeat: no-repeat;
	color: #006600;
	
}

#link6 a:hover{
	background-color: transparent;
	background-image: url(../img/navi6.gif);
	background-repeat: no-repeat;
	color: #006600;
	background-position:0 -50px;
}

/*左メインコンテンツ１*/
#left_2{
	width: 540px;
	clear:both;
	margin-bottom: 20px;
	/*background-image:url(../img/top_left1_bg.gif);
	background-repeat:no-repeat;
	background-position:right bottom;*/
	background-color: #ffffff;
}

#left_2 h2{
	width:540px;
	height:30px;
	background-image:url(../img/link_etc_title2.gif);
	background-repeat:no-repeat;
	background-color: #ffffff;
	color:#333333;
	text-indent:-9999px;
	font-size:14px;
	line-height:30px;
	
}

#left_2 h3{
	color: #663300;
	font-size:14px;
	line-height:30px;
	margin-left:10px;
	
}


#left_2 p{
	margin-left:10px;
}

#left_2 p.link{
	border-bottom:1px dotted #cccccc;
}

#left_2 a.list3 {
	background-image:url(../img/c_list2.gif);
	background-repeat:no-repeat;
	background-position:left center;
	padding-left:15px;
}