@charset "UTF-8";
html{
	overflow-y:scroll;
}

html, button, input, select, textarea ,body{
	/*font-family: Calibri, "メイリオ", Meiryo, sans-serif ;*/
	font-family:"游明朝",serif;
	font-weight: 400; /* normal */
	color: #000; 
	font-size:12pt;
line-height:16pt;
	letter-spacing:0.1em;
	margin: 0; padding: 0; 
	}
body  {
	-webkit-text-size-adjust: 100%;
	margin:0px;
	padding:0px;
	background-color:#ffffff;
}

table {
	border-spacing: 0;
	border-collapse:collapse;
}
div{
	margin:0px;
	border:0px none;
	padding:0px;
}
a{
	text-decoration:none;
	color:#000000;
}
a:hover{
	text-decoration:underline;
}
a.link2{
	text-decoration:underline;
}

img{
	border:0px none;
}

#container { 
	width: 100%;  
	margin: 0 auto;
	text-align: left;
	border:0px none;
	position:relative;
}

