@charset "UTF-8";
/**
 * ログイン（ＣＳＳ）
 */

body {
	background-color: #FFFFFF;
} #system_logo {
	float:left;
	width:420px;
	padding:0px;
	margin-left:5px;
	margin-top: 10px;
	margin-bottom: 20px;
} #user_cd {
	width:100px;
	font-size: 16px;
	line-height: 20px;
	border: solid 1px #BBB;
} #pass_word {
	width:100px;
	font-size: 16px;
	line-height: 20px;
	border: solid 1px #BBB;
} #login_bt {
	margin-top: 2px;
	margin-bottom: 2px;
	width: 102px;
	line-height: 30px;
	text-align: center;
	border-radius: 2px;
} #message {
	text-align: center;
	color: #CC0000;
} #new_pass_word {
	width:100px;
	font-size: 16px;
	line-height: 20px;
	border: solid 1px #BBB;
} #re_new_pass_word {
	width:100px;
	font-size: 16px;
	line-height: 20px;
	border: solid 1px #BBB;
} #change_bt {
	margin-top: 2px;
	margin-bottom: 2px;
	width: 102px;
	line-height: 30px;
	text-align: center;
	border-radius: 2px;
} .gamen_bt {
	margin-top: 2px;
	margin-bottom: 2px;
	width: 102px;
	line-height: 30px;
	text-align: center;
	border-radius: 2px;
} .dl_bt {
	margin-left: 10px;
	text-decoration: underline;
	color: #000000;
} .dl_bt:hover {
	color: #FFFFFF;
	background-color: #FF9F3F;
/* お知らせ */
} #information_area {
	float: left;
	width: 700px;
	margin-top: 10px;
	margin-left: 10px;
	overflow: hidden;
} .button #manual_bt {
	width: 70px;
	font-size: 9pt;
	height: 17px;
	line-height: 17px;
	margin-left: 2px;
	text-align: center;
	border-radius: 3px;
	cursor: pointer;
} .button #moreinfo_bt {
	width: 70px;
	font-size: 11pt;
	height: 17px;
	line-height: 17px;
	margin-left: 2px;
	text-align: center;
	border-radius: 3px;
	cursor: pointer;
} #info_text_area {
	float: left;
	border: solid;
	border-width: 1px;
	width: 623px;
	height: 416px;
	margin-left: 5px;
	background-color: #FFF;
	border-radius:3px;
	border-color:gray;
	overflow: auto;
} .info_row {
	width: 600px;
	font-size: 12px;
	padding: 3px;
	border-bottom:1px dashed #DDD;
} .infomation_label {
	margin-right: 3px;
	font-size: 10px;
	border-radius: 2px;
	padding: 2px;
	color: #FFF;
	vertical-align: 2px;
} .info_tok {
	background-color: #e74c3c;
} .info_fri {
	background-color: #9b59b6;
} .info_honbu {
	background-color: #f39c12;
} .filelink_info {
	text-decoration: none;
	color: #000;
}
