*{
	margin:0;
	padding:0;
	color:#666;
	line-height: 140%;
	font-family: Verdana, sans-serif, Arial;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
		}
/*リンクの設定*/
a	{text-decoration:none;}
a:hover	{}

/*改行・画像の設定*/
br	{letter-spacing:normal;}

/*見出しの設定　h1…サイトタイトル　h2…welcomeなどの見出し*/
h1 {
	color:#fff;
	font:bold 16px verdana;
		}
h2{
	font:bold 10px verdana;
		}

/*右側のフレームの背景設定*/
body{	background:#fff url() no-repeat left bottom fixed;
		}

/*左側、メニューの表示されるページのみに適用される背景設定*/
#INDEX{
	background:#666 url(img/imgl.jpg) no-repeat right bottom fixed;
		}

/*左側フレームの各種設定*/
#CONTAINER {
	margin:40px 20px 0 0;
	text-align:right;
		}
#MENU {
	margin-top:20px;
		}
#MENU a{
	color:#fff;
	font-size:120%;
	line-height:25px;
		}
#MENU a:hover{
	color:#fff;
	text-decoration:none;
		}
/*右側フレームの各種設定*/
#BOX {
	margin:40px auto;
	width:55%;
		}
.text{
	margin:5px 0 20px 10px;
		}
.record{
	margin:5px 0 20px 10px;
	height:200px;width:400px;
	overflow:auto;
		}
