@charset "utf-8";
@import url("../common/_common.css");

#MainBox {
	min-height: 400px;
	_height: 400px;
}

#HeadMenu {
	margin: 0;
	padding: 0 30px;
	height: 20px;
	text-align: right;
	font-size: 10px;
	_font-size: x-small;
	color: #666;
	line-height: 1;
	font-weight: bold;
}
#HeadMenu a {
	text-decoration: none;
}

h1 {
	margin: 0;
	padding: 5px 2px;
	text-align: center;
	font-size: 180%;
	color: #fff;
	background: #999;
}

#MainBox h2 {
	margin: 1.5em 50px .5em;
	padding: 8px 0;
	text-align: center;
	font-size: 16px;
	_font-size: medium;
	color: #123;
	border: 1px solid #ccc;
}
#PuAddr1 {
	margin: 20px 0 0 180px;
	padding: 0;
	text-align: left;
	line-height: 1.6;
}
#PuAddr2 {
	margin: 15px 0 40px 200px;
	padding: 0;
	text-align: left;
}

#FormArea {
	margin: 0 50px;
	padding: 10px 30px;
	background: #ecefef;
	border: 1px solid #dcdfdf;
}
#FormArea h3 {
	margin: 1em 0 0;
	padding: 0;
	font-size: 12px;
	_font-size: small;
	font-weight: normal;
	color: #345;
}
#FormArea form {
	margin: 0;
	padding: 0;
}
#FormArea input {
}
#FormArea textarea {
}
#FormArea .conf_item {
	margin: 0 0 1em;
	padding: .5em;
	background: #fff;
	border: 1px dotted #c66;
}
#FormArea .form_submit {
	margin: .5em 0;
	padding: 0;
	text-align: center;
}
#FormArea .ErrMsg {
	padding-left: 5px;
	color: #c00;
	font-weight: bold;
	/* border-left: 14px solid #f66; */
}

#FormArea ul {
	margin: 2em 0;
	padding: 1em 0;
	border-top: 1px solid #ccc;
	list-style: none;
}
.ThanksTxt {
	text-align: center;
}
#FormArea ul li {
	margin: 0;
	padding: 5px 0 0 14px;
	text-align: left;
	line-height: 1.6;
	background-image: url("/common/dot.gif");
	background-repeat: no-repeat;
	background-position: 0 7px;
}
#FormArea .Log {
	margin: 1em 0;
	padding: 1em 0;
	border-top: 1px solid #ccc;
}
#FormArea .Log table {
	margin: 0 0 1em;
	border-collapse: collapse;
	border-top: 1px dotted #ccc;
	border-left: 1px dotted #ccc;
}
#FormArea .Log th ,
#FormArea .Log td {
	padding: 5px 3px;
	text-align: left;
	vertical-align: top;
	line-height: 1.5;
	border-right: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
}




#SubBox ul.MenuList {
	padding: 215px 10px 0;
	border-top: 0 none;
}
#SubBox ul.MenuList li {
	margin-bottom: 1em;
	font-weight: normal;
	line-height: 1.5;
	color: #c22;
}
#SubBox ul.MenuList li strong {
	font-weight: bold;
	color: #c00;
}
#SubBox ul.MenuList li a {
	text-decoration: underline;
}

#Footer {
	margin-bottom: 0;
}
#Footer #Manage {
	margin: 0;
	padding: 3px 0 0 6px;
}
#Footer #Manage a {
	color: #333;
	text-decoration: none;
}
#PoweredBy {
	margin: 3px auto 10px;
	padding: 1px;
	width: 860px;
	text-align: right;
	color: #666;
	font-size: 10px;
	_font-size: x-small;
}
#PoweredBy a {
	color: #369;
	text-decoration: none;
}
#PoweredBy a:hover {
	text-decoration: underline;
}

