
/* 安全上のご注意
----------------------------------------------------*/

* {
	margin: 0;
	padding: 0;
}
img {
	font-size: 1px;
	border: 0;
}
body {
	min-width: 100%;
	text-align: center;
	font-family: 'メイリオ',Meiryo,sans-serif,Verdana,'ＭＳ Ｐゴシック','ヒラギノ丸ゴ Pro W4','Hiragino Maru Gothic Pro',Osaka;
}
#attention {
	width: 100%;
	margin: 0 auto;
}
#attentionInner {
	width: 80%;
	margin: 0 auto;
	padding: 20px 0;
	text-align: left;
}
#attention h1 {
	font-size: 1px;
	line-height: 0;
	text-indent: -10000em;
	height: 46px;
	background: url(../images/battery/title_attention.gif) 0 0 no-repeat;
}
#attention dl {
	margin-bottom: 15px;
}
#attention dt {
	color: #1D11A2;
	font-size: 90%;
	font-weight: bold;
	line-height: 1.2;
	margin-bottom: 10px;
	padding: 7px 0 2px 8px;
	border-left: 3px solid #1D11A2;
	background: url(../images/battery/bg_title.gif) 3px 0 repeat-x;
}
#attention dd {
	font-size: 80%;
	line-height: 1.2;
	padding: 0 0 7px 22px;
	background: url(../images/bullets/circle_red.gif) 12px 6px no-repeat;
}
#btnClose {
	font-size: 1px;
	line-height: 0;
	text-align: center;
}
#btnClose a {
	display: block;
	margin: 0 auto;
}