/* 全体構造
--------------------------------------------------*/
body {
 margin: 0;
 padding: 0;
 background-color:#FFFFFF;
}

/* テキスト
--------------------------------------------------*/
table {
 font-size: 105%;
 line-height: 1.5;
}

.ta {
 font-size: 100%;
 line-height: 1.5;
}

/* リンク
--------------------------------------------------*/

a:link {
 color:#000066;
 text-decoration:none;
 }
 
a:visited {
 color:#666666;
 text-decoration:none;
 }
 
a:active {
 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;
}

