/* CSS Document */
@import url(reset.css);
@import url(base.css);

* {
	font-size: 12px;
	line-height: 18px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "MS P ゴシック", "MSP Gothic", sans-serif;
}

html{
    height:100%;
}

body{
    height:100%;
	background-color: #000928;
}

a {
	color: #0c54c9;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.required {
	color: #ca0101;
}

#sub {
	color: #000a28;
}

#sub p {
	text-indent: 1em;
}

.error {
	color: #ca0101;
}