body {
	font-family:'Lucida Grande',
	 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3',
	 Meiryo, メイリオ, sans-serif;
}
a:link    { color: #328967; }
a:visited { color: #328967; }
a:active  { color: #a7d196; }
a:hover   { color: #328967; }
a:hover	{
	text-decoration: underline;
	color: #f89408;
}
/* 	background: url(image/navi_on.jpg) no-repeat top left;*/


td, th {
  font-size: 80%;
}
img {
    border-style:none;
}



.enhancedLink {
}
.enhancedLink a:link    { color: yellow; }
.enhancedLink a:visited { color: yellow; }
.enhancedLink a:active  { color: yellow; }
.enhancedLink a:hover   { color: #f89408; }

.whiteLink {
}
.whiteLink a:link    { color: #0063b4; }
.whiteLink a:visited { color: #0063b4; }
.whiteLink a:active  { color: #0063b4; }
.whiteLink a:hover   { color: magenta; }

body {
	color: #000000;
	background:#FFFFFF;
}

p.cDate {font-weight: bold; font-size: 16px; color: black}

button.btnSb {
	text-decoration: none;
	font-weight: none;
	text-align: center;
	font-size: 15px;
	display: block;

	background: steelblue;
	border: 1px solid #DDD;
	color: white;
	width: 100px;
	padding: 8px 0;

	/* 枠の角を丸くする */
	border-radius: 8px;			/* CSS3草案 */
	-webkit-border-radius: 8px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 8px;	/* Firefox用 */
}

button.btnSb:hover{
	background:magenta;
}


table.rightbar {
	float: right;
	font-size: 1.25em;
}
table.mainText {
	font-size: 1.25em;
}



.arrow1 {
    position: relative;
    display: inline-block;
    padding-left: 12px;
}
.arrow1::before {
    content: '';
    width: 0;
    height: 0;
    border: solid 5px transparent;
    border-left: solid 6px #8d0000;
    position: absolute;
    top: 43%;
    left: 0;
    margin-top: -4px;
}


button.btnMgn {
	text-decoration: none;
	font-weight: none;
	text-align: center;
	font-size: 15px;
	display: block;

	background: magenta;
	border: 1px solid #DDD;
	color: white;
	width: 100px;
	padding: 8px 0;

	/* 枠の角を丸くする */
	border-radius: 8px;			/* CSS3草案 */
	-webkit-border-radius: 8px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 8px;	/* Firefox用 */
}

button.btnMgn:hover{
	background:steelblue;
}
