@charset "shift_jis";
@import url("layout.css");


/*------------------------------------------------------------
  Init Default HTML
------------------------------------------------------------*/


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


body {
	background-color:#3e3d3d;
	background-image:url(images/contentBottom_bg.gif);
	background-repeat:repeat-y;
	background-position:top center;
	color:#000;
	font-family:"‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3", sans-serif;
	text-align:center;
}

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

th, td {
	text-align:left;
	vertical-align:top;
}

caption {
	text-align:left;
}

li {
	list-style-type:none;
}

img {
	border:0;
}

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

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