@charset "utf-8";
* {
	margin: 0;
	padding: 0;
}
body {
	color: #000;
	background: #fff;
	font-size: 10pt;
	line-height: 1.5;
	text-align: center;
	font-family: "ＭＳ Ｐゴシック","メイリオ", Osaka, "ヒラギノ角ゴ Pro W3";
}
@media print { body {
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
}
}
*html body {
	padding-left: 1px;
}
*:first-child+html body {
	padding-left: 2px;
}
body,x:-moz-broken {
	margin-left:-1px;
}
a {
	color: #960096;
	text-decoration: none;
}
a:hover {
	color: #bad;
}
h1,h2,h3,p,ol,ul,li,dl,dt,dd,table,form,input,textarea {
	margin: 0;
	padding: 0;
	font-size: 100%;
}
table {
	line-height: 140%;
	border: 0;
}
td {
	vertical-align: top;
}
img {
	border: 0;
}
p.spacer {
	margin-bottom: 10px;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
.bold {
	font-weight: bold;
}
.red {
	color: #e22;
}
div#wrap {
	width: 760px;
	margin: 0 auto;
	text-align: left;
}
div#wrap:after {
	content: "";
	display: block;
	clear: both;
	height: 0px;
	overflow: hidden;
}
*html div#wrap {
    height: 0em;
}
/******************** play_request ********************/
h1 {
	font-size: 140%;
	font-weight: bold;
	margin: 10px 0 8px;
	border-left: 8px solid #ccc;
	padding: 0px 10px 2px;
	background: #eee;
}
p.start {
	margin: 0 0 10px 5px;
}
p.question {
	margin: 10px 0 5px;
	width: auto;
}
p.question span {
	font-weight: bold;
	border: 1px solid #888;
	background: #eee;
	padding: 2px 5px;
	margin-right: 10px;
}
p.answer {
	margin: 0 0 0 10px;
}
p.answer .bg {
	font-weight: bold;
	background: #eee;
	margin-right: 10px;
	padding: 2px 3px;
}
table.a_11 {
	width: 740px;
	margin-left: 5px;
	border-collapse: separate;
}
table.a_11 td {
	padding: 2px;
}
table.a_11 td.item {
	background: #eee;
	font-weight: bold;
	width: 240px;
}
table.a_11 td.item span {
	font-weight: normal;
}
table.a_11 td.value {
	width: 72%;
}
table.a_11 td.value2 {
	width: 130px;
}
p.footer {
	font-size: 90%;
	text-align: center;
	margin: 50px 0 10px;
}

/********************
*html  Internet Explorer6.0
*:first-child+html  Internet Explorer7.0
html>body  Firefox
html:first-child  Safari & Opera
********************/
