Body{
	background-color:#E6E6DA;
	background-image:url("background.png");
	font-family:"メイリオ", sans-serif;
}
iframe.mainwindow{
	border:none;
	width:100%;
	height:88%;
}
img{
	border-style:none;
}
.no_border{
	border-style:none;
}
a{ 
	text-decoration:none;
	line-height:20px;
} 
A:link{color:#000000}		/* リンク */
A:visited{			/* 既に見たリンク */
	color:#333333;
	text-decoration:none;	/* 下線を消す */
}
A:active{color:#444444}		/* クリック時のリンク */
A:hover{			/* カーソルが上にある時のリンク */
	color:#444444;
	text-decoration:none;	/* 下線を消す */
}
a img{
	border-style:none;
}
.titlebar
{
	width:100%;
	height:18px;
	border:0px;
	padding:3px 6px 3px 6px;
	background-color:#555555;
	color:#FFFFFF;
	text-align:left;
	font-size:small;
	font-weight:normal;
}

.menubar
{
	font-size:small;
	width:100px;
	height:20px;
	background-color:#A5A5A5;
}

.menubar_c
{
	font-size:small;
	width:100px;
	height:20px;
	background-color:#EEEEEE;
}
