@charset "shift_jis";
html, body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	line-height: 130%;
	color: #000;
	margin: 0px;
	padding: 4px;
	text-align: center;
}
p {
	text-align: left;
	margin-top: 5px;
	margin-bottom: 5px;
}

td {
	vertical-align: top;
}

.copyright {
	font-size: 10px;
}

.detailbox {
	margin-right: auto;
	margin-left: auto;
}

.detailbox p {
	padding-bottom: 8px;
}

/*
.detailbox {
	background-image: url(img/box02.gif);
	background-repeat: no-repeat;
	background-position: 0px bottom;
	width: 530px;
	margin-right: auto;
	margin-left: auto;
}
.detailbox_t {
	background-image: url(img/box01.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 40px;
	color: #FFF;
	padding-top: 40px;
	padding-left: 40px;
}
.detailbox_item {
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.detailbox_item .name {
	color: #FFF;
	background-color: #F33;
	font-weight: bold;
	padding: 4px;
	margin-bottom: 4px;
}
*/

