@charset "shift_jis";


html {
	color: #333;
	background: #FFF;
	background-image: url(../image/background.gif);
}

body {
	margin: 0;
	padding: 0;
}

table {
	xborder-collapse:collapse;
	xborder-spacing: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;
}

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

li {
	xlist-style: none;
}

a {
    cursor: pointer;
	overflow:hidden;
}

fieldset,img {
    border: 0;
}


/* フォントファミリー
------------------------------------- */
body {
	font-family: san-serif;
}

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

/* Hypertext
------------------------------------- */
a:link {
	xcolor: #436FB6;
	text-decoration: none;
}

a:visited {
	xcolor: #436FB6;
	text-decoration: none;
}

a:hover {
	xcolor: #D36775;
	text-decoration: none;
}
