@charset "UTF-8";

body {
	_height: 100%;
	font-size: 13px;
	*font-size: 75%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	*font-family: "ＭＳ Ｐゴシック";
	line-height: 1;
	color: #ff9731;
	background-color: #000000;
	margin: 0px;
	padding: 0px;
}

a{
	text-decoration: none;
}
a:link,
a:visited,
a:link:active {
	text-decoration: none;
	cursor: pointer;
	_cursor: hand;
	color: #cfcfcf;
}
a:hover {
	_text-decoration: underline;
}

.sectionBlock01A {
	padding: 5px;
	margin: 0px;
	width: 320px;
}
.linkList01A {
	padding: 0px;
	margin: 0px;
	line-height:130%
}

.linkList01A li{
	display: block;
	list-style-type: none;
	font-size: 100%;
	margin: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #444444;
	padding: 10px;
}
.linkList01A a{
	padding: 0px;
	margin-top: 0px;
	color: #cfcfcf;
