@charset "utf-8";

*{
	margin:0;
	padding:0;
}
html {
	height:100%;
}
body {
	text-align:center;
	margin:0;
	padding:0;
	width:100%;
	height:100%;
	color:#333;
	font-size: 15px;
	line-height:160%;
	font-family:"MS PGothic","Lucida Grande","Lucida Sans Unicode","Lucida Sans",Verdana,sans-serif;
	/* mac 0 \*/
	letter-spacing:1px;
}
a {
	color:#666666;
}
a:hover {
	color: #FF6600;
}
h1,h2,h3,h4,h5,h6,p,ul,ol,dl {
	display:block;
}

/* PAGE LAYOUT START ---------------------------------------------- */
#container {
	width:100%;
	height:100%;
	text-align: center;
}
#contents {
	margin:10px;
	padding-bottom:10px;
	text-align: left;
}
dl {
	margin-bottom:15px;
	font-weight:normal;
}
dt {
	margin-bottom:5px;
}
dd {
	margin: 0 0 20px 16px ;
}
dd span {
	text-decoration:underline;
}
ol {
	list-style: none;
	padding: 2em;
    text-indent: -2em;
}
ul.list_disc li {
    list-style-type: disc;
    list-style-position: outside;
    margin-left: 20px;
}
p.-mb,
.-mb li {
	margin-bottom: 8px;
}


