@charset "UTF-8";


/* index
---------------------------------------------------------------------------------------- */
html {
	height: 100%;
	overflow: hidden;
}	

body {
	font-size:75%;
}

/* ModernBrowsersOnly(notIE7) */
html>/**/body {
	font-size:12px;
}

body {
	height: 100%;
	margin: 0;
}

#index {
	height: 100%;
}

#index p {
	text-align:center;
	padding:300px 0px 0px 0px;
}

#index p img {
	margin:10px 0px 0px 0px;
}

img {
	border: 0px;
	vertical-align:bottom;
}

