@charset "utf-8";
*{
	margin:0;
	padding:0;
}
body {
	font-size:12px;
	color:#000;
	background:#fff;
	line-height:1.8em;
}
#warp {
	width:770px;
	margin:0 auto;
}
#logo {
	height:80px;
	width:187px;
	margin:0 auto;
	background:url(../image/sdo_note_logo.gif) no-repeat;
}
#main {
	padding:20px;
	border:#64B7D7 solid 1px;
}
#footer {
	padding:20px;
	font-weight:bold;
	text-align:center;
}
p {
	text-indent:2em;
	margin:10px 0;
}
.hr {
	height:0;
	border-top:#64B7D7 dashed 1px;
	font-size:0px;
}
h2 {
	font-size:14px;
	font-weight:bold;
	text-align:center;
}
h3 {
	font-size:12px;
	font-weight:bold;
	margin:10px;
}
.radiobox {
	margin-left:15px;
	margin-bottom:20px;
}
.center {
	text-align:center;
	margin-top:10px;
}
.button {
	width:60px;
	cursor:pointer;
}
