
/* START POSITIONING */
body {
	background-color: #4C5260;
	color: #444;
	padding: 0;
	margin: 0;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	line-height: 1.5;
}

#positioner {
	width: 886px;
	margin: 40px auto 0;
	text-align: left;
}
#head {
	position: relative;
}
#title {
	margin: 0 0 0 25px;
}
#today {
	color: #fff;
	float: right;
	font-size: 12px;
	position: absolute;
	right: 60px;
	bottom: 0px;
}
#main {
	background: url(main.jpg) repeat-y;
	position: relative;
}
#navi_info {
	position: absolute;
	top: 220px;
	left: 15px;
}
#user_info {
	position: absolute;
	top: 240px;
	right: 44px;
}
#left {
	position: absolute;
	width: 27px;
	height: 194px;
	top: 160px;
	left: -11px;
	background: url(left.jpg) no-repeat left;
	display: block;
	overflow: visible;
	cursor: pointer;
}
#left:hover {
	background-position: right;
}
#left:hover li {
	display: block;
}
#navi {
	position: absolute;
	overflow: hidden;
	width: 3px;
	height: 194px;
	top: -10px;
	left: 27px;
	margin: 0;
	padding: 0;
	padding-top: 20px;
	background: url(menul.gif) no-repeat right;
	cursor: default;
}
#navi li {
	list-style: none;
	padding: 2px 0 2px 8px;
	display: none;
}
#navi a {
	text-decoration: none;
	padding: 0 2px;
	color: #fff;
}
#navi a:hover {
	border-bottom: 1px dotted #fff;

}
#right {
	position: absolute;
	width: 19px;
	height: 194px;
	top: 60px;
	right: 43px;
	background: url(menur.gif) no-repeat left;
	display: block;
	overflow: visible;
	cursor: pointer;
}
#right:hover {
	background-position: left;
}
#content {
	min-height: 393px;
	background: url(head.jpg) no-repeat;
	padding: 20px 85px 0 60px;
	text-align: justify;
}
#content > * {
	margin-top: 0;
	margin-bottom: 20px;
	padding: 0;
}
#footer {
	height: 180px;
	background: url(foot.jpg) no-repeat;
	position: relative;
}
#footer_navi
{
	position: absolute;
	width: 800px;
	left: 33px;
	bottom: 80px;
	text-align: center;
	margin: 0;
	padding: 0;
}

#footer_navi li
{
	list-style-type: none;
	display: inline;
	margin: 0;
	padding: 0;
}
#footer a
{
	text-decoration: none;
	color: #444;
}

/* END POSITIONING */


/* START Formating */
.picture img
{
	width: 240px;
	height: 200px;

}
.picture a
{
	text-decoration: none;
	color: grey;
}


h1
{
	font-size: 18px;
	color: #444;
}
h2
{
	font-size: 16px;
	color: #555;
}

.downloadlink{
display:block;
margin:0px;
width:123px;
height:25px;
background: url(download.gif) no-repeat;
text-decoration: none;
padding: 0px;
color: #444;
}
.downloadtable
{
	margin-left: 30px;
}
.downloadtable td
{
	height: 20px;
	vertical-align: top;
	padding: 3px 1px 4px 0;
	margin: 0px;
	border-bottom: 1px dotted #666;
	text-align: left;
	vertical-align: middle;
}
.downloadtable td.left {
	width: 300px;
}
