@charset "utf-8";
/* CSS Document */

body {
	text-align: center;
	line-height:150%;
	font-size: 1.2em;
	font-style: ;
	font-weight: normal;
	background-color: #9FF;
	margin: 5px;
	height: 50px;
}

div.obi {
	text-align:center; 
	padding:10px; 
	background:mediumblue; 
	color:#fff; 
	font-weight:bold;
}

ul{
	list-style-type:none;
}


div.note {
	width:97%; 
	background:aliceblue; 
	border:1px solid gray; 
	margin:1em;
	padding:6px; 
	margin-left:auto; 
	margin-right:auto; 
	text-align:center;
}

p.close {
	text-align:center; 
	margin-top:3em; 
}

p.close input {
	width:80px; 
}

div.main {
	text-align:center; 
}


