@charset "utf-8";

/* basic
------------------------------ */
* {
    margin: 0;
    padding: 0;
	text-decoration: none;
	word-break: break-all;
	line-height: 1.5em;
}

	/* hide from ie on mac \*/
	html {
		height: 100%;
		overflow: hidden;
	}
	
	#flashcontent {
		height: 100%;
	}
	/* end hide */

body {
	background: #FFF url(http://www.aspara.co.jp/muroi-yuzuki/img/blog/background.jpg) no-repeat fixed bottom center;
	font-family: Verdana, Arial, sans-serif;
	font-size: 78%;
	text-align: center;
	color: #333;
}

/* main
------------------------------ */
#flashcontent {
	margin-top: 30px;
}



/* footer
------------------------------ */
#footer 
{
	margin: 30px 0 0 0;
	height: 30px;
}
#footer p
{
	margin: 0;
	padding: 10px 0 5px 0;
	font-size: 80%;
	text-align: center;
	letter-spacing: 1px;
}

