@charset "Shift_JIS";

* { margin: 0px; padding: 0px; }

body {
	color: #414141;
	font-size: 80%;
	line-height: 1.5;
	/*\*/letter-spacing: 1px;/**/
	text-align: center;
}

ul { list-style-type: none; }

br { letter-spacing: 0; }

#container {
	margin: 0px auto;
	text-align: left;
	position: relative;
}

#container hr { display: none; }

a:link  { color: #1789bc; text-decoration: underline }
a:visited { color: #464276; text-decoration: underline }
a:hover { color: #ff9732; text-decoration: underline }
a:active { color: #d80000; text-decoration: underline }

.clear {
	clear: both;
	/*\*/overflow: hidden;/**/
}
:root .clear { display: block; }

span.right {
	text-align: right;
	display: block;
}

.center { margin: 0 auto; }

