BODY {
	background-color: #ffffff;
	background-image: url('/images/default/gradient_top.png');
	background-repeat: repeat-x;
}

#extraDiv1 {
	background-image: url('/images/default/floral_lft.png');
	width: 631px;
	height: 219px;
	position: absolute;
	top: 300px;
}

#extraDiv2 {
	background-image: url('/images/default/floral_rgt.png');
	width: 359px;
	height: 379px;
	position: absolute;
	bottom: 0px;
	right: 0px;
}

#header {
	text-align: center;
}

#header .logo {
	background-image: url('/images/default/logo.jpg');
	width: 950px;
	height: 302px;
}

#container {
	width: 950px;
	margin: auto;
	position: relative;
	text-align: left;
}

#header .menu {
	width: 893px;
	height: 65px;
	background-image: url('/images/default/top_menu.png');
	background-repeat: no-repeat;
	margin: -30px auto 0px auto;
	padding: 10px 0px 0px 0px;
}

#header .menu li {
	display: inline-block;
	margin: 0px 15px 0px 15px;
}

#header .menu li a:link,#header .menu li a:visited {
	color: rgb(7, 83, 34);
	text-decoration: none;
	font-size: 1.2em;
	display: inline-block;
	padding: 2px 5px 2px 5px;
}

a:link,a:visited {
	color: rgb(27, 126, 218);
	text-decoration: none;
	font-weight: bold;
}

#header .menu li a:hover {
	border-bottom: 3px solid rgb(27, 126, 218);
	color: rgb(0, 0, 0);
}

#footer {
	margin: 10px 0px 0px 0px;
	font-size: 0.9em;
	text-align: right;
}

#column1 {
	position: absolute;
	width: 220px;
	left: 30px;
}

#column3 {
	margin: 0px 30px 0px 270px;
}

#column3 .infoBox {
	
}

.contents h1 {
	font-size: 2.3em;
	line-height: 1em;
	padding: 5px;
	margin: 0px 0px 5px 0px;
	background-color: #e4ffdf;
}

.contents.document .pages {
	float: left;
	margin: 10px;
	padding: 0px 5px 5px 5px;
	max-width: 180px;
	background-color: #ffffff;
	font-size: 1.1em;
}

.contents.document .pages ul {
	padding: 0px;
}

.contents.document .pages li {
	list-style: circle;
	list-style-position: inside;
}

.contents.news .news {
	margin: 5px 0px 15px 0px;
}

.contents.news .news .body {
	margin: 0px 0px 0px 50px;
}

.contents.news .news h2 {
	font-size: 1.3em;
	border-bottom: 1px dotted #333333;
	line-height: 1em;
}

.contents.news .news .date {
	float: left;
	width: 30px;
	background-color: #ffffff;
	padding: 3px 5px 3px 5px;
	text-align: center;
	border-bottom: 3px solid #666666;
}

.contents.news .news .date .day {
	font-size: 2.2em;
	font-weight: bold;
	color: rgb(27, 126, 218);
}

.contents.news .news .date .rest {
	font-size: 0.9em;
	color: #666666;
}

.pager {
	margin: 5px 0px 5px 0px;
	padding: 5px 0px 5px 0px;
	text-align: center;
	font-size: 1.2em;
}

.pager_curpage {
	background-color: #498817;
	margin: 0px 6px 0px 2px;
	padding: 2px 5px 2px 5px;
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.pager a.pager_link:link,.pager a.pager_link:visited {
	background-color: #83ae61;
	margin: 0px 6px 0px 2px;
	padding: 2px 5px 2px 5px;
	text-decoration: none;
	color: #ffffff;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.pager a.pager_link:hover {
	background-color: #3079c3;
	color: #ffffff;
}

.tree ul {
	margin: 0px;
	padding: 0px;
}

.tree li,.tree ul {
	list-style: none;
}

.admin .menu ul {
	list-style: none;
	list-style-position: outside;
	padding: 0px;
}

.tree {
	border-bottom: 1px dotted #cccccc;
	padding: 0px 0px 10px 0px;
	margin: 0px 0px 10px 0px;
}

.tree li {
	padding: 0px 0px 0px 15px;
	list-style-position: inside;
}

.tree .depth-1 {
	list-style-image: url("/images/bullet1.png");
}

.tree .depth-2 {
	list-style-image: url("/images/bullet2.png");
}

.tree .depth-3 {
	list-style-image: url("/images/bullet3.png");
}

.breadcrumbs{
	margin: 5px 0px 5px 0px;
}