html, body {
	height: 100%;
	width: 100%;
	background-color: #eee;
}

div#content {
	height: auto;
	width: 100%;
	max-width: 640px;
	background-color: #fff;
	margin: 0 auto;
	text-align: center;
	font: 15px 'Lucida Grande','Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
}


div#title {
	height: auto;
	width: 90%;
	margin: 0 auto;
	padding-top: 35px;
	padding-bottom: 15px;
	
	font-size: 20px;
	border-bottom: 1px #888888 solid;
}

img#app_icon{
	width: 35px;
	margin-right: 10px;
	vertical-align:middle;
}


div#description {
	height: auto;
	width: 80%;
	margin: 0 auto;
	padding: 30px;
	text-align: left;
}

div#description p{
	margin-top: 15px;
	margin-bottom: 10px;
}

h4 {
	background-color:#CF000E;
	color:#FFF;
	margin-bottom:1em;
	padding:3px 5px;
}

ol {
	margin-left:2em;
}

ol > li {
	font-weight:bold;
	list-style-type:decimal;
}

ul {
	margin-bottom:1em;
	margin-left:0.5em;
}

ul > li {
	font-size:0.9em;
	list-style-type:disc;
}
