@charset "UTF-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #dbd5c6;
	background-color: #4f4d48;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	margin-top:0px;
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
}
.navi {
	font-size: 13px;
	text-decoration: none;
}
a {
	color: #dbd5c6;
}
.headline {
	font-size: 28px;
}
.tea {
	font-size: 14px;
	color: #fe007b;
	text-transform: uppercase;
	font-weight: bold;
}
.lineheight {
	line-height: 20px;
}
.subline {
	font-size: 18px;
}
.subnavi {
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
}
