@charset "SHIFT_JIS";

/* 全体属性、初期化 */

body, div, h1, h2, h3, h4, h5, p, address, 
ul, li, table, dl, dt, dd {
    margin: 0px;
    padding: 0px;
	font-style: normal;
	font-weight: normal;
	list-style: none;
}

img { 
    border-style : none; 
}

body {
    height: 100%;
    text-align: center;
	background-color: #ffffff; 
}

/* センタリング */

#container {
	position: absolute;
    height: 600px;
    width: 950px;
	left: 50%;
	top: 50%;
	margin-left: -475px;
	margin-top: -300px;    
    text-align: left;
}



