@charset "UTF-8";

/* reset styles */

html, body, div, h1, h2, h3, h4, h5, h6,
p, blockquote, pre, address,
ul, ol, li, dl, dt, dd,
table, th, td, form, fieldset {
	margin: 0;
	padding: 0;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Hiragino Kaku Gothic Pro W3", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	fint-size:10px;
	line-height: 1.0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
ul li, ol li {
	list-style-type: none;
}
a {
	text-decoration: none;
}
img {
	border: 0;
}
img, input, select, textarea {
	vertical-align: middle;
}

/* For IE7 hasLayout issue */
*:first-child+html * {
	letter-spacing: 0; /* hasLayout問題を回避 */
}

/*------------------------------------------------------------------------------------------------*/

html {
    height: 100%;
    overflow: auto;
}
 
#flashcontent,#photopaper {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width:  100%;
}

body {
height: 100%;
background-color: #fff;
}

/*------------------------------------------------------------------------------------------------*/

h1,p{
	text-align:center;
}

h1{
	padding:150px 0 30px 0;
}

p{
	padding-top:10px;
}



