/**
 * 
 * @version 
 * @author 
 */

/** Universal Reset

-----------------------------------------*/
html, body, #wrap {height: 100%;}

body{
	margin: 0;
	padding: 15px;
	font-family: Lucida Grande, "ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro","メイリオ","ＭＳ Ｐゴシック", sans-serif;
	font-size: 16px;
	line-height: 1.7;
	color: #444;
	background-color:#FFF;
}
* html body {
	font-size: 100%;
}
*+html body {
	font-size: 100%;
}
html, body {
	height: 100%;
}

h1{
	background-color:#8daeba;
	font-size:90%;
	padding:5px 20px;
	color:#FFF;
}
ul {
	margin: 0 0 2em 0;
	padding: 0 30px;
}
ul li {
	margin-bottom: 0.5em;
	font-size: 77%;
	line-height: 1.5;
}

p.close {
	text-align: right;
	font-size: 77%;
}