@charset "Shift_JIS";

/************************************************************************
	01 : タイトル	
************************************************************************/
div#basics{
	width:445px;
	height:30px;
}


p.title-img{
	margin:5px 0 5px;
}


/************************************************************************
	02 : 用語集ボタン　ボックス1
************************************************************************/
#glossary1{
	width:120px;
	height:36px;
	float: left;
	margin: 10px 10px 0 10px;
	}
	
	

/************************************************************************
	03 : 用語集詳細
************************************************************************/
#details-glossary1{
	width:445px;
	float: left;
	margin: 15px 0 0 0;
	}

#details-glossary1 dl{

	}
	
#details-glossary1 dt{
	font-size:14px;
	border-bottom: #999999 dotted 1px;
	margin: 0 0 5px 0;
	color:#FF3300;
	line-height:25px;
	}

#details-glossary1 dd{
	font-size:11px;
	margin: 5px 0 0 5px;
	line-height:20px;
	}


	
/************************************************************************
	05 : スクロールtop
************************************************************************/

	
	
#details-scrolltop-box{
	float:left;
	height:15px;
	width:445px;
	margin:20px 0 0 0;
}
#details-page-top{
	float:right;
	height:12px;
	background:url(../../images/arrow_pagetop.gif) no-repeat;
	position:relative;
	width: 110px;
}
div#details-page-top-text{
	position:absolute;
	left: 17px;
	top: -2px;
	font-size:10px;
}

