@charset "shift_jis";

#pageTitle
{
	margin-left: 10px;
}
#pageLead
{
	margin: 10px 15px 10px 30px;
	line-height: 1.3em;
}
.itemHeader
{
	height: 6px;
	margin-left: 25px;
	background-image: url( "images/itemBorderU.gif" );
	background-repeat: no-repeat;
}
.itemHeader p
{
	font-size: 6px;
}
.itemBody
{
	width: 324px;
	margin-left: 25px;
	background-image: url( "images/itemBorderM.gif" );
	background-repeat: repeat-y;
}
.itemFooter
{
	margin-left: 25px;
	margin-bottom: 20px;
	height: 4px;
	width: 324px;
	background-image: url( "images/itemBorderB.gif" );
	background-repeat: no-repeat;
}
.itemFooter p
{
	font-size: 4px;
}
.itemBody .question
{
	background-image: url( "images/itemQ.gif" );
	background-position: 15px 10px;
	background-repeat: no-repeat;
	margin-bottom: 5px;
}
.itemBody .question p.category
{
	padding: 10px 10px 0px 50px;
	color: #5db7e8;
}
.itemBody .question h3
{
	padding: 5px 10px 10px 50px;
	font-size: 86%;
	color: #0081cc;
}
.itemBody .answer
{
	background-image: url( "images/itemA.gif" );
	background-position: 15px 0px;
	background-repeat: no-repeat;
}
.itemBody .answer p
{
	padding: 10px 10px 10px 50px;
	line-height: 1.3em;
}

