@charset "UTF-8";

/*-----------------------------------------------------
reset
-------------------------------------------------------*/
html, body {
	margin: 0;
	padding: 0;
	border: none;
	color: #333333;
	background: #ffffff;
}

body {
	font-size: 86%;
	line-height: 1.5;
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	min-width:980px;
}

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

h1, h2, h3, h4, h5, h6, p, ul, ol, dl {
	margin: 0;
	padding: 0;
	font-size: 1em;
}

address {
	font-style: normal;
}

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

input,textarea {
	font-size: 1em;
}

ul {
	list-style-type: none;
}

table {

}

fieldset {
	border: 0;
}

sup {
	vertical-align: .5em;
}


/*-----------------------------------------------------
link
-------------------------------------------------------*/
a { color: #0B4199; text-decoration: underline;}
a:link {color: #0B4199; text-decoration: underline;}
a:visited {color: #800080; text-decoration: underline;}
a:hover {color: #0B4199; text-decoration: underline;}
a:active {color: #0B4199; text-decoration: underline;}
