@charset "UTF-8";
/* CSS Document */

a:link, a:visited{
color: green;
text-decoration: none;
}

a:hover, a:active{
color: green;
text-decoration: underline;
}

html 	{ text-align : center;
}

body {
	position : relative;
	width : 770px;
	margin : 0 auto;
	text-align : left;
	font-family:Verdana, Geneva, sans-serif;
	background-color:#FFF;
}

div#header {
	position : relative;
	width : 100%;
}


div#header_logo {
	width : 210px;
	height:120px;
	background-image:url(../images/Avalon201x120.png);
	background-repeat: no-repeat;
	border-right-width: 1px;
	border-right-style: solid;
}

div#header_logo a {
	display:block;
	mar:210px;
	height:120px;
}

div#header_logo a:active, div#header_logo a:hover {
	text-decoration:none;
}

div#header_title {
	left : 210px;
	width : 560px;
    color:green;
}

div#header_title h1 {
	text-align:right;
	letter-spacing:2px;
	font-size: 32px;
	font-weight:bold;
	margin-top:30px;
}

div#header_title p {
	margin-top: 20px;
	text-align:right;
}

div#content {
	position : relative;
	width : 100%;
}

div#content_menu {
	width : 210px;
	border-top-width: 1px;
	border-top-style: solid;
}

div#content_menu ul {
	margin-top:10px;
}

div#content_menu ol {
	margin-top:10px;
	color:#006;
}

div#content_menu ul li a {
	display:block;
	font-family:Verdana, Geneva, sans-serif;
	padding-bottom:20px;
	padding-left:5px;
	padding-right:10px;
	color:#006;
}

div#content_menu ol li {
  list-style-type:decimal;
}

div#content_menu ol li a {
	display:block;
	font-family:Verdana, Geneva, sans-serif;
	padding-bottom:20px;
	padding-left:5px;
	padding-right:10px;
	color:#006;
}

div#content_main {
	left : 210px;
	width : 560px;
	min-height: 380px;
	border-left-width: 1px;
	border-left-style: solid;
	border-right-width:1px;
	border-right-style:solid;
	border-top-width: 1px;
	border-top-style: solid;
	background-image:url(../images/main-background560x370.png);
	background-repeat:no-repeat;
}

div#content_main > p {
	visibility:hidden;
	color:#FFF;
	background-color:#999;
	padding-left:5px;
	padding-right:5px;
	padding-top:5px;
	padding-bottom:5px;
}

div#content_main > p#show_name {
	font-size:20px;
	text-align:left;
	margin-top:285px;
	border-top-style:solid;
	border-top-width:1px;
	border-top-color:#CCC;
}

div#content_main > p#show_date {
	text-align:right;
	font-size:14px;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-bottom-color:#CCC;
}

div#content_main div {
	font-size:14px;
	margin-top:22px;
	padding-top:5px;
	padding-left:10px;
	padding-right:10px;
	background-color:#FDFDFD;
	border-top-width: 1px;
	border-top-style: solid;
	overflow:auto;
	max-height:300px;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-bottom-color:#000;
}

div#content_main div p {
	margin-bottom:15px;
}

div#content_main div p > span {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:32px;
}

div#content_main div ol {
	margin-bottom:15px;
	list-style-type:decimal;
	margin-left:24px;
}

.minilink {
              font-size:12px;
              font-style:italic;
}
