@charset "Shift_JIS";

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote {
	margin: 0px;
	padding: 0px;
	color: #404040;
}

body {
	font-size: 80%;
	line-height: 1.5;
	text-align: center;
}

ul { list-style-type: none; }
ol { padding-left: 2em !important; }
br { letter-spacing: 0; }

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

#container hr {
	display: none;
}

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

a   { color: #827c3f; text-decoration: underline }
a:link   { color: #827c3f; text-decoration: underline }
a:visited    { color: #635634; text-decoration: underline }
a:active   { color: #e62a2f; text-decoration: underline }
a:hover   { color: #e62a2f; text-decoration: underline }

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

.center { margin: 0 auto; }
