@charset "utf-8";

/* --------------------------------
FILE NAME  ：popup.css
AUTHOR     ：Miyazaki Ryo
LAST UPDATE：2008.09.24
-------------------------------- */

/* --------------------------------
Basic Style
-------------------------------- */
/* structure module */

html {
	width: 400px;
    overflow-y: scroll;
	overflow-x: hidden;
}

body {
background:#fff !important;
padding: 0 10px;
}

.popup div {
width: 460px;
}

.popup div ol li ul li {
	text-indent: -2em;
	list-style-type: none;
}
