/* 影付きボックス */
div.headerbox {
	margin-top: 0px;
	box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.3);
	color: white;
}

/* 右向き矢印 … スタイルシートで長さを指定しているので種類が多い */
div.arrow-bold {
	position: absolute;
	left: 990px;
	width: 0;
	height: 0;
	border: 46px solid rgba(178, 222, 132, 0);
	border-left-color: #b2dd84;
}
div.arrow-bold:after {
	position : absolute;
	content: "";
	top: -23px;
	left: -932px;
	width: 908px;
	height: 46px;
	background-color: #b2dd84;: 
}
div.arrow-8cols {
	position: absolute;
	left: 990px;
	width: 0;
	height: 0;
	border: 24px solid rgba(178, 222, 132, 0);
	border-left-color: #b2dd84;
}
div.arrow-8cols:after {
	position : absolute;
	content: "";
	top: -12px;
	left: -932px;
	width: 908px;
	height: 24px;
	background-color: #b2dd84;: 
}
div.arrow-7cols {
	position: absolute;
	left: 930px;
	width: 0;
	height: 0;
	border: 24px solid rgba(178, 222, 132, 0);
	border-left-color: #b2dd84;
}
div.arrow-7cols:after {
	position : absolute;
	content: "";
	top: -12px;
	left: -872px;
	width: 848px;
	height: 24px;
	background-color: #b2dd84;: 
}
div.arrow-5cols {
	position: absolute;
	left: 690px;
	width: 0;
	height: 0;
	border: 24px solid rgba(178, 222, 132, 0);
	border-left-color: #b2dd84;
}
div.arrow-5cols:after {
	position : absolute;
	content: "";
	top: -12px;
	left: -632px;
	width: 608px;
	height: 24px;
	background-color: #b2dd84;: 
}
div.arrow-4cols {
	position: absolute;
	left: 580px;
	width: 0;
	height: 0;
	border: 24px solid rgba(178, 222, 132, 0);
	border-left-color: #b2dd84;
}
div.arrow-4cols:after {
	position : absolute;
	content: "";
	top: -12px;
	left: -522px;
	width: 498px;
	height: 24px;
	background-color: #b2dd84;: 
}
div.arrow-3cols {
	position: absolute;
	left: 450px;
	width: 0;
	height: 0;
	border: 24px solid rgba(178, 222, 132, 0);
	border-left-color: #b2dd84;
}
div.arrow-3cols:after {
	position : absolute;
	content: "";
	top: -12px;
	left: -392px;
	width: 368px;
	height: 24px;
	background-color: #b2dd84;: 
}
div.arrow-2cols {
	position: absolute;
	left: 330px;
	width: 0;
	height: 0;
	border: 24px solid rgba(178, 222, 132, 0);
	border-left-color: #b2dd84;
}
div.arrow-2cols:after {
	position : absolute;
	content: "";
	top: -12px;
	left: -272px;
	width: 248px;
	height: 24px;
	background-color: #b2dd84;: 
}

/* 各データへのリンク */
a.grayboxlink {
	color: black;
	text-decoration: none;
}
a.grayboxlink div {
	background-color: #e4e4e4;
	border-radius: 5px;
}
a.grayboxlink div:hover {
	color: #888888;
	background-color: #eeeeee;
}
a.shinsuiboxlink {
	color: black; text-decoration: none;
}
a.shinsuiboxlink div {
	border-radius: 5px; background-color: rgb(204, 122, 204);
}
a.shinsuiboxlink div:hover {
	color: rgb(136, 136, 136); background-color: rgb(214, 132, 214);
}

a.dosyaboxlink {
	color: black; text-decoration: none;
}
a.dosyaboxlink div {
	border-radius: 5px; background-color: rgb(244, 164, 96);
}
a.dosyaboxlink div:hover {
	color: rgb(136, 136, 136); background-color: rgb(254, 174, 106);
}

a.kouzuiboxlink {
	color: black; text-decoration: none;
}
a.kouzuiboxlink div {
	border-radius: 5px; background-color: rgb(247, 139, 139);
}
a.kouzuiboxlink div:hover {
	color: rgb(133, 133, 139); background-color: rgb(251, 197, 197);
}

a.suiiboxlink {
	color: black; text-decoration: none;
}
a.suiiboxlink div {
	border-radius: 5px; background-color: rgb(0, 255, 255);
}
a.suiiboxlink div:hover {
	color: rgb(133, 133, 139); background-color: rgb(30, 255, 255);

}