BODY
{
	background-repeat: repeat;
	font-size: 100%;
	margin : 0px 0px 0px 0px;

}

/* FORMによるずれをなくす */
FORM
{
	margin: 0px;
}

/* アンカータグの設定 */
A:link
{
	color: darkblue;
	/*font-size: 90%;*/
}
A:active
{
	color: darkred;
	/*font-size: 90%;*/
}
A:visited
{
	color: darkblue;
	/*font-size: 90%;*/
}
A:hover
{
	color: steelblue;
	/*font-size: 90%;*/
}

/*--------------------------
  リスト
  --------------------------*/
/* 共通 */
UL
{
	list-style-image: url("../top_images/i_image02.gif");
	margin : 0em 0em 0em 2em;
	padding : 0px;
}
LI
{
	/*margin : 0.5em 0em 0.5em 0em;*/
	margin : 0.5em 0em 0.5em 0em;
	padding : 0px;
}

/* トップメニュー用 */
UL.topmenu {
	margin : 0px;
	padding : 0px;
	list-style : none;
}
UL.topmenu LI {
	width : 20%;
	height : 1.2em;
	/*height : 100%;*/
	/*eight : 24px;*/
	text-align : center;
	vertical-align : middle;
	border-style : none;
	margin : 0px;
	float : left;
}
/* 今週のイベント用 */
UL.schedule {
	list-style-image : none;
	list-style : none;
}
UL.schedule LI {
	margin : 0px;
	padding : 0px;
}

UL.topmenu A:link {
	color:#FFFFFF;
	font-weight:bold;
}
UL.topmenu A:active
{
	color:#FFFF99;
	font-weight:bold;
}
UL.topmenu A:visited
{
	color:#FFFF99;
	font-weight:bold;
}
UL.topmenu A:hover
{
	color:#FFFF99;
	font-weight:bold;
}
/*--------------------------
  フォーム
  --------------------------*/
.submit1	{margin : 0.5em}

/*--------------------------
  テキスト配置
  --------------------------*/
.txtleft	{ text-align : left; }
.txtcenter	{ text-align : center; }
.txtright	{ text-align : right; }
.txttop		{ vertical-align : top; }
.txtmiddle	{ vertical-align : middle; }
.txtbottom	{ vertical-align : bottom; }


