/* CSS Document */

body {
	background-color: #8fadcc;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: メイリオ, Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", Osaka, sans-serif, verdana;
	font-size: 13px;
}
.cap {
	font-family: "Courier New", Courier, mono;
	font-size: 80%;
	color: #333333;
}
.boxs {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #ff9baf;
	border-bottom-color: #ff9baf;
	border-left-color: #ff9baf;
}
.TEXT_M_N_N {
	font-size: small;
	line-height: 130%;
	color: #333333;
}

.link,
.link:visited {
    display: inline-block;
    border: 1px solid #8495C8;
    padding: 4px 1.5em;
    background-color: #ffffff;
    font-size: 100%;
    border-radius: 5px;
    text-decoration: none;
    color: navy;
}
.link:active,
.link:hover {
    background-color: #ff9baf;
    text-decoration: underline;
    color: #b22222;
}
