/* CSS Document */
@charset "UTF-8";

/*リンクカラー*/
a:link {
	color:#FFFFFF;
}
a:visited {
	color:#FFFFFF;
}
a:hover {
	color:#891100;
}
a:active {
	color:#FFFFFF;
}

/*基本レイアウト*/
body {
	margin: 0px;
	padding: 0px;
	background-color:#0e0d2c;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	color: #c79204;
	line-height: 1em;
}

img {
	border:none;
	color:#FFFFFF;
	background:transparent;
	margin: 0px;
	padding: 0px;
}

.id {
	text-align: center;
	margin: 0px;
	padding: 0px;
}

.id input {
	height: 18px;
	width: 140px;
	border: 1px solid #ababab;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	float: left;
}

/*外枠*/
#mainwrapper {
	width: 800px;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;<link rel="stylesheet" type="text/css" href="log.css">
}


/*ログイン*/
.top-img01 {
	background-image: url(../img/top_img01.jpg);
	background-repeat: no-repeat;
	height: 340px;
	width: 800px;
}

.top-img03 {
	background-image: url(../img/top_img03.jpg);
	background-repeat: no-repeat;
}


/*ログイン画面*/
.chara {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	color: #c79204;
	line-height: 1.2em;
	padding: 5px;
}

.btn {
	text-align: center;
}

/*フッター*/
#footer {
	width: 800px;
	background-color: #0e0d2c;
	margin: auto;
	padding: 0px;
	height: 120px;
}

.foorer_menu {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	line-height: 1.5em;
	color: #062478;
	text-align: center;
	margin-bottom: 10px;
	margin-top: 10px;
}

#footer #koei {
	float: right;
	height: 40px;
	width: 95px;
	position: absolute;
	margin-left: 700px;
	margin-top: 100px;
}

#footer #delfin {
	background-image: url(../img/log/delfin_logo.jpg);
	background-repeat: no-repeat;
	position: absolute;
	height: 40px;
	width: 110px;
	margin-top: 100px;
	margin-left: 5px;
}

/*コピーライト*/
#copyrights {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
	padding-top: 5px;
}

#official {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	color: #FFFFFF;
	text-align: center;
	margin-bottom: 10px;
	padding-top: 0px;
}

#flash {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	color: #FFFFFF;
	text-align: left;
	width: 555px;
	margin-right: auto;
	margin-left: auto;
	line-height: 1.2em;
	margin-top: 0px;
	height: 50px;
	margin-bottom: 5px;
}
