@charset "utf-8";
/* CSS Document */

body
{
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	height:100%;
	margin:0;
	background-image:url(images/page_main.gif);
	background-position:top center;
	background-repeat:repeat-y;
}

img
{
	border:none;
}

#upper_right_note
{
	position:absolute;
	width:266px;
	height:192px;
	margin:32px 0px 0px 700px;
	background-image:url(images/note_date.png);
}

#main
{
	width:900px;
	height:100%;
	margin:0px 99px 0px 100px;
}

#menu
{
	float:left;
	width:197px;
	height:346px;
	background-image:url(images/note_menu.png);
	margin:-85px 0 0 -15px;
	padding-left:10px;
}

#menu a
{
	width:140px;
	height:15px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	color:black;
	margin:0px 10px 5px 0px;
	border:1px black solid;
	display:block;
	text-decoration:none;
	padding:3px 0px 3px 7px;
}

#menu a:hover
{
	background-color:#00549f;
	color:white;
}

#content
{
	margin-left:220px;
	margin-right:50px;
	min-height:350px;
}

#footer
{
	text-align:center;
	font-size:11px;
	color:#333333;
	width:1024px;
}

#footer a
{
	font-size:11px;
	color:#333333;
}

.title
{
	font-weight:bold;
	font-size:16px;
	background-color:#00549f;
	color:white;
	padding:2px 15px 2px 5px;
}

.txtError
{
	border:solid 1px red;
}
