body {
	margin: 0;
	padding: 0;
	font-family: Arial;
}

a {
	color: black;
	text-decoration: none;
}
 
a:hover {
	color: #666;
}

#header {
	background: green;
	height: 309px;
	background: url(header.jpg) repeat-x;
}

#top {
	min-width: 750px;
	height: 309px;
	background: url(top.jpg) no-repeat;
}

#logo {
	width: 194px;
	background: #51b027 url(logo.jpg);
	height: 103px;
}

#flash {
	//float: right;
	position: absolute;
	top: 0; right: 0;
}

#menuke {
	margin-top: 171px;
}

.menu_item {
	float: left;
	margin-left: 1em;
	border-bottom: 1px solid #7c7c7c;
	width: 133px;
	height: 33px;
	background: url(menu_item.jpg) blue no-repeat;
}

.menu_item a{
	font-size: 1.4em;
	display: block;
	padding-top: 7px;
	text-align: center;
}

#top .chosen {
	border-bottom: 1px solid white;
}


#menu_c {
	float: left;
	width: 218px;
	height: 266px;
	padding: 10px;
	background: url(menu_left.jpg) no-repeat;
}

#menu_c .chosen {
	font-weight: bold;
}


hr {
	width: 96%;
	color: #aaa;
	text-align: center;
}

.left {
	float: left;
}

#ytiedot2 * {
	margin: 0;
	padding: 0;
}

#content {
	margin-top: 35px;
}

#ytiedot {
	width: 500px;
	padding: 10px;
	border: 1px solid #AAA;
	background-color: #EEE;
}

#ytiedot2 {
	font-size: 0.8em;
}
#main_content {
	padding-top: 30px;
	padding-right: 2em;
	margin-left: 248px;
	min-height: 400px;
}

#main_content a {
	text-decoration: underline;
}

#footer {
	padding-top: 10px;
	clear: both;
}

h1 {
	font-size: 1.4em;
}

.right {
	display: block;
	float: right;
}

#main_content .right {
	border: 1px solid #7c7c7c;
}

#menu_hanke a {
	padding-left: 1em;
	font-size: 1.2em;
}

table .tiedot {
	vertical-align: top;
	height: 80px;
	padding: 5px;
}
table .ryhma {
	width: 150px;
	vertical-align: top;
	font-weight: bold;
	font-size: 1.0em;
}
table .kuva img {
	border: 1px solid black;
}