* {
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
}
body {
	height: 100%;
	font-size: 9pt;
	font-family: "ＭＳ Ｐゴシック", Osaka, sans-serif;
	color: #333;	
}
a {
	color: #0292c1;
	text-decoration: underline;
	outline: none;
}
a:link {
	color:#009;
}
a:visited {
	color: #009;
}
a:hover {
	color: #a00;
}
img {
	border: none;
}
input, textarea, select {
	font-size: 1em;
}
option {
	padding: 0 3px;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.clear {
	clear: both;
}
.red {
	color: #f30;
}
.l_font {
	font-size: 17px;
}
.btn {
	margin: 10px 0 10px;
	text-align: center;
}
.c {
	text-align: center;
}
.r {
	text-align: right;
}
.l {
	text-align: left;
}
.move_text {
	font-size: 15px;
	font-weight: bold;
}
/* [div#wrapper] /////////////////////*/
#wrapper {
	position: relative;
	width: 750px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
