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

header {
	background-color: #59382C;
	background-image:none;
}
/*Menu*/
header nav ul li a {
	color: #D9B596;
}


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: #EFDFD1;
}



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

.sf-menu li ul li a{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #D9B596;
	background-color: #A6826D;
	color: #503227;
}


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

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

#arrow_right:hover, #arrow_left:hover {
  color: #59382C;
}

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

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

/*footer*/
footer{
	background-image:none;
	background-color: #6C6253 !important;
	color: #ECD5B5 !important;
}
copyright {
	color: #ECD5B5 !important;
}

footer .copylinks a{
	color: #fff !important;
}


#news_bg {
	background-image: url(img/index/news-bg.png) !important;
			}
#news h2 {
	color:#EFBA70;
}			
#news h2 a{
	color:#EFBA70;
}

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

#news .new1 ul li {

	border-bottom-color: #999;
}

#news .new1 .date  {
	color: #F1D5A3 !important;
	
}
	

#news a{
	color:#ccc;
}

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


#news .new2 .news_content{
	color: #ccc !important;
}


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

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


/*nav*/

nav#dot li a{

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

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


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

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