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

* { margin:0px; padding:0px;}
body {
	font-family: "ＭＳ Ｐゴシック","ヒラギノゴシック Pro W3",sans-serif;
	line-height: 1.5;
	font-size:13px;
	color:#222222;
}
h1,h2,h3,h4,h5,h6 { font-weight: normal;margin:0;}
img { border:0; vertical-align:bottom;}
li { list-style:none;}
table { border:none; border-collapse:collapse;}

#page {
	background: #FFF;
	height: 600px;
	width: 750px;
	margin-right: auto;
	margin-left: auto;
}
#title {
	text-align: center;
	color: #F30;
	margin: 0px;
	padding-top: 60px;
	padding-bottom: 60px;
}

#contents {
	text-align: center;
	margin-bottom: 40px;
}

#flash {
	height: 420px;
	width: 630px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 100px;
}
