@charset "UTF-8";

div#navi-holder {
	margin-top:2px;
}

div#contents {
	margin-top:30px;
	margin-bottom:28px;
}

div#primary h1 {
	margin-bottom:9px;
}

/*----------------------------------------------------
index
----------------------------------------------------*/
div.in-bottom{
	background:url(img/in_bottom.gif) 0 100% no-repeat;
	padding-bottom:10px;
}
div.in-top{
	background:url(img/in_top.gif) 0 0 no-repeat;
	padding-top:10px;
}

dl.question{
	width:640px;
	margin:0 auto;
	padding:10px;
	background-color:#efefef;
}
	dl.question dt{
		width:60px;
	}
	dl.question dd{
		padding-left:65px;
		margin-top:-1.4em;
		font-weight:bold;
	}

dl.answer{
	width:640px;
	margin:1px auto;
	padding:10px 10px 0 10px;
	border-top: solid 1px #ccc;
}
	dl.answer dt{
		width:60px;
	}
	dl.answer dd{
		padding-left:65px;
		margin-top:-1.4em;
	}
