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

header {
	background-color: #1a1a1a;


}
/*Menu*/
header nav ul li a {
	color: #fff;
}


header nav ul li a:hover,
header nav li.current_page_item a,
header nav li.current-menu-item a,
header nav li.current_page_ancestor a,
header nav li.current_page_parent a,
header nav li.current-post-ancestor a,
header nav li.current-page-ancestor
a{
	color: #ffd675;
}




/*Menu sub*/
@media only screen and (min-width: 681px) {
.sf-menu li ul li {
	background-color: #000;
}

.sf-menu li ul li a{
	color: #fff;
}


.sf-menu li ul li a:hover{
	color: #ffd675;
}
}

#arrow_right, #arrow_left{
  color: #fff;
}

#arrow_right:hover, #arrow_left:hover {
  color: #000;
}
/*footer*/
footer{
	background-color: #000;

}copyright {
	color: #CCC;
}

footer .copylinks a{
	color: #CCC;
}
#news_bg {
	background-image: url(img/index/news-bg.png);
	background-repeat: repeat;
			}

#news h2 {
	color:#FFF;
}
#news h2 a{
	color:#FFF;
}

#news h2 a:hover{
	color:#ffd675;
}

#news .new1 ul li {
	border-bottom-color: #8a867a;
}		

#news .new1 .date  {
	color: #f2d376;
	
}
			
#news a{
	color:#FFF;
}

#news a:hover{
	color:#ffd675;
}

#news .new2 .news_content{
	color: #cdcac1;
}

/*連結*/
a {
	color: #666;
	text-decoration: none;
}
/*
a:visited {
	color: #FFCC33;
}*/

a:hover {
	color: #ffd675;
	text-decoration: none;
}

/*scroll*/
.scroll-arrow {
	color: #fff;
}

.scroll-arrow a{
	color: #fff;
}


/*nav*/

nav#dot li a{

	border: 2px solid #21a97e;
	background: #21a97e;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#21a97e), to(#21a97e));
	background: -webkit-linear-gradient(#21a97e, #21a97e);
	background: -moz-linear-gradient(#21a97e, #21a97e);
	background: -ms-linear-gradient(#21a97e, #21a97e);
	background: -o-linear-gradient(#21a97e, #21a97e);
	background: linear-gradient(#21a97e, #21a97e);
	-pie-background: linear-gradient(#21a97e, #21a97e);
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

nav#dot a:hover, #dot a.active {
	background:transparent;
	border: 2px solid #21a97e;
}


nav#dot h1 {
	color: #fff;
	background-position: 100% 0%;
	background-color: transparent;
	background-image: url(img/index/nav-arrow.png);
	background-repeat: no-repeat;
	}

#news header{
	background: none;
	background-color:transparent;
}
