﻿@charset "UTF-8";

/* 赤990000／青bae3e2／赤990000 */

body,
a:link,a:visited,a:active {
	color:#990000;
}
a:hover {
	color:#000;
}

body {
	background:#bae3e2;
}

h1, h2, h3 {
	color:#990000;
}

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

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

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

#head {
	background-color:#990000;
}

#subcont {
	background:#990000;
	color:#bae3e2;
}

#subcont a:link,#subcont a:visited,#subcont a:active {
	color:#bae3e2;
}

#subcont a:hover {
	color:#000;
}

#subcont h3 {
 	border-left-color:#bae3e2;
	color:#bae3e2;
	text-shadow:none;
}

/* form */
#formmail textarea {
	background-color:#bae3e2;
	border-color:#990000;
}

#formmail input {
	background-color:#bae3e2;
	border:none;
}

#formmail textarea,
#formmail input {
	color:#990000;
}