@charset "utf-8";
@import url(base.css);
/* ==================== */
/*  Common              */
/* ==================== */
body.pop {
	background: url(none) !important;
}
div.popexeption{
    float: none;
    margin: 0 auto;
	margin-top:10px;
}
#container {
	margin: 0 auto;
	/* background-color: #fff; */
	width:650px;
	position: relative;
	height: auto;
}
/* ==================== */
/*  Content             */
/* ==================== */
.content {
	margin: 0 auto;
	background-color: #fff;
}
.page_ttl {
	/* height: 20px; */
	margin: 0 0 15px;
	padding: 15px 0 15px 0;
	border-bottom: 1px solid #bbb;
	overflow: visible;
	font-size:14px;
}
.input_intro {
		color: #d00;
		line-height: 10px;
		padding: 3px 0 3px 0;
		font-size: 110%;
		font-style: normal;
	}
.inputBlock {
	clear: both;
	margin: 15px auto;
	font-size: 12px;
}
	.inputBlock table {
		width: 100%;
	}
	.inputBlock th,
	.inputBlock td {
		padding: 5px 5px 8px 7px;
		border: 1px solid #bbb;
	}
	.inputBlock th {
	vertical-align: top;
	color: #000;
	background-color: #F5F5FF;
	}

.table1 {}
	.table1 th {
		width: 11em;
	}
	.table1 p { margin: 4px 0 1px 0;}

/* ==================== */
/*  To Fix Clear        */
/* ==================== */
.page_ttl:after,
#content:after,
 {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}
#logo_area {
	position: relative;
	top: 15px;
	left: 0;
	width: 250px;
}
#logo_area p {
	margin-bottom: 8px;
}
/* ==================== */
/*  Footer              */
/* ==================== */
#footer {
	clear: both;
	padding: 10px 0 0;
	border-top: 1px dotted #416353;
}
#footer div {
	overflow: hidden;
	padding: 10px 0;
	background-color: #e1f3eb;
}
#footer .note {
		margin: 10px auto;
		font-size: 11px;
	}
.close {
		text-align: center;
	}
.copyright {
	text-align: center;
	clear: both;
	padding: 10px;
	color: #fff;
	font-size: 12px;
	background-color: #416353;
}