/* 共通設定 */
body{
	margin: 0px;
	padding: 0px;
	font-size: 10pt;
}
#base{
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-image: url(/images/bg.gif);
}
#wrapper{
	width: 640px;
	margin-right: auto;
	margin-left: auto;
}
#main_container{
	text-align: left;
}
#popup_head{
	background-color: #000000;
	color: #ffffff;
	height: 45px;
	border-top: 1px solid #f77200;
	border-bottom: 4px solid #f77200;
}
#popup_head .logo_hd{
	width: 70px;
	margin-top: 1px;
	float: left;
	text-align: center;
}
#popup_head .head_right{
	width: 568px;
	margin-top: 1px;
	float: right;
	text-align: right;
}
#popup_container{
	background-color: #ffffff;
}
#popup_body{
	padding: 10px;
}
#popup_foot{
	border-top: 2px solid #000000;
}
#popup_foot .window_close{
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
}
#popup_foot .window_close a{
	color: #000099;
}

.clear{
	clear: both;
}

