/* bodyタグに使用*/
.design{font-size:12pt; font-family:arial; margin:0pt}
/*ここまで*/

/*メニューバー*/
div.menu{ background-color:#4169E1; color:#ffffff; padding:10pt ;}
					/*文字と背景色*/
span.menu{ padding:3pt;}			/*配置*/

.menu a:link { color: #ffffff; text-decoration: none; }
.menu a:visited { color: #ffffff; text-decoration: none; }
.menu a:active { color: #ffffff; }
.menu a:hover {
	color: #4169e1;
	background-color: #ffffff;	/* 背景色 */
	text-decoration: underline;	/* 下線 */
	position: relative;		/* ポジション移動 */
	top: 1px;			/* 1px 下に移動 */
	left: 1px;			/* 1px 右に移動 */
	} 

a#top{ text-decoration:underline; }	/* top */
a#profile{ text-decoration:underline; }	/* profile */
a#tf{ text-decoration:underline; }	/* track&field */
a#topic{ text-decoration:underline; }	/* topic */
a#link{ text-decoration:underline; }	/* link */

/*ここまで*/

/*その他*/
div.float{float:left;}
.wdth0{width:0pt;}