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

header {
	background-color: #FF938E;
	background-image:none;
}
/*Menu*/
header nav ul li a {
	color: #333333;
}


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



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

.sf-menu li ul li a{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: rgba(204,204,204,0.5);
	background-color: #EE4941;
	color: #FFD0CE;
}


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

#arrow_right, #arrow_left{
  color: #57B1A5;
}

#arrow_right:hover, #arrow_left:hover {
  color: #EFE8DC;
}

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

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

/*footer*/
footer{
	background-image:none;
	background-color: #8BC6B8 !important;
	color: #175E63 !important;
}
copyright {
	color: #175E63 !important;
}

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


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

#news h2 a:hover{
	color:#57B1A5;
}

#news .new1 ul li {

	border-bottom-color: #999;
}

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

#news a{
	color:#666;
}

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


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





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

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


/*nav*/

nav#dot li a{

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

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


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

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