@charset "utf-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
	font-size:100%;
	font-style:normal;
	text-decoration:none;
}

html{
	background-color:#3e3d3d;
	height:100%;
	width:100%;
}
body {
	background-color:#3e3d3d;
	background-image:url(images/contentBottom_bg.gif);
	background-repeat:repeat-y;
	background-position:top center;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
	text-align:center;
	height:100%;
	width:100%;
}

a {
	color:#2A0200;
	text-decoration:underline;
}

a:hover, a:active {
	color:#2A0200;
	text-decoration:none;
}

table {
	border-collapse:collapse;
	border-spacing:0;
	text-align:center;
	margin:auto;
}

th, td {
	text-align:left;
	padding: 5px;
}

caption {
	text-align:left;
}

li {
	list-style-type:none;
}

img {
	border:0;
}

