@charset "UTF-8";

/*
--------------------------------------------------
Question Style
--------------------------------------------------
	1.H3
	2.P
	3.Ul
--------------------------------------------------*/



/* 1.H3
--------------------------------------------------*/
#body h3 {
	background: url(../images/privacypolicy_title.gif) 0 0 no-repeat;
	width: 980px;
	height: 40px;
	margin-bottom: 10px;
}
#body h3 strong {
	display: none;
}


/* 2.P
--------------------------------------------------*/
#body p {
	width: 940px;
	font-size:1.2em;
	line-height: 1.5;
	margin: 0 0 20px 20px;
}


/* 3.Ul
--------------------------------------------------*/
#body ul {
	width: 920px;
	margin: 0 0 2px 20px;
	padding-left: 20px;
}
#body ul li {
	list-style-type: decimal;
	font-size: 1.2em;
	color: #333333;
	line-height: 1.5;
	margin-bottom: 20px;
}
#body ul li h4 {
	font-size: 1.1em;
	color: #996600;
	font-weight: 500;
}
#body ul li ul {
	margin: 5px 0;
	padding: 0;
}
#body ul li ul li {
	list-style-type: none;
	font-size: 1.0em;
	margin-bottom: 5px;
}
#body ul li dl dt {
	font-size: 1.1em;
	color: #000000;
	margin: 10px 0 5px 0;
}
#body ul li dl dd {
	width: 915px;
	margin-bottom: 10px;
	padding-left: 15px;
}
#body ul li dl dd table {
	border: solid 1px #cccccc;
	border-collapse: collapse;
}
#body ul li dl dd table tr th {
	border: solid 1px #cccccc;
	background-color: #eeeeee;
	font-weight: normal;
	padding: 5px;
}
#body ul li dl dd table tr td {
	border: solid 1px #cccccc;
	padding: 5px;
}
