@charset "UTF-8";

body,h1,h2,h3,h4,h5,h6,div,p,ul,ol,li,dl,dt,dd,table,tr,th,td,address,form,input,textarea {
	margin:0;
	padding:0;
	text-align: left;
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
}

table,tr,th,td {
	border-width: 0;
}
html {
	overflow-y: scroll;
}
em {
	font-style: normal;
}

img {
	margin: 0;
	border-width: 0;
}
a {
	cursor: pointer;
}
li {
	list-style-type: none;
}

br {
	letter-spacing: 0;
}

a:link {
	color: #000000;
	text-decoration: underline;
}
a:visited {
	color: #000000;
	text-decoration: underline;
}
a:hover {
	color: #666666;
	text-decoration: none;
}
a:active {
	color: #666666;
	text-decoration: none;
}

body{
	background-color:#e5e4e6;
}

#BASE {
	width: 800px;
	margin: auto;
	position: relative;
	font-family: "ヒラギノ角ゴ Pro W3", sans-serif, Osaka;
}

div.kan {
	width: 600px;
	margin : 50px 0px;
	text-align: center;
}
