@charset "utf-8";

/*　メイン　*/

body {
	background-color: #FFF;
	background-image: url(20130506202839-01.png);
}

h1 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 20px;
	font-weight: bold;
}

p {
	font-size:10px;
}

/*　コンテンツ　*/

#content {
	margin:100 auto;
	width:800px;
	background-color:#FFF;
}

#content img{
	float:left;
}

/*　ヤフー広告送り用　*/

body div {
	display:block;
	position:relative;
	top:1000px;
}