@charset "UTF-8";
/* CSS Document - iBB */

body {
	background: none;
	
}

.whole {
	width: 500px;
	margin: 20px auto;
	
}

table {
	width: auto;
	margin: 0 0 20px 0;
	border: 1px solid #ccc;
}

table th, table td{
	padding: 4px;
	border: 1px solid #ccc;
}

table th{
	background: #e7f4f8;
}

#popup-body .whole .head, #popup-body .whole .head2 {
	border-left: 4px solid #344586;
	padding: 10px;
	border-bottom: 1px solid #dfe0e9;
	clear: both;
	margin: 0 0 20px 0;
	color: #595959;
	font-size: 120%;
	background: url(../images/common/title_back.png) no-repeat right center;
}

#popup-body .whole .link {
	clear: both;
	margin: 0 0 20px 0;
	background: url(../images/common/mark01.png) no-repeat 0 5px;
	border-bottom: 1px solid #dfe0e9;
	padding: 4px 10px 4px 16px;
	margin: 16px auto 16px auto;
}

.setu {
	padding: 0 20px 20px 20px;
}

.foot {
	text-align: center;
	margin: 20px;
}