@charset "utf-8";
@import url("/component/style2/common/base.css");
@import url("/component/style2/common/footarea.css");

@import url("/component/style2/sub/sub_headarea.css");
@import url("/component/style2/sub/sub_globalnavi.css");
@import url("/component/style2/sub/sub_maincontents.css");
@import url("/component/style2/sub/sub_bannerarea.css");
@import url("/component/style2/sub/sub_rightarea.css");
@import url("/component/style2/sub/sub_leftarea.css");

body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";

	text-align: center;

	margin: 0;
	padding: 0;

	background: url(/component/image/common/bg/bg.jpg) repeat-x top left;
}

body * {
	margin: 0;
	padding: 0;
	list-style-type: none;

	border: 0;
}

hr {
	display: none;
}

a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}


p#allTitle {
	display: none;
}

div#allContents {
	width: 769px;
	
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

table p {
	margin: 0;
	padding: 0;
}

.right {
	float: right;
	clear: both;
	text-align: right;

	height: 2em;
	/* \*/
	height: auto;
	min-height: 2em;
	_height: 2em;
}

div.hrC {
	clear: both;
	width: 1px;
	height: 1px;
}
div.hrC hr {
	display: none;
}
