@CHARSET "UTF-8";

body{
	margin:0;
}

p {
	line-height: 85%;
}

.ui-widget {
	font-size: 15px !important;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo,
		Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
}

#header {
	background-color:#021631;
	overflow: visible;
	padding-top:1px;
}

#content{
	margin-top:100px;
	margin-bottom:180px
}

.error-text{
	display: block;
	font-size:16px;
	font-weight:bold;
	color:red;
}