/* 全体構造
--------------------------------------------------*/
body {
 margin: 0;
 padding: 0;
}

/* テキスト
--------------------------------------------------*/
table {
 font-size: 105%;
 line-height: 1.5;
}

.ta {
 font-size: 100%;
 line-height: 1.5;
}

/* リンク
--------------------------------------------------*/
a {
 text-decoration: none;
}

a:hover {
 text-decoration: underline;
}

/* リンク(webmaster指定)
--------------------------------------------------*/

a#wm:link {
	color:#0000FF;
     text-decoration: underline;
}

a#wm:visited {
	color:#800080;
     text-decoration: underline;
}

