*{
	margin: 0px;
	padding: 0px;
}

body{
	font-family: 'メイリオ', 'Microsoft Sans Serif', 'Tahoma';
	line-height: 1.5;
	background-color: #ffffff;
	color: #000000;
}

a:link{
	color: #0000ff;
}

a:visited{
	color: #000080;
}

a:active{
	color: #ff0000;
}

a:hover{
	color: #ff0000;
}

h1,
h2,
h3{
	font-size: 100%;
}

img{
	vertical-align: bottom;
	border: 0px;
}

ul,
ol{
	padding: 0px 0px 0px 3em;
}

input,
select,
button{
	font-family: 'メイリオ', 'Microsoft Sans Serif', 'Tahoma';
}

em{
	font-weight: bold;
	font-style: normal;
}

strong.mean{
	font-weight: normal;
}

#args{
	display: none;
}

.hidden{
	display: none;
}
