@charset "UTF-8";

/* 黒504f4c／紫79548f／青b1ced4／灰f5f5e9  */

body {
	color:#504f4c;
}
a:link,a:visited,a:active {
	color:#79548f;
}
a:hover {
	color:#b1ced4;
}

body {
	background:#f5f5e9;
}

h1, h2, h3 {
	color:#504f4c;
}

h1, h2, h3,
#head p,#head a {
	text-shadow: 1px 1px 0px #fff;
}

h2,
a:link,a:visited,a:active {
	border-bottom-color:#b1ced4;
}

h3 {
	border-left-color:#b1ced4;
}

#head {
	background:#f5f5e9;
}

#subcont {
	background:#fff;
}

/* form */
#formmail textarea,
#formmail input {
	background-color:#f5f5e9;
	color:#504f4c;
	border:none;
}