@charset "shift_jis";

/* *****************************************************
Contents ---------------
01: general
02: LayerBase
------------------------
***************************************************** */

body, div, p,  ul, ol, li, dl, dt, dd, table, th ,td, img, h1, h2, h3 ,h4 ,h5, h6, form, strong, em, hr
	{
	margin: 0;
	padding: 0;
	color: #444444;
	background-color: transparent;
	border: 0;
	font-weight: normal;
	font-style: normal;
	font-size: 100%; /* 16px */
	text-decoration: none;
	font-family:"ＭＳ Ｐゴシック","ヒラギノ角ゴ Pro W3","メイリオ", Osaka, sans-serif;
	list-style: none;
	}

body
	{
	color: #444444;
	font-size: 75%; /* 12px */
	line-height: 150%; /* 18px */
	padding: 0;
  text-align: center;
  background: #ffffff;
  background-image: none;
	}

body#en, #en div, #en p, #en ul,#en ol,#en li,#en dl,#en dt,#en dd,#en table,#en th ,#en td,#en img,#en h1,#en h2,#en h3 ,#en h4 ,#en h5,#en h6,#en form,#en strong,#en em,#en hr
	{
	font-family:Verdana,"ＭＳ Ｐゴシック","ヒラギノ角ゴ Pro W3","メイリオ", Osaka, sans-serif;
	}

a[name]:link,
a[name]:visited,
a[name]:hover,
a[name]:active
	{
	text-decoration: none;
	color: inherit;
	background-color: inherit;
	}

/* == reader == */
.PageReader
	{
	position:absolute;
	top: 0;
	left:0;
	display:block;
	height: 1px;
	width: 1px;
	margin:0;
	padding: 0;
	overflow:hidden;
	}

/* *****************************************************
LayerBase
***************************************************** */
#LayerBase
	{
	position: relative;
	width: 920px;
	height: auto;
	padding: 0 40px;
	margin:  0 auto;
 text-align: left;
_height: 300px; /* IE 6 */
	}
