@charset "UTF-8";
/* CSS Document */

#Entry{}

#Entry #Menu{
	width: 710px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 10px;
}
#Entry #Menu .btnL{
	float: left;
	height: 50px;
	width: 170px;
	margin-right: 10px;
}
#Entry #Menu .btnR{
	float: right;
	height: 50px;
	width: 170px;
}

#Entry form{
	width: 710px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
#Entry .form_tit{
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	background-color: #2A2B2C;
	text-align: left;
	margin-bottom: 15px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}
#Entry .txt_red{color: #F00;}
#Entry #ListBox{
	font-size: 13px;
	line-height: 120%;
	text-align: left;
	width: 710px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
#Entry #ListBox #Left{
	float: left;
	width: 194px;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	font-weight: bold;
}
#Entry #ListBox #Right{
	float: right;
	width: 500px;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}
#Entry #ListBox_last{
	font-size: 13px;
	line-height: 120%;
	text-align: center;
	width: 710px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	margin-top: 30px;
}
#Entry #FormLast{
	width: 710px;
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
#Entry #FormLast .tit{
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 40px;
	text-align: center;
}
#Entry #FormLast .txt{
	font-size: 13px;
	margin-bottom: 40px;
	text-align: center;
}
#Entry #FormLast #links{
	font-size: 13px;
	text-align: center;
}
#Entry #FormLast #Links a:link {
	color:#000;
	text-decoration:none;
}
#Entry #FormLast #Links a:visited {
	color:#000;
	text-decoration:none;
}
#Entry #FormLast #Links a:hover {
	color: #C6011F;
	text-decoration:none;
}