* { box-sizing : border-box}
* { -moz-box-sizing : border-box}
* { -webkit-box-sizing : border-box}
* { -ms-box-sizing : border-box}

body{
	font-size:14px;
	font-family:'MS UI GOTHIC',Arial;
	margin-top:20px;
	background: #C0DEED url('./img/bg-clouds.png') repeat-x;
	color:#333;
}

#main{
	padding:20px;
	margin:0px;
	width:700px;
	background-color:#fff;
	text-align:left;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	behavior: url(ie-css3.htc);

}
p{
	margin:2px;
	padding:0;
}
#logo{
	width:700px;
	text-align:left;
	margin-bottom:10px;
}

#memo{
	background:transparent url(img/bg_noteline.gif) repeat scroll 0 0;
	line-height :30px;
	margin :0;
	text-align:right;
}

a{
	color:#1166AA;
}

