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

* {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

h1 {
	font-size: 120%;
}

h2 {
	font-size: 115%;
}

h3 {
	font-size: 110%;
}

h4 {
	font-size: 105%;
}

h5 {
	font-size: 100%;
}

h6 {
	font-size: 100%;
}

#mainMenu, #mainMenu *, #subMenu, #subMenu *, #rightMenu, #rightMenu * {
	text-decoration: none;
}

#mainMenu {
	font-weight: bold;
}

#mainMenuTitle>h1 {
	line-height: 20px;
	font-size: 110%;
}

#footer {
	text-align: center;
}

#footer a {
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

.subMenu, .rightMenu {
	line-height: 19px;
	display: block;
}

.level2 {
	font-size: 95%;
}

#sitetitle h1 {
	font-size: 120%;
}

#lupenBox03 {
	font-size: 16px;
	font-weight: bold;
}

#leftContentBox *, #rightContentBox * {
	font-size: 90%;
}

#leftContentBox h1, #rightContentBox h1 {
	font-size: 110%;
}




