@charset "utf-8";

.txt1 {
    color: #333333;
    font-size: 110%;
    line-height: 1.6em;
    margin: 30px auto;
}
table#tblLink {
    border: 1px solid #C8C8C8;
    width:780px;
}
table#tblLink th {
    background: #EEEBD9 none repeat scroll 0 0;
    border: 1px solid #C8C8C8;
    color: #00C200;
    font-weight: normal;
    vertical-align: middle;
    font-size:110%;
    width: 200px;
}
table#tblLink th span {
    color: #333333;
}
table#tblLink td {
    border: 1px solid #C8C8C8;
    padding:15px 0 15px 25px;
    font-size:110%;
    color:#333333;
}

.tt1 {
    border: 1px solid #eaeaea;
    padding: 5px;
    width: 520px;
    background:#D3F4C9;
    color:#333333;
	font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
	font-size: 13px;
}
.ttarea1 {
    border: 1px solid #EAEAEA;
    padding: 5px;
    width: 520px;
    background:#D3F4C9;
    color:#333333;
	font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
	font-size: 13px;
	height: 65px;
}
#tblLink a {
	color:#333333;
}
#tblLink a:hover {
	color:#00C200;
	text-decoration:underline;
}