﻿@charset "utf-8";

/*======================================================================*//**
 * 
 */

html {
	height:100%;
	width:100%;
	overflow    :auto;
	margin      :0;
	padding     :0;
	text-align:center;
	}

body {
	height:100%;
	width:100%;
	margin      :0;
	padding     :0;
	background  :#161616;
	text-align:center;
	}



/*======================================================================*//**
 * 
 */

#flashcontent {
	left        :0;
	top         :0;
	width       :100%;
	margin-left :0;
	margin-top  :0;
}

#external_version {
	position:absolute;
	top:0px;
}



/*======================================================================*//**
 * 
 */

#attention {
	font-size   :80%;
	text-align  :center;
	margin      :100px auto;
	}




/*======================================================================*//**
 * 
 */


*{
	padding: 0;
	margin: 0;
	font-family: "MS P Gothic", Osaka, sans-serif;
	font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","Osaka", Verdana, "ＭＳ Ｐゴシック", "MS P Gothic", Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	zoom:1;
}

body {
	padding: 0;
	margin: 0;
	background  :#161616;
}


/* **************************************** */
/* block Elements */

div, h1, h2, h3, h4, h5, h6, p, form {
	display: block;
	margin: 0;
	padding: 0;
}


/* ****************************************_**************************************** */
/* Layout */



div#head,
div#foot {
	width: 925px;
	margin: 0 auto;
	text-align:left;
}



/* ****************************************_**************************************** */
/* Header */

div#head {
	padding-top:12px!important;
	height:78px;
}



/* ****************************************_**************************************** */
/* Footer */

div#foot {
	height: 40px;
	background: url(/ZA08/parts/foot.gif) top left no-repeat;
}


/* ****************************************_**************************************** */
/* Module */

.display_none {
	display: none;
}

.clear {
	clear: both;
}

