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

body{
	font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","ＭＳ Ｐゴシック",sans-serif;
}

#main{
	width:750px;
	height:210px;
	margin:20px;
	border:2px solid #cccccc;
	background:#ffffff url(../img/flower.jpg) no-repeat -50px -60px;
}
#homepage{
	float:right;
	padding:30px 20px;
	text-align:left;
}
#homepage p{
	font-weight:bold;
}