/* CSS Document */

/********************************************************************/
/* ƒ^ƒCƒgƒ‹ */
/********************************************************************/
#popup {
    width: 500px;
	margin-left: auto;
	margin-right: auto;
	margin-top: auto;
	margin-bottom: auto;
	background-color: #FFFFFF;
}

.pagetitle_password {
    background-image: url(../img/pagetitle_password.gif);
}

body {
    background-image: none;
}

#popup .password {
    padding: 25px;
	text-align: left;
	margin: 0px;
}

#popup .password ul {
    padding: 0px;
	margin: 0px 0px 10px;
}

#popup .password li {
	padding: 0px;
	padding: 0px 0px 0px 15px;
	list-style-position: inside;
	list-style-type: none;
	background-image: url(../img/list_icon.gif);
	background-repeat: no-repeat;
}

*+html #popup .password li {
	padding: 0px;
	list-style-position: inside;
	list-style-type: none;
	background-image: url(../img/list_icon.gif);
	background-repeat: no-repeat;
}

*html #popup .password li {
	padding: 0px;
	list-style-position: inside;
	list-style-type: none;
	background-image: url(../img/list_icon.gif);
	background-repeat: no-repeat;
}

#popup .password dl {
    margin: 0px;
	padding: 0px;
	line-height: 17px;
}

#popup .password dt {
	width: 120px;
	padding: 10px;
	position: relative;
	left: 0px;
	font-size: 12px;
	font-weight: bold; 
	border-top: 3px solid #E0DFE3;
}

#popup .password dd {
    width: 210px;
    margin: -38px 0px 0px;
    padding: 10px;
    position: relative;
    left: 150px;
	font-size: 12px;
	border-top: 1px solid #E0DFE3;
}


