@charset "UTF-8";

/*
--------------------------------------------------
Question Style
--------------------------------------------------
	1.H3
	2.Dl
	3.Dt
	4.Dd
--------------------------------------------------*/



/* 1.H3
--------------------------------------------------*/
#body h3 {
	background: url(../images/question_title.gif) 0 0 no-repeat;
	width: 980px;
	height: 50px;
	margin-bottom: 20px;
}
#body h3 strong {
	display: none;
}


/* 2.Dl
--------------------------------------------------*/
#body dl {
	width: 940px;
	margin: 0 0 20px 20px;
}


/* 2.Dt
--------------------------------------------------*/
#body dl dt {
	background: url(../images/question_01.gif) 0 0 no-repeat;
	height: 60px;
	font-size: 2.0em;
	font-weight: 500;
	color: #003399;
	margin-bottom: 5px;
	padding: 20px 0 0 90px;
}


/* 3.Dd
--------------------------------------------------*/
#body dl dd {
	background: url(../images/question_02.gif) 0 0 no-repeat;
	height: 100px;
	font-size: 1.2em;
	line-height: 1.5;
	color: #333333;
	margin-bottom: 50px;
	padding: 5px 0 0 90px;
}
#body dl dd div ul li {
	list-style-type: circle;
	list-style-position: inside;
}
#body dl dd .corporation {
	float: left;
	margin-right: 70px;
}
#body dl dd div strong {
	font-size: 1.2em;
	font-weight: normal;
	padding-bottom: 5px;
}
