a:link { text-decoration: none }
a:visited { text-decoration: none }
a:hover { color: #FF3300 ; text-decoration: underline }
a:active {
	color: #FF0000;
	text-decoration: italic;
}

a.menu:link {
	color: #FFFF66;
	text-decoration: none
	}
a.menu:visited {
	color: #FFFFCC;
	text-decoration: none
	}
a.menu:hover {
	color: #FF33CC;
	text-decoration: none
	}
a.menu:active {
	color: #FF0000;
	text-decoration: underline
	}
	
a.menu2:link {
	color: #0000FF;
	text-decoration: none;
	}
a.menu2:visited {
	color: #0066FF;
	text-decoration: none
	}
a.menu2:hover {
	color: #FF3300;
	text-decoration: none
	}
a.menu2:active {
	color: #FF0000;
	text-decoration: underline
	}

h1 {
	font-size: 200%;
	color: #006600;
	background-color: #FFCC99;
	text-align: center;
	letter-spacing: 10pt;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
    border-left: 15px solid #999999;
    border-right: 15px solid #999999;
	margin-top: 1px;
	margin-right: 1px;
	margin-bottom: 5px;
	margin-left: 1px;
	padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 15px;
}
h1.boshu {
	font-size: 150%;
	color: #006600;
	background-color: #FFCC99;
	text-align: center;
	letter-spacing: 3pt;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
    border-left: 15px solid #999999;
    border-right: 15px solid #999999;
	margin-top: 1px;
	margin-right: 1px;
	margin-bottom: 5px;
	margin-left: 1px;
	padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 15px;
}

h2 {
	font-size: 200%;
	color: #FFCC99;
	background-color: #006600;
	text-align: left;
	border-top: 1px solid #666666;
	border-bottom: 1px solid #666666;
    border-left: 15px solid #666666;
    border-right: 5px solid #666666;
	margin-top: 1px;
	margin-right: 1px;
	margin-bottom: 5px;
	margin-left: 1px;
	padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 15px;
}

h3 {
	font-size: 200%;
	color: #006600;
	background-color: #FFCC99;
	text-align: center;
	border-top: 1px solid #666666;
	border-bottom: 1px solid #666666;
    border-left: 15px solid #666666;
    border-right: 15px solid #666666;
	margin-top: 1px;
	margin-right: 1px;
	margin-bottom: 5px;
	margin-left: 1px;
	padding-top: 5px;
    padding-bottom: 5px;
}
h4 {
	font-size: 150%;
	color: #660033;
	text-align: center;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 10px solid #999999;
	border-right: 10px solid #999999;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #FFFFFF;
}
h5 {
	font-size: 150%;
	color: #006600;
	background-color: #FFCC99;
	text-align: center;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
    border-left: 10px solid #999999;
    border-right: 10px solid #999999;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-left: 15px;
	padding-top: 5px;
    padding-bottom: 5px;
}
h6 {
	font-size: 250%;
	color: #FF0000;
	background-color: #FFFFCC;
	text-align: center;
	letter-spacing: 3pt;
	border-top: 2px solid #999999;
	border-bottom: 2px solid #999999;
    border-left: 20px solid #999999;
    border-right: 15px solid #999999;
	margin-top: 1px;
	margin-right: 1px;
	margin-bottom: 5px;
	margin-left: 1px;
	padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 15px;
}

.narrow {
	margin-top: 2px;
	line-height: 100%;
	margin-left: 20px;
 }
 
.height100 { line-height: 100% }
.height135 { line-height: 135% }
.height150 { line-height: 150% }
.height180 { line-height: 180% }
.height200 { line-height: 200% }
.height220 { line-height: 220% }
span.bg1 {
	background-color: #FFFFCC;
	color: #000000;
	padding: 2px 2px 1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFF00;
	margin-right: 2px;
	margin-left: 2px;
	font-size: 12px;
}
.pad20 {
	padding-left: 20px;
}
.mar30 {
	margin-left: 20px;
	padding-top: 5px;
	padding-bottom: 10px;
	line-height: 125%;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ＭＳ ゴシック", "中ゴシック体", "平成角ゴシック";
	font-size: 12px;
}
body.top {
	color: #333333;
	background-color: #FFFFFF;
	margin: 0px;
	font-size: 10px;
	background-image: none;
}
body.entry {
	color: #333333;
	background-color: #FFFFFF;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
}
body.alone {
	color: #333333;
	background-color: #FFFFFF;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
body.menu2 {
	color: #006600;
	background-image: none;
	margin: 0px;
	background-color: #FFFFCC;
}
body.helsinki {
	color: #333333;
	background-color: #FFFFFF;
	margin-top: 20px;
	margin-right: 60px;
	margin-bottom: 20px;
	margin-left: 50px;
}
.bg2 {
	background-color: #FFFFCC;
	color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFF00;
	margin-left: 1px;
	margin-top: 2px;
	margin-right: 1px;
	margin-bottom: 5px;
	padding-top: 2px;
    padding-bottom: 3px;
	font-size: 14px;
}
.bg3 {
	background-color: #FFFFCC;
	color: #000000;
	padding: 2px 2px 1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFF00;
	margin-right: 2px;
	margin-left: 2px;
	font-size: 16px;
}
.timetable {
	color: #333333;
	background-color: #CCFFCC;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.list {
	margin-left: 10px;
	padding-top: 7px;
	padding-bottom: 10px;
	line-height: 135%;
}
