@charset "Shift_JIS";


html {
	color: #333;
}

body {
	margin: 0;
	padding: 0;
}

caption,th {
	text-align: left;
}

sup {
	vertical-align:text-top;
}

sub {
	vertical-align:text-bottom;
}

input,textarea,select {
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
}

input,textarea,select {
	*font-size:100%;
}

address,caption,cite,code,dfn,em,strong,th,var {
    font-style: normal;
}

a {
    cursor: pointer;
	overflow:hidden;
}

fieldset,img {
    border: 0;
}

form {
	margin: 0;
}

h1,h2,h3,h4,h5,h6 {
	margin: 0;
}

p {
	margin: 0;
}

/* フォントサイズ
------------------------------------- */
table {
	font-size:inherit;
	font:100%;
}

/* Hypertext
------------------------------------- */
a:link {
	color: #326698;
	text-decoration: none;
}

a:visited {
	color: #326698;
	text-decoration: none;
}

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

