@charset "utf-8";
@import url("../css/all.css");
/*================================================
	pink
================================================*/
a {
color: #A6C059;
}
body {
background: #DDE4BE;
}
div#document,
div#header h1 {
border-left-color: #CBD59A;
border-right-color: #CBD59A;
}
div#document {
background: #F0F3E2;
}
div#header h1 {
background: #B8C676;
}
div#main {
background-image: url(../images/green.jpg);
}
div#menu h2 {
color: #B7C676;
}
div#menu h2 em {
color: #98AB46;
}
div#item h3 {
background: #AEC064;
}
div#item h4 {
border-color: #AEC064;
color: #AEC064;
}