@charset "utf-8";
/* CSS Document */
/* FOR LOGIN-DIALOG */

* {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:12px;}

#dialog-box{
	width:585px;
	height:350px;
	position:relative;
}
*+html #dialog-box{
	width:578px;
	height:348px;
}
#dialog-box dl{
	margin:0;
}
	
#dialog-box dl dt{
	background:url(../../images/original/bg-dialog_dd01.png) left top repeat-x;
	height:28px;
	line-height:2.3em;
        font-weight: bold;
	text-indent:10px;}
#dialog-box dl dd{
	background: url(../../images/original/info_mini.png) #E9F3FA 10px 6px no-repeat;
	height:28px;
	line-height:2.3em;
	text-indent:30px;
        font-weight: bold;
	margin:0;}
	
#dialog-box #dialog-text01{
	width:561px;
	height:220px;
	border:#D3D3D3 1px solid;
	margin:5px 0px;
        padding: 10px;
        overflow: auto;
}
*+html #dialog-box #dialog-text01{
	width:556px;
	height:215px;
}
	
#dialog-box input#info-cancel{
	background:url(../../images/original/button-close.png) left top no-repeat;
	width:84px;
	height:33px;
	border: 0px;
	text-indent: -9999px;
	cursor: pointer;
	display: block;
	position:absolute;
	left:255px;
	bottom:5px;}
	
#dialog-box input#info-cancel:hover{
	background:url(../../images/original/button-close.png) left bottom no-repeat;}
	
