/* index body */

.index {
	background: #1f4b25 !important;
}

/* link */

a {
	/* color: #ffffff !important; */
	/* color: #000 !important; */
}

a:hover {
	/* color: #f5f8e5 !important; */
}

a:active {
	/* color: #ffffff !important; */
}

a:visited {
	/* color: #ffffff !important; */
}

.entry h3 a {
	/* color: #1f4b25 !important; */
}

.entry h3 a:hover {
	/* color: #1f4b25 !important; */
}

/* header */

header {
	background: #f5f8e5 !important;
}

.gNav ul li a {
	/* background: #1f4b25 !important; */
}

/* breadcrumb */

.breadcrumb {
	background: #1f4b25 !important;
}

/* button */

.button {
	/* background: #1f4b25 !important; */
}

/* side navi */

.blogWidget h3 {
	/* background: #f5f8e5 !important; */
}

/* footer */

footer {
	background: #1f4b25 !important;
}

.pagetop a {
	/* background: #f5f8e5 !important; */
	background: #1f4b25 !important;
}

