/* CSS Document */
body, div, h1, h2, h3, h4, h5, h6, p, form, address, dl, dt, dd, ul, ol, li, img {
	margin: 0;
	padding: 0;
	border: none;
	word-break : break-all;
	list-style: none;
}

img {
	vertical-align:top;
}

.OneQuestion {
	text-align:left;
	background: url(../img/bg_q_top.gif) left top no-repeat;
	padding-top:16px;
	margin-left:5px;
}
	.OneQuestion dl {
		background:url(../img/bg_q_bottom.gif) left bottom no-repeat;
		padding:0 26px 16px 26px;
	}
	.OneQuestion dt {
		background:url(../img/ico_q.gif) left top no-repeat;
		line-height:1.6;
		border-bottom:1px dashed #CCCCCC;
		padding:0 0 15px 35px;
		font-weight:bold;
	}
	.OneQuestion dd {
		padding-top:16px;
		line-height:1.5;
	}

.GrayBox {
	background:#EEEEEE;
	display:block;
	padding:10px;
	margin-top:10px;
}
.Red {
	color:#FF0000;
}

.TableMozo {
	width:447px;
	float:left;
}
.TableMozo table {
	width:100%;
	text-align:left;
	height:200px;
}
	.TableMozo table,
	.TableMozo th,
	.TableMozo td {
		border:1px solid #999999;
		border-collapse:collapse;
	}
	.TableMozo th,
	.TableMozo td {
	font-size:1em;
	}
	.TableMozo th {
		background:#CCCCCC;
	}

.ExMozo {
	width:254px;
	float:right;
	background:url(../img/bg_tablemozo.gif) left top repeat-y;
	text-align:center;
	border-top:1px solid #999;
	border-bottom:1px solid #999;
}


/* clearfix
---------------------------------------------------- */
/* clearfix */
.clearfix:after {
	content: ",";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE-mac \*/
	*html .clearfix { height: 1%; }
	.clearfix { display: block; }
/* End hide from IE-mac */


