
/*green*/

:root {
	
	--color-menu: #295624;
	--color-menu-hover: #EF9E0F;
	
	--color-one: #559B49;
	--color-one-rgb: 85,155,73;
	
	--color-dark: #397235;

	--color-two: #3EB4BA;
	--color-two-rgb: 62,180,186;
	
	--color-accent: #EF9E0F; /*強調色*/
	
	
	--wrapper-bg-image:url('../images/green_sec_bg.png');
	
	--header-bg-image:url('../images/green_header_bg2.png');
	--header-fixed-bg-image:url('../images/green_header_bg.png');
	
	--idx-text-bg-image:url('../images/green_heading_bg.png');
	--text-bg-image:url('../images/green_heading_bg.png');

}
