@charset "UTF-8";

/* ==================================================================================

NTT docomo
Version: September 2009


1. content, quote, list-style
2. display, position, float, clear, width, height, line-height, vertical-align
3. overflow, visibility
4. margin, padding, border
5. border-collaps
6. color
7. font
8. text-indent, text-align, text-decoration
9. background

================================================================================== */



/*-----------------------------------------------
	style
-----------------------------------------------*/

html,body {
	margin: 0;
	padding: 0;
	color: #000;
  font-family: "ヒラギノ角ゴ Pro W3" , "HiraKakuPro-W3" , "メイリオ" , Meiryo , Osaka , "MS P Gothic" , sans-serif;
	background: #fff;
}

h1 {
	padding: 0;
}

div#nonfla-content {
	overflow:visible;
  height:600px;
  width:740px;
  position:absolute;
  top:50%;
  left:50%;
  margin-top: -300px;
  margin-left:-370px;
}

div#movie-flashcontent {
	text-align: center;
}