@charset "utf-8";

/**
 * fullscreen.css
 * フルスクリーンFlashコンテンツ用CSS
 */

* { margin: 0; padding: 0; font-size: 100%; letter-spacing: 0; line-height: 1.5; font-style: normal;}

html,
body,
#mainImage { left: 0; width: 100%; min-height: 300px; height: 100%; vertical-align: bottom; background: #040079; color: #fff;}

#header,
#mainImage,
#footer { position: absolute;}

#header,
#footer { width: 100%; height: 16px; padding: 4px 0; background: #0900a6; color: #fff; font-size: 10px;}

#mainImage { z-index: 1;}
#header { z-index: 2;}
#footer { z-index: 3; bottom: 0; background: url(../img/home/footer_bg.png);}
* html #footer { background: #030055;}

h1,
#header ul,
address { width: 960px; margin: 0 auto; font-weight: normal;}

#header ul { list-style: none; width: 30%; margin-top: -1.5em; margin-left: 60%;}
#header li { display: inline;}
#header ul a { padding-left: 24px; background: url(../img/home/arrow.png) no-repeat 12px 50%; color: #fff; text-decoration: none;}
#header ul a:hover { color: #ddd;}

address { text-align: right;}
embed,
object { outline: none;}