* {
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6, em, strong {
	font-weight: normal;
	font-style: normal;
}

body, input, textarea {
	color: #311b09;
	font-family: verdana, tahoma, arial, "sans serif";
	font-size: 10px;
}

body {

}

table {
	border-collapse: collapse;
	font-size:14px;
}

ul, ol {
	list-style-type: none;
}

img {
	border: none;
	display: block;
}


a, a:visited {
	text-decoration: none;
}

a:hover, a:active {
	text-decoration: underline;
}

.clear {
	clear: both;
	line-height: 0px;
	height: 0;
	font-size: 0;
}

.hide {
	display: none;
}

.japanese {
	font-family: "ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック","ＭＳ ゴシック", Osaka;
}


