@charset "utf-8";

strong { font-weight: bold; }
em { font-style: italic; }

.left {
	float: left;
	width: 50%;
}

.right {
	float: right;
	width: 50%;
}

.clearboth {
	clear: both;
}

.nikin_logo, #footer {
	text-align: center;
}

.img-text, .text-img, #footer {
	padding: .5cm 0 0 0;
	margin: .5cm 0 0 0;
	border-top: .05cm solid #666;
	clear: both;
}

header h1 {
    display: none;
}

a, a img {
	border: 0;
}

#footer {
	font-size: .8em;
}
