@charset "shift_jis";

body {
	overflow-x : hidden;
	overflow-y : auto;
}

/* ヘッダ
----------------------------------------------------------------*/
.header {
	position:relative;
	width:880px;
	height:130px;
	background:url(../images/popup_bar.gif) no-repeat 0 bottom;
	margin:0 auto;
}
.header h1 {
	position:absolute;
	width:125px;
	height:85px;
	top:15px;
	left:0px;
}
.header .axalogo {
	position:absolute;
	width:155px;
	height:75px;
	top:20px;
	left:auto;
	right:0px;
}


/* コンテンツ
----------------------------------------------------------------*/
.popup_contents {
	width:880px;
	margin:0 auto;
	padding-bottom:5px;
}

.popup_contents .checkitem {
	margin-top:30px;
}


/* フッター
----------------------------------------------------------------*/
.footer {
	height:15px;
	background:url(../images/popup_footer_bg.gif) no-repeat 0 top #f9f9f9;
}





