@charset "utf-8";

/* =================================
	common
================================== */

* {
	padding: 0;
	margin: 0;
}

html {
	overflow-y: scroll;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td,img,a{
	padding: 0;
	margin: 0;
}


/* --------------------------------
	table
-------------------------------- */

table{
	border-collapse: collapse;
	border-spacing: 0;
}

caption,th {
	text-align: left;
}


/* --------------------------------
	img
-------------------------------- */

img {
	border: 0;
}


/* --------------------------------
	list
-------------------------------- */

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


/* --------------------------------
	text
-------------------------------- */

strong {
	color: #666666;
}

sup {
	vertical-align: text-top;
	font-size:85%;
}

sub {
	vertical-align: baseline;
	font-size: 77%;
}

/* --------------------------------
	link
-------------------------------- */

a:link {
	color: #065492;
	text-decoration: underline;
}

a:visited {
	color: #065492;
	text-decoration: underline;
}

a:hover {
	color: #065492;
	text-decoration: none;
}

a:active {
	color: #065492;
	text-decoration: none;
}

table {
	font-size: inherit;
	font: 100%; /* IE6 */
}

