@charset "shift_jis";

/*
display
list-style
position
float
clear
width
height
margin
padding
border
background
color
font
text-decoration
text-align
vertical-align
white-space
other text
content
*/

div.topicTop{
	width: 840px;
	height: 50px;
	border-top:1px solid #949494;
	border-right-width:0px;
	border-bottom:1px solid #949494;
	border-left-width:0px;
	background-color:#F3F3F3;
	font-size: 13px;
}

div.topicMiddle{
	width: 840px;
	height: 50px;
	border-top:0px;
	border-right-width:0px;
	border-bottom:1px solid #949494;
	border-left-width:0px;
	background-color:#F3F3F3;
	font-size: 13px;
}

div.topic{
	float:left;
	margin:5px 15px 5px 15px;
	width: 100px;
	font-weight:bold;
	vertical-align:top;
}

div.detail{
	float:right;
	margin:5px 15px 5px 15px;
	width: 680px;
	font-size:13px;
	vertical-align:top;
}


table#outline tr{
	margin: 4px 0px 0px 4px;
	background-color:#F3F3F3;
	border-top:1px solid #949494;
	border-right-width:0px;
	border-bottom-width:1px;
	border-left-width:0px;
}

table#outline td{
	width: 200px;
	margin:3px 0px 0px 0px;
	font-size:12px;
}

span.em{
	font-weight:bold;
	}


