/*2陸技用色セット　ベースはstyaleの方を修正のこと---*/

a {
	color: #359d9d;	/*リンクテキストの色*/
}
a:hover {
	color: #22adad;			/*マウスオン時の文字色*/
}



#menubar li::after {
	border-bottom: 4px solid #cfa3ca;
}

.contents h1 {
	border-top: 4px solid #a02B93;
/*	border-top: 4px solid #4b3f95;*/
}

.contents h2 {
	border-top: 4px solid #c17dba;
/*	border-top: 4px solid #7a6fb7;*/
}

.contents h3 {
/*	color: #1b4078;*/
	color: #359d9d;
}


#voice h2 {
	background-color: #faf9f3;
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.10);
	border-bottom: 1px solid #e1e1e1;
}


/*ページトップボタン*/
#pagetop a {
background: #ad70a67a;
}

#pagetop a:hover {
	background: #a36c9dc2;	/*背景色*/
	color: #fff;		/*文字色*/
}

#copyright {
border-top: 5px solid #cfa3ca;
}


.stpttl {
color: #7f3276;
}
	
	