@charset "utf-8";

/*　DJ SHIMAMURA : ESSENTIAL WOKRS
------------------------------------------------------------ */

body {
	margin: 0;
	padding: 0;
	color:#333;
    font-family: "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Arial, Helvetica, Verdana, Osaka, "ＭＳ Ｐゴシック", sans-serif;
    line-height: 1.5;
	font-size: 78%;
	_text-align: center;
	background-color: #838989;
}

h1,h2,h3,h4,h5,h6,p,ul,li,dl,dt,dd,em,address{
	margin: 0;
	padding: 0;
	text-decoration: none;
	font-style: normal;
	font-weight: normal; 
}

strong {
}

h1,h2,h3,h4,h5,h6{
	font-size: 100%;
}
ul li {
    list-style-type:none;
}
img {
	display: block;
}
a img { border:0; }
a:link {
   text-decoration:none;
}
a:visited {
   text-decoration:none;
}
a:hover {
   text-decoration:underline;
}
a:active {
   color:#999;
}

#container {
	margin: 0 auto;
	width: 900px;
	position: relative;
	_text-align: left;
}

#header {
	width: 900px;
	height: 500px;
	overflow: hidden;
}


#wrapper {
    width: 900px;
	text-align: center;
}

h1 {
    color: #FFF;
	font-weight: bold;
	font-size: 1.7em;
	margin-bottom: 5px;
}

h2 {
    color: #FFF;
	font-weight: bold;
	font-size: 1.2em;
}

#footer {
	clear: both;
	width: 900px;
	padding-top: 20px;
	font-size: 0.9em;
	text-align: center;	
}













