/* 全体の設定 */
.bodyall
{
	width: 761px;
	border-width: 1px;
	border-style: solid;
	float: none;
	text-decoration : none;
}

a
{
	text-decoration: none;
}

/* 本文テキスト */
.bodytext
{
	color : #000000;
	font-size : 12px;
}

/* ヘッダ内のテキスト */
.headertext
{
	color : #000000;
	font-size : 13px;
}

/* フッタ内のテキスト */
.footertext
{
	color : #000000;
	font-size : 10px;
}

/* メニューリンク */
.menulink
{
	text-decoration : none;
	border-top : #705f24 2px outset;
	padding-top : 2px;
	border-right : #705f24 2px outset;
	padding-right : 0px;
	border-bottom : #705f24 2px outset;
	padding-bottom : 2px;
	border-left : #705f24 2px outset;
	padding-left : 0px;
	color : #ffffff;
	font-size : 10px;
}


